mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 03:26:54 +03:00
* added script to generate parameter documentation * extended readme * added templated parameter pages * Update build-docs.yaml * . * . --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
68 lines
1.8 KiB
YAML
68 lines
1.8 KiB
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
|
|
- initial-setup.md
|
|
- Hardware-Compatibility.md
|
|
- Best-Practice.md
|
|
- FAQs.md
|
|
|
|
- External 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 Issue: https://github.com/jomjol/AI-on-the-edge-device/issues
|
|
- Join a Discussion: https://github.com/jomjol/AI-on-the-edge-device/discussions
|
|
|
|
- Configuration:
|
|
- ROI-Configuration.md
|
|
- Choosing-the-Model.md
|
|
- Neural-Network-Types.md
|
|
- ota.md
|
|
- Parameters.md
|
|
|
|
- Advanced:
|
|
- Integration-Home-Assistant.md
|
|
- External-LED.md
|
|
- rolling-installation.md
|
|
- Configuration-Parameter-Details.md
|
|
- Configuration.md
|
|
- Watermeter-specific-analog---digital-transition.md
|
|
- collect-new-images.md
|
|
- Learn-models-with-your-own-images.md
|
|
- Correction Algorithm.md
|
|
- Additional-Information.md
|
|
- New-Releases-Notification.md
|
|
|
|
- Troubleshooting:
|
|
- Error-Codes.md
|
|
- Error-Debugging.md
|
|
- Frequent-Reboots.md
|
|
- Demo-Mode.md
|
|
|
|
- API's:
|
|
- REST-API.md
|
|
- MQTT-API.md
|
|
- Influx-DB.md
|
|
# - ...
|
|
|
|
- Development:
|
|
- Build-Instructions.md
|
|
- Upload-files-by-script.md
|
|
- Testing.md
|
|
- Release-creation.md
|
|
|
|
|
|
- Old Pages (no longer maintained):
|
|
- outdated--Integrated-Functions.md
|
|
- outdated--Gasmeter-Log-Downloader.md
|
|
- outdated--Migrate-Old-Config-To-New-Config.md
|
|
|
|
- Assorted Pages:
|
|
# List all pages which are not covered by above list
|
|
# Step by step we should migrate those page to the above list
|
|
- ...
|