Cleanup build of documentation and update to mkdocs 1.1 (#5163)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-24 20:10:07 -03:00 committed by GitHub
parent 4a63609c3e
commit a589b4357b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 55 deletions

View file

@ -252,11 +252,6 @@ live-docs: ## Build and launch a local copy of the documentation website in http
-t ingress-nginx/mkdocs images/mkdocs
@docker run --rm -it -p 3000:3000 -v ${PWD}:/docs ingress-nginx/mkdocs
.PHONY: build-docs
build-docs: ## Build documentation (output in ./site directory).
@docker build --pull -t ingress-nginx/mkdocs images/mkdocs
@docker run --rm -v ${PWD}:/docs ingress-nginx/mkdocs build
.PHONY: misspell
misspell: check-go-version ## Check for spelling errors.
@go get github.com/client9/misspell/cmd/misspell