-
Notifications
You must be signed in to change notification settings - Fork 422
/
mkdocs.yml
48 lines (44 loc) · 1010 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site_name: Application Gateway Ingress Controller
repo_name: "Azure/application-gateway-kubernetes-ingress"
repo_url: "https://github.com/Azure/application-gateway-kubernetes-ingress"
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
- bash
- go
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
plugins:
- search
- awesome-pages:
filename: .index
collapse_single_pages: true
- exclude:
glob:
- examples/guestbooks/*
- examples/sample-app/*
extra_css:
- docs/css/extra.css
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde