mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-27 21:00:45 +03:00
04e1e3c12514245c6a281a2d4237cfec105bd9a3
AI-on-the-edge-device-docs
This repo contains the documentation for the AI-on-the-Edge-Device Project.
How does it work
- You can edit any
*.mddocument in the docs folder. - Then create a Pull Request for it to merge it into the
mainbranch (or edit it directly in themainbranch if you have the required rights). - When it got merged, the Github Actions will re-generate the documentation and place it in the
gh-pagesbranch. This branch automatically gets populated to the public Documentation Site
Migrating existing Wiki Pages
The files from the AI-on-the-Edge-Device Wiki got exported and added to this repo. Unless the files are listed in the docs/nav.yml file, they will be listed in the asorted pages section. We should review all pages from there step by step and add them to the navigation.
Tasks to do:
- Check links
- Fetch included images and place them directly in the docs/img folder
- Rerwrite to have a clear structure
Adding new files
- Add a new
*.mddocument in the docs folder. - Add the filename to the docs/nav.yml at the wished position in the Links section.
Local Test
To test it locally:
-
Clone this repo
-
Install the required tools:
pip install --upgrade pip pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin -
In the main folder of the repo, call
mkdocs serve(and keep it running). This will locally generate the documentation. You can access it under http://127.0.0.1:8000/AI-on-the-edge-device-docs/Any change to the files will automatically be applied.
Description
Github for hosting the documentation for the project: https://github.com/jomjol/AI-on-the-edge-device
Languages
Python
67.3%
Makefile
25.8%
HTML
6.9%