-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
26 lines (25 loc) · 960 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
site_name: PowerDNS Lightning Stream
site_url: https://doc.powerdns.com/lightningstream/
repo_url: https://github.com/PowerDNS/lightningstream
edit_uri: https://github.com/PowerDNS/lightningstream/edit/main/docs/
copyright: PowerDNS.com B.V.
markdown_extensions:
- toc:
permalink: True
- admonition # Use sparingly, not compatible with GitHub
# Consider for compatibility with GitHub rendering: - nl2br
theme:
name: readthedocs
nav:
- 'Lightning Stream Introduction': index.md
- 'Configuration': configuration.md
- 'Commands': commands.md
- 'PowerDNS Integration':
- 'Getting Started': getting-started.md
- 'Traditional installation': pdns-auth-installation.md
- 'Schema':
- 'General considerations': schema.md
- 'Native header schema': schema-native.md
- 'Non-native (shadow)': schema-shadow.md # TODO: discuss it here or move?
- 'Schema migration': schema-migration.md
#- 'Release Notes': 'release-notes.md'