From 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Mar 2016 16:10:33 +0100 Subject: Another full update of current work --- mkdocs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') 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 -- cgit v1.2.3