Skip to content

Commit 978c0c2

Browse files
Fix
1 parent c1494ec commit 978c0c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/frameworks/widget-animator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,5 +560,4 @@ WidgetAnimator.change_widget(
560560
## See Also
561561

562562
- [Creating Apps](../apps/creating-apps.md) - Learn how to create MicroPythonOS apps
563-
- [Activity](activity.md) - Activity lifecycle and UI management
564563
- [LVGL Documentation](https://docs.lvgl.io/) - LVGL animation API reference

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ nav:
3939
- Home: index.md
4040
- Overview: overview.md
4141
- Getting Started:
42+
- Overview: getting-started/index.md
4243
- Installation: getting-started/installation.md
4344
- Supported Hardware: getting-started/supported-hardware.md
4445
- Apps:
@@ -60,10 +61,14 @@ nav:
6061
- WidgetAnimator: frameworks/widget-animator.md
6162
- WifiService: frameworks/wifi-service.md
6263
- Architecture:
63-
- Overview: architecture/overview.md
64+
- Overview: architecture/index.md
65+
- Architecture Overview: architecture/overview.md
66+
- Frameworks: architecture/frameworks.md
6467
- System Components: architecture/system-components.md
6568
- Filesystem Layout: architecture/filesystem.md
6669
- OS Development:
70+
- Overview: os-development/index.md
71+
- Running on Desktop: os-development/running-on-desktop.md
6772
- On Linux: os-development/linux.md
6873
- On MacOS: os-development/macos.md
6974
- On Windows: os-development/windows.md

0 commit comments

Comments
 (0)