2018-04-24 10:30:17 +00:00
|
|
|
site_name: NGINX Ingress Controller
|
|
|
|
strict: true
|
|
|
|
repo_name: 'kubernetes/ingress-nginx'
|
|
|
|
repo_url: 'https://github.com/kubernetes/ingress-nginx'
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.tasklist(custom_checkbox=true)
|
2018-09-04 19:32:47 +00:00
|
|
|
- pymdownx.superfences
|
2018-04-24 10:30:17 +00:00
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
feature:
|
|
|
|
tabs: true
|
|
|
|
logo:
|
|
|
|
icon: 'public' # globe icon
|
|
|
|
palette:
|
|
|
|
primary: 'teal'
|
|
|
|
accent: 'green'
|
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- awesome-pages:
|
2018-04-26 23:48:41 +00:00
|
|
|
collapse_single_pages: true
|
|
|
|
extra_css: [extra.css]
|
2018-04-30 15:58:41 +00:00
|
|
|
google_analytics: ['UA-118407822-1', 'kubernetes.github.io']
|