Cleanup docs (#5043)
This commit is contained in:
parent
e5aaf15639
commit
34b6d083b8
10 changed files with 23 additions and 55 deletions
6
Makefile
6
Makefile
|
|
@ -236,7 +236,11 @@ dev-env: check-go-version ## Starts a local Kubernetes cluster using minikube, b
|
|||
|
||||
.PHONY: live-docs
|
||||
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:3000
|
||||
@docker build --pull -t ingress-nginx/mkdocs images/mkdocs
|
||||
@docker buildx build \
|
||||
--pull \
|
||||
--load \
|
||||
--progress plain \
|
||||
-t ingress-nginx/mkdocs images/mkdocs
|
||||
@docker run --rm -it -p 3000:3000 -v ${PWD}:/docs ingress-nginx/mkdocs
|
||||
|
||||
.PHONY: build-docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue