-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
39 lines (39 loc) · 1.2 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
strict: false
site_name: DomainMOD User Guide
site_description: View the DomainMOD User Guide online
site_author: Greg Chetcuti
site_url: https://domainmod.org/docs/userguide/
repo_url: https://github.com/domainmod/userguide/
use_directory_urls: true
theme:
name: null
custom_dir: theme/
include_search_page: true
search_index_only: false
markdown_extensions:
- admonition
- markdown_include.include:
base_path: docs
nav:
- Home: 'index.md'
- Getting Started: 'getting-started.md'
- First Run: 'first-run.md'
- Upgrading: 'upgrading.md'
- Migrating: 'migrating.md'
- Creating Assets: 'creating-assets.md'
- Adding Domains: 'adding-domains.md'
- CSV Importer: 'csv-importer.md'
- Domain Queue: 'domain-queue.md'
- Bulk Updater: 'bulk-updater.md'
#- Segments: 'segments.md'
#- Reporting: 'reporting.md'
#- User Settings: 'user-settings.md'
#- Maintenance: 'maintenance.md'
- Administration: 'administration.md'
- Backup & Restore: 'backup-restore.md'
- Data Warehouse: 'data-warehouse.md'
- Frequently Asked Questions: 'faq.md'
- Code of Conduct: 'conduct.md'
- Contributing: 'contributing.md'
- Troubleshooting: 'troubleshooting.md'
- Support: 'support.md'