Restructure docs and move mkdocs.yml to top-level

This commit is contained in:
Harshavardhana
2015-02-08 17:40:39 -08:00
parent 2b1b4f2713
commit d036bf3a2a
9 changed files with 5 additions and 2 deletions

1
docs/.gitignore vendored
View File

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

View File

@@ -1,3 +0,0 @@
package docs
//go:generate mkdocs build --clean

View File

@@ -1,7 +0,0 @@
site_name: Minio Documentation
pages:
- ['index.md', Index]
- ['api/minio.md', 'API', 'Minio']
- ['api/manage.md', 'API', 'Management']
- ['architecture.md', 'Architecture', 'Overview']
theme: readthedocs