forked from zentralopensource/zentral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (25 loc) · 701 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (25 loc) · 701 Bytes
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
site_name: Zentral
theme: readthedocs
repo_url: https://github.com/zentralopensource/zentral
edit_uri: https://github.com/zentralopensource/zentral/edit/main/docs/
docs_dir: docs/
site_dir: build/
extra_css:
- theme/zentral.css
nav:
- Introduction:
- Welcome to Zentral: index.md
- Configuration:
- Intro: configuration/index.md
- API: configuration/api.md
- Django: configuration/django.md
- Apps:
- Monolith: apps/monolith.md
- Osquery: apps/osquery.md
- Santa: apps/santa.md
- Deployment:
- Intro: deployment/index.md
- Docker: deployment/docker-compose.md
- ZAIO on AWS: deployment/zaio-aws.md
- ZAIO on GCP: deployment/zaio-gcp.md
- ZAIO setup: deployment/zaio-setup.md