Skip to content

Commit f71c9cb

Browse files
Fix docs
1 parent 7b0cd41 commit f71c9cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/architecture/boot-sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MicroPythonOS consists of several core components that initialize and manage the system.
44

5-
- **MicroPythonOS/lvgl_micropython/lib/micropython/ports/esp32/modules/_boot.py**: attempts to mount the internal storage partition to / and if it fails, formats it
5+
- **lvgl_micropython/lib/micropython/ports/esp32/modules/_boot.py**: attempts to mount the internal storage partition to / and if it fails, formats it
66

77
- **internal_filesystem/main.py**: Hands off execution to /lib/mpos/main.py by importing it
88

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ nav:
7070
- WidgetAnimator: frameworks/widget-animator.md
7171
- WifiService: frameworks/wifi-service.md
7272
- Architecture:
73-
- Overview: architecture/index.md
74-
- Architecture Overview: architecture/overview.md
73+
- Overview: architecture/overview.md
7574
- Frameworks: architecture/frameworks.md
76-
- System Components: architecture/system-components.md
75+
- Intents: architecture/intents.md
76+
- Boot Sequence: architecture/boot-sequence.md
7777
- Filesystem Layout: architecture/filesystem.md
7878
- OS Development:
7979
- Overview: os-development/index.md

0 commit comments

Comments
 (0)