-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
59 lines (59 loc) · 1.62 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
site_name: PowerDNS Operator
site_url: https://orange-opensource.github.io/powerdns-operator/
site_description: >-
Manage PowerDNS from a Kubernetes cluster simple Custom Resources.
repo_url: https://github.com/Orange-OpenSource/PowerDNS-Operator
repo_name: PowerDNS Operator
copyright: Copyright (c) Orange Business Services SA
theme:
name: material
features:
- announce.dismiss # ??
- content.code.copy
- content.tooltips
- navigation.indexes
- navigation.tabs
- navigation.expand
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.snippets:
base_path: docs/snippets
nav:
- Introduction:
- Introduction: index.md
- Overview: introduction/overview.md
- Getting started: introduction/getting-started.md
- FAQ: introduction/faq.md
- Stability and Support: introduction/stability-support.md
- Guides:
- Zones: guides/zones.md
- RRsets: guides/rrsets.md
- Warnings: guides/warnings.md