This commit is contained in:
CaCO3
2023-01-03 08:19:43 +01:00
parent bf5f82131b
commit 24192a6fa4
2 changed files with 4 additions and 2 deletions

View File

@@ -18,8 +18,10 @@ In the end, we should review all pages from there step by step and add them to t
- Fetch included images and place them directly in the [docs/img](docs/img) folder
- Rerwrite to have a clear structure
## Editing a page
Each page has a link on its top-right corner `Edit on GitHub` which brings you directly to the Github editor.
## Adding new files
## Adding new pages
1. Add a new `*.md` document in the [docs](docs) folder.
1. Add the **filename** to the [docs/nav.yml](docs/nav.yml) at the wished position in the **Links** section.

View File

@@ -2,7 +2,7 @@ site_name: AI on the Edge Device
site_url: https://jomjol.github.io/AI-on-the-edge-device-docs/
repo_url: https://github.com/jomjol/AI-on-the-edge-device-docs
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/doc
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
theme: readthedocs