-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
mkdocs.yml
46 lines (44 loc) · 1.53 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
42
43
44
45
46
---
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
- Architecture overview: architecture/index.md
- Configuration:
- Intro: configuration/index.md
- API: configuration/api.md
- Django: configuration/django.md
- Event stores: configuration/stores.md
- Notifier: configuration/notifier.md
- Password reset handler: configuration/password_reset_handler.md
- Secret engines: configuration/secret_engines.md
- Users: configuration/users.md
- "Entra ID - SAML": configuration/entra_id_saml.md
- "Okta - SAML": configuration/okta_saml.md
- "Okta - SCIM": configuration/okta_scim.md
- "OneLogin - SAML": configuration/onelogin_saml.md
- Apps:
- Inventory: apps/inventory.md
- MDM: apps/mdm.md
- Monolith: apps/monolith.md
- Munki: apps/munki.md
- Osquery: apps/osquery.md
- Santa: apps/santa.md
- Workspace One: apps/wsone.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
- Development:
- Intro: development/index.md
- Secure coding notes: development/secure-coding.md
- EE Split: development/ee-split.md