Skip to content

Commit ac02c5d

Browse files
authored
show product page on mobile (#156)
1 parent 6149a17 commit ac02c5d

22 files changed

+1343
-4179
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This IDE includes essential tools and useful features for CircuitPython microcon
1515
- Project backup
1616

1717

18-
# Quick Start
19-
2018
[![Quick introduction to CircuitPython Online IDE](https://img.youtube.com/vi/kq554m21G4A/0.jpg)](https://www.youtube.com/watch?v=kq554m21G4A)
2119

20+
# Quick Start
21+
2222
## Set up
2323
- Connect your CircuitPython-supported microcontroller board to your computer via a USB cable.
2424
- **Open the [CircuitPython Online IDE](https://urfdvw.github.io/circuitpython-online-ide-2/) in a supported browser (Chrome, Edge, etc.).**

docs/index.html

Lines changed: 280 additions & 282 deletions
Large diffs are not rendered by default.

generateReadme.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ async function generateMarkdown() {
1515
try {
1616
// Read content from the existing markdown file
1717
const title = "# CircuitPython Online IDE 2";
18-
const quickStartTitle = "# Quick Start";
1918
const video =
2019
"[![Quick introduction to CircuitPython Online IDE](https://img.youtube.com/vi/kq554m21G4A/0.jpg)](https://www.youtube.com/watch?v=kq554m21G4A)";
2120
const HomeContent = await fs.readFile(HomePath, "utf8");
@@ -26,7 +25,6 @@ async function generateMarkdown() {
2625
const combinedContent = [
2726
title,
2827
HomeContent,
29-
quickStartTitle,
3028
video,
3129
QuickStartContent,
3230
AboutContent.replace("## CircuitPython Online IDE", "## About"),

0 commit comments

Comments
 (0)