documentation: move from tools to docs.md folder

This commit is contained in:
Daniel Fekete 2018-08-28 05:41:52 +02:00
parent 6f1e4a6481
commit 367f5c52cd
47 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,13 @@
# Use with mkdocs documentation generator https://www.mkdocs.org/
# docs.md => docs
# To build run:
# mkdocs build
site_name: STM32GENERIC
docs_dir: mkdocs
docs_dir: docs.md
site_dir: docs
pages:
- Installation: index.md
- Installation: README.md
- Uploading: upload.md
- Documentation:
- Menu options: menu_options.md

View File

@ -1 +0,0 @@
mkdocs build -d ../../docs