-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
44 lines (40 loc) · 918 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
site_name: Azure Firewall Egress Controller
repo_name: "Azure/azure-firewall-egress-controller"
repo_url: "https://github.com/Azure/azure-firewall-egress-controller"
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
extra_css:
- css/extra.css
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde