Configure mkdocs with mkdocs-material and friends
This commit is contained in:
parent
34314254f3
commit
13ace4a5c7
5 changed files with 39 additions and 0 deletions
24
mkdocs.yml
Normal file
24
mkdocs.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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)
|
||||
- toc:
|
||||
permalink: true
|
||||
theme:
|
||||
name: material
|
||||
feature:
|
||||
tabs: true
|
||||
logo:
|
||||
icon: 'public' # globe icon
|
||||
palette:
|
||||
primary: 'teal'
|
||||
accent: 'green'
|
||||
plugins:
|
||||
- search
|
||||
- awesome-pages:
|
||||
collapse_single_pages: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue