Fix error publishing docs [skip ci] (#3147)
This commit is contained in:
parent
50bb7897cf
commit
e363226bc9
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@ repo_name: "kubernetes/ingress-nginx"
|
||||||
repo_url: "https://github.com/kubernetes/ingress-nginx"
|
repo_url: "https://github.com/kubernetes/ingress-nginx"
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- codehilite
|
- codehilite:
|
||||||
|
linenums: true
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.tasklist(custom_checkbox=true)
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
|
Loading…
Reference in a new issue