-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (41 loc) · 1.11 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
40
41
site_name: NZ Armada
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
nav:
- User's Guide:
- Introduction: README.md
- ./user-guide/layout.md
- ./user-guide/datasets.md
- Developer's Guide:
- ./dev-guide/dev.md
- ./dev-guide/service-overview.md
- ./dev-guide/file-structure-overview.md
- REST API:
- ./dev-guide/api/index.md
- ./dev-guide/api/contexts.md
- ./dev-guide/api/datasets.md
- ./dev-guide/testing.md
- Admin's Guide:
- ./admin-guide/index.md
- Production Deployment:
- ./admin-guide/deploy/tls-configuration.md
- ./admin-guide/deploy/env-prep.md
- ./admin-guide/deploy/docker-services.md
- ./admin-guide/deploy/create-admin-user.md
- ./admin-guide/deploy/post-auth-config.md
- ./admin-guide/deploy/site-name.md
- ./admin-guide/data-ingestion.md
- ./admin-guide/updating.md
- ./admin-guide/users.md
- ./admin-guide/vector-tiles.md
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
extra_css:
- styles.css