Skip to content

Commit

Permalink
Update mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 12, 2020
1 parent 507bef8 commit 7d50c80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/mkdocs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:5.1.0
FROM squidfunk/mkdocs-material:5.2.3

COPY action.sh /action.sh

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
site_name: NGINX Ingress Controller
strict: true
repo_name: "kubernetes/ingress-nginx"
repo_url: https://github.com/kubernetes/ingress-nginx
site_url: https://kubernetes.github.io/ingress-nginx
Expand Down

0 comments on commit 7d50c80

Please sign in to comment.