Fix generation of sitemap.xml file (#4744)
This commit is contained in:
parent
43fa61cabd
commit
cde0bf308f
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
site_name: NGINX Ingress Controller
|
site_name: NGINX Ingress Controller
|
||||||
strict: true
|
strict: true
|
||||||
repo_name: "kubernetes/ingress-nginx"
|
repo_name: "kubernetes/ingress-nginx"
|
||||||
repo_url: "https://github.com/kubernetes/ingress-nginx"
|
repo_url: https://github.com/kubernetes/ingress-nginx
|
||||||
|
site_url: https://kubernetes.github.io/ingress-nginx
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- codehilite
|
- codehilite
|
||||||
|
@ -11,6 +13,8 @@ markdown_extensions:
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- meta
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
feature:
|
feature:
|
||||||
|
|
Loading…
Reference in a new issue