-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 1.17 KB
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
site_name: ETNA Wagtail Docs
repo_url: https://github.com/nationalarchives/ds-wagtail
theme:
name: material
font: false
nav:
- Home: index.md
- Development:
- Backend development: development/backend.md
- Contributing: development/contributing.md
- Dependencies: development/dependencies.md
- Fetching data: development/fetching-data.md
- Project conventions: development/project-conventions.md
- Version control: development/version-control.md
- Features:
- Search and record data: features/search-and-record-data.md
- Infrastructure:
- API tokens: infrastructure/api-tokens.md
- Configuring an environment: infrastructure/configuring-an-environment.md
- Environments: infrastructure/environments.md
- Scheduled tasks: infrastructure/scheduled-tasks.md
- Testing an environment: infrastructure/testing-an-environment.md
- Environment variables: env-vars.md
markdown_extensions:
- admonition
- sane_lists
- toc:
permalink: true
# - pymdownx.highlight
# - pymdownx.superfences
# - pymdownx.details
# - pymdownx.magiclink
# - pymdownx.tasklist:
# custom_checkbox: true
# - pymdownx.tilde