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
.gitignore vendored
View file

@ -1,4 +1,5 @@
**/*.swp
site/
cover.out
*~
minio

View file

@ -37,6 +37,9 @@ restore:
env:
@godep go env
docs-deploy:
@mkdocs gh-deploy --clean
clean:
@echo "Cleaning up all the generated files"
@rm -fv pkg/utils/split/TESTPREFIX.*

1
docs/.gitignore vendored
View file

@ -1 +0,0 @@
site/

View file

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