mirror of https://github.com/minio/minio.git
Restructure docs and move mkdocs.yml to top-level
This commit is contained in:
parent
2b1b4f2713
commit
d036bf3a2a
|
@ -1,4 +1,5 @@
|
|||
**/*.swp
|
||||
site/
|
||||
cover.out
|
||||
*~
|
||||
minio
|
||||
|
|
3
Makefile
3
Makefile
|
@ -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 +0,0 @@
|
|||
site/
|
|
@ -1,3 +1,3 @@
|
|||
package docs
|
||||
package main
|
||||
|
||||
//go:generate mkdocs build --clean
|
Loading…
Reference in New Issue