mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
38 lines
1006 B
YAML
38 lines
1006 B
YAML
# Configure the navigation using following list
|
|
# and the Awesome Pages Plugin (https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin)
|
|
|
|
nav:
|
|
# List all files in the expected order
|
|
- Getting Started:
|
|
- index.md
|
|
- Installation.md
|
|
- Hardware-Compatibility.md
|
|
- Best-Practice.md
|
|
- FAQs.md
|
|
|
|
- Configuration:
|
|
- Choosing-the-Model.md
|
|
|
|
- Advanced:
|
|
- Build-Instructions.md
|
|
|
|
- API's:
|
|
- REST-API.md
|
|
- MQTT-API.md
|
|
# - Influx DB
|
|
# - ...
|
|
|
|
|
|
- Links:
|
|
- Releases: https://github.com/jomjol/AI-on-the-edge-device/releases
|
|
- Web Installer/Console: https://jomjol.github.io/AI-on-the-edge-device/index.html
|
|
- Place an Issues: https://github.com/jomjol/AI-on-the-edge-device/issues
|
|
- Join a Discussions: https://github.com/jomjol/AI-on-the-edge-device/discussions
|
|
|
|
#- Old Documentation:
|
|
|
|
- Asorted Pages:
|
|
# List all pages which are not covered by above list
|
|
# Step by step we should migrate those page to the above list
|
|
- ...
|