aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml19
1 files changed, 11 insertions, 8 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a0724b4..83ec683 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,16 +5,19 @@ copyright: GNU General Public License, version 2.0
pages:
- Home: index.md
- Usage: usage.md
-- Modules:
- - IO Ports: modules/ioport.md
- - SPI: modules/spi.md
- - Tasks: modules/tasks.md
- - Timer: modules/timer.md
- - USART: modules/usart.md
+- Parts:
+ - IO Ports: parts/ioport.md
+ - SPI: parts/spi.md
+ - Tasks: parts/tasks.md
+ - Jobs: parts/jobs.md
+ - Timer: parts/timer.md
+ - USART: parts/usart.md
- Utils:
- - Buffer: modules/utils/buffer.md
- - NArray: modules/utils/narray.md
+ - Buffer: parts/utils/buffer.md
+ - NArray: parts/utils/narray.md
- Adding MCU support: add_support.md
+- Miscellanoues:
+ - Jobs vs. Tasks: miscellanoues/jobs_vs_tasks.md
theme: readthedocs
site_dir: html