aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-08 16:10:33 +0100
committerKarel Kočí <cynerd@email.cz>2016-03-08 16:10:33 +0100
commit5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (patch)
tree8341804d561c0060176cbebc3f9a57c7c07f7816 /mkdocs.yml
parent4e773191d447ac434536262a6f204dd991d4ad77 (diff)
downloadavr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.gz
avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.bz2
avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.zip
Another full update of current work
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..a0724b4
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,20 @@
+site_name: AVR-IOE
+repo_url: https://github.com/Cynerd/avr-ioe.git
+site_description: AVR microcontroller input/output expansion code
+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
+ - Utils:
+ - Buffer: modules/utils/buffer.md
+ - NArray: modules/utils/narray.md
+- Adding MCU support: add_support.md
+theme: readthedocs
+
+site_dir: html