-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (96 loc) · 3.33 KB
/
mkdocs.yml
File metadata and controls
96 lines (96 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: MicroPythonOS Documentation
site_url: https://un5n6892w35t1nydvupwgnrcdxtg.julianrbryant.com
repo_url: https://github.com/MicroPythonOS/MicroPythonOS
use_directory_urls: true
theme:
name: material
logo: https://un5pd92duvvarjxrx01g.julianrbryant.com/images/MicroPythonOS-logo-white(alpha)-long.svg
palette:
# Light theme
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark theme
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- content.code.copy
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
custom_dir: docs/overrides
extra_css:
- stylesheets/extra.css
markdown_extensions:
- markdown_include.include:
base_path: docs
nav:
- Home: index.md
- Overview: overview.md
- Getting Started:
- Overview: getting-started/index.md
- Running: getting-started/running.md
- Supported Hardware: getting-started/supported-hardware.md
- Apps:
- Overview: apps/index.md
- Built-in Apps: apps/built-in-apps.md
- App Store: apps/appstore.md
- Creating Apps: apps/creating-apps.md
- App Lifecycle: apps/app-lifecycle.md
- Bundling Apps: apps/bundling-apps.md
- Frameworks:
- AppearanceManager: frameworks/appearance-manager.md
- AppManager: frameworks/app-manager.md
- AudioManager: frameworks/audiomanager.md
- BatteryManager: frameworks/battery-manager.md
- BuildInfo: frameworks/build-info.md
- ConnectivityManager: frameworks/connectivity-manager.md
- DeviceInfo: frameworks/device-info.md
- DisplayMetrics: frameworks/display-metrics.md
- DownloadManager: frameworks/download-manager.md
- InputManager: frameworks/input-manager.md
- LightsManager: frameworks/lights-manager.md
- Preferences: frameworks/preferences.md
- SensorManager: frameworks/sensor-manager.md
- SettingActivity: frameworks/setting-activity.md
- SettingsActivity: frameworks/settings-activity.md
- TaskManager: frameworks/task-manager.md
- TimeZone: frameworks/time-zone.md
- WebServer: frameworks/webserver.md
- WidgetAnimator: frameworks/widget-animator.md
- WifiService: frameworks/wifi-service.md
- Architecture:
- Overview: architecture/overview.md
- Frameworks: architecture/frameworks.md
- Intents: architecture/intents.md
- Boot Sequence: architecture/boot-sequence.md
- Filesystem Layout: architecture/filesystem.md
- OS Development:
- Overview: os-development/index.md
- On Linux: os-development/linux.md
- On MacOS: os-development/macos.md
- On Windows: os-development/windows.md
- Installing on ESP32: os-development/installing-on-esp32.md
- Emulated ESP32: os-development/emulating-esp32-on-desktop.md
- Porting Guide: os-development/porting-guide.md
- Other:
- Release Process: other/release-checklist.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MicroPythonOS
- icon: fontawesome/solid/comments
link: https://un5x402grwkcwu7dyfgxygqq.julianrbryant.com
- icon: fontawesome/solid/envelope
link: mailto:info@micropythonos.com