Update mkdocs, fix nodeport link and add microk8s link

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-11 12:53:36 -03:00
parent d1082745c9
commit 5d1770ad1d
4 changed files with 59 additions and 12 deletions

View file

@ -164,10 +164,12 @@ dev-env-stop: ## Deletes local Kubernetes cluster created by kind.
.PHONY: live-docs
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:8000
@docker build -t ingress-nginx-docs .github/actions/mkdocs
@docker run --rm -it \
-p 8000:8000 \
-v ${PWD}:/docs \
squidfunk/mkdocs-material:5.5.12
--entrypoint mkdocs \
ingress-nginx-docs serve --dev-addr=0.0.0.0:8000
.PHONY: misspell
misspell: ## Check for spelling errors.