Update mkdocs, fix nodeport link and add microk8s link
This commit is contained in:
parent
d1082745c9
commit
5d1770ad1d
4 changed files with 59 additions and 12 deletions
4
Makefile
4
Makefile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue