Update mkdocs
This commit is contained in:
parent
507bef873b
commit
7d50c80c1e
3 changed files with 5 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -205,7 +205,10 @@ 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:3000
|
||||
@docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:5.1.0
|
||||
@docker run --rm -it \
|
||||
-p 8000:8000 \
|
||||
-v ${PWD}:/docs \
|
||||
squidfunk/mkdocs-material:5.2.3
|
||||
|
||||
.PHONY: misspell
|
||||
misspell: check-go-version ## Check for spelling errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue