Skip to content

Commit 6aac084

Browse files
Fix images
1 parent c2623ea commit 6aac084

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

docs/apps/appstore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The MicroPythonOS App Store allows users to download and install new apps to ext
1212

1313
<div class="grid">
1414
<figure>
15-
<img src="../assets/images/mpos_appstore_camera.png" alt="Camera App Store" style="width:100%;max-width:320px;">
15+
<img src="../../assets/images/mpos_appstore_camera.png" alt="Camera App Store" style="width:100%;max-width:320px;">
1616
<figcaption>Camera App in App Store</figcaption>
1717
</figure>
1818
<figure>
19-
<img src="../assets/images/hello_world_install.png" alt="Hello World Install" style="width:100%;max-width:320px;">
19+
<img src="../../assets/images/hello_world_install.png" alt="Hello World Install" style="width:100%;max-width:320px;">
2020
<figcaption>Hello World Installation</figcaption>
2121
</figure>
2222
<figure>
23-
<img src="../assets/images/mpos_camera_qr_320x240.png" alt="Camera QR Code" style="width:100%;max-width:320px;">
23+
<img src="../../assets/images/mpos_camera_qr_320x240.png" alt="Camera QR Code" style="width:100%;max-width:320px;">
2424
<figcaption>Camera QR Code Scanner</figcaption>
2525
</figure>
2626
</div>

docs/apps/built-in-apps.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22

33
MicroPythonOS includes essential apps to bootstrap the system, located in `/builtin/apps/`.
44

5-
- **launcher**: Starts apps and provides the home screen.
6-
- **wificonf**: Configures WiFi connections.
7-
- **appstore**: Downloads and installs new apps.
8-
- **osupdate**: Manages Over-The-Air (OTA) system updates.
5+
- **Launcher**: Starts apps and provides the home screen.
6+
- **WiFi**: Configures WiFi connections.
7+
- **AppStore**: Downloads and installs new apps.
8+
- **OSUpdate**: Manages Over-The-Air (OTA) system updates.
9+
- **Settings**: Configuration for MicroPythonOS
910

1011
## Screenshots
1112

1213
<div class="grid">
1314
<figure>
14-
<img src="../assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;">
15+
<img src="../../assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;">
1516
<figcaption>Launcher</figcaption>
1617
</figure>
1718
<figure>
18-
<img src="../assets/images/wifi.png" alt="WiFi Settings" style="width:100%;max-width:320px;">
19-
<figcaption>WiFi Settings</figcaption>
19+
<img src="../../assets/images/wifi.png" alt="WiFi" style="width:100%;max-width:320px;">
20+
<figcaption>WiFi</figcaption>
2021
</figure>
2122
<figure>
22-
<img src="../assets/images/mpos_appstore.png" alt="App Store" style="width:100%;max-width:320px;">
23+
<img src="../../assets/images/mpos_appstore.png" alt="AppStore" style="width:100%;max-width:320px;">
2324
<figcaption>App Store</figcaption>
2425
</figure>
2526
<figure>
26-
<img src="../assets/images/osupdate_progress3.png" alt="OS Update" style="width:100%;max-width:320px;">
27-
<figcaption>OS Update</figcaption>
27+
<img src="../../assets/images/osupdate_progress3.png" alt="OSUpdate" style="width:100%;max-width:320px;">
28+
<figcaption>OSUpdate</figcaption>
2829
</figure>
2930
</div>
3031

docs/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Explore MicroPythonOS in action:
3636

3737
<div class="grid">
3838
<figure>
39-
<img src="assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;">
39+
<img src="../assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;">
4040
<figcaption>Launcher</figcaption>
4141
</figure>
4242
<figure>
43-
<img src="assets/images/mpos_appstore.png" alt="App Store" style="width:100%;max-width:320px;">
43+
<img src="../assets/images/mpos_appstore.png" alt="App Store" style="width:100%;max-width:320px;">
4444
<figcaption>App Store</figcaption>
4545
</figure>
4646
<figure>
47-
<img src="assets/images/wifi.png" alt="WiFi Settings" style="width:100%;max-width:320px;">
47+
<img src="../assets/images/wifi.png" alt="WiFi Settings" style="width:100%;max-width:320px;">
4848
<figcaption>WiFi Settings</figcaption>
4949
</figure>
5050
</div>

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ nav:
3737
- Getting Started:
3838
- Installation: getting-started/installation.md
3939
- Supported Hardware: getting-started/supported-hardware.md
40+
- Apps:
41+
- Overview: apps/index.md
42+
- Built-in Apps: apps/built-in-apps.md
43+
- App Store: apps/appstore.md
4044
- Architecture:
4145
- Overview: architecture/overview.md
4246
- System Components: architecture/system-components.md
@@ -45,10 +49,6 @@ nav:
4549
- For ESP32: building/esp32.md
4650
- For Desktop: building/desktop.md
4751
- Release Checklist: building/release-checklist.md
48-
- Apps:
49-
- Overview: apps/index.md
50-
- Built-in Apps: apps/built-in-apps.md
51-
- App Store: apps/appstore.md
5252
extra:
5353
social:
5454
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)