Merge pull request #147 from harshavardhana/pr_out_restructure_docs_and_move_mkdocs_yml_to_top_level

This commit is contained in:
Harshavardhana 2015-02-08 17:41:22 -08:00
commit 4f43e37a73
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