Initial commit of farmOS documentation. Just the basic mkdocs file infrastructure and a blank index page.

This commit is contained in:
Michael Stenta 2016-01-13 08:32:08 -05:00
commit 58356cfca3
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
site/*

4
docs/index.md Normal file
View File

@ -0,0 +1,4 @@
# farmOS Documentation
Official website: [http://farmOS.org](http://farmos.org)

4
mkdocs.yml Normal file
View File

@ -0,0 +1,4 @@
site_name: farmOS Documentation
pages:
- Home: index.md
theme: yeti