-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.readthedocs-mkdocs.yml
68 lines (62 loc) · 1.61 KB
/
.readthedocs-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
60
61
62
63
64
65
66
67
68
site_name: OpenDNSSEC
docs_dir: wiki
plugins:
- include-markdown
- mermaid2
- search
- exclude-search:
exclude:
- '*.txt'
- 'howto.md'
exclude_unreferenced: false
- section-index
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/logo.png
extra: https://www.opendnssec.org/
# favicon: images/favicon.png
palette:
primary: custom
custom_dir: overrides
highlightjs: false
features:
- navigation.tabs
- navigation.sections
markdown_extensions:
- pymdownx.details:
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
nav:
- 'Home':
- 'index.md'
- 'Quickly getting started': 'quickstart.md'
- 'OpenDNSSEC overview':
- 'overview.md'
- 'HSMs': 'hsm.md'
- 'SoftHSM':
- 'softhsm.md'
- 'SoftHSM v2': 'softhsm2.md'
- 'Design': 'softhsm2-design.md'
- 'Requiremens': 'softhsm-requirements.md'
- 'SoftHSM v1 (deprecated)': 'softhsm1.md'
- 'User guide':
- 'userguide/index.md'
- 'Configuration guide':
- 'configuration.md'
- 'conf.xml': 'configuration/confxml.md'
- 'kasp.xml': 'configuration/kaspxml.md'
- 'addns.xml': 'configuration/addnsxml.md'
- 'zonelist.xml': 'configuration/zonelistxml.md'
- 'datetime': 'configuration/datetime.md'
- 'Other material':
- 'overview-other-documentation.md'
- 'OpenDNSSEC 1.4 reference': 'opendnssec14.md'
- 'OpenDNSSEC 1.3 reference': 'opendnssec13.md'
- How-to:
- 'howto.md'
- 'Frequently Asked': 'faq.md'
- About:
- 'Project Management': 'opendnssec-projectmanagement.md'
- 'Meetings': 'meetings.md'