-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
22 lines (21 loc) · 843 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: "PDNS Manager"
copyright: CC-BY-SA Lukas Metzger
repo_url: "https://github.com/loewexy/pdnsmanager"
theme:
name: 'mkdocs'
custom_dir: "theme/"
docs_dir: "content"
nav:
- Home: "index.md"
- Getting Started: "quickstart.md"
- Documentation:
- Add your first domain: "documentation/firstdomain.md"
- Users: "documentation/users.md"
- API: "documentation/api.md"
- Let's Encrypt: "documentation/letsencrypt.md"
- Configuration: "documentation/configuration.md"
- Configuration - Authentication: "documentation/configuration_authentication.md"
- Configuration - Sessionstorage: "documentation/configuration_sessionstorage.md"
- Upgrading from version 1.x: "documentation/upgrading-v1.md"
- Download: "download.md"
- About & Privacy: "about.md"