forked from nameserver-systems/pdns-distribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (51 loc) · 1.28 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
site_name: pdns-distribute Docs
site_url: https://docs.nameserver.systems
site_author: linxside
copyright: made 2019 - 2024 with ❤ by linxside
repo_url: https://github.com/nameserver-systems/pdns-distribute
repo_name: GitHub
edit_uri: "docs/"
strict: true
theme:
name: material
language: en
font: false
direction: ltr
palette:
scheme: default
primary: purple
icon:
repo: fontawesome/brands/github
markdown_extensions:
- smarty
- admonition
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: table
- pymdownx.superfences:
extra_css:
- 'css/layout.css'
plugins:
- search:
lang: en
nav:
- Home: 'index.md'
- Operation:
- 'operation/installation.md'
- 'operation/configuration.md'
- 'operation/observability.md'
- Architecture: 'architecture/architecture.md'
- Microservices:
- 'microservices/pdns-api-proxy.md'
- 'microservices/pdns-health-checker.md'
- 'microservices/pdns-zone-provider.md'
- 'microservices/pdns-secondary-syncer.md'
- Developement:
- 'development/contribute.md'
- 'development/build.md'
- 'development/release.md'
- 'development/test.md'
- 'development/documentation.md'
- Credits: 'credits/credits.md'