-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (24 loc) · 766 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (24 loc) · 766 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
site_name: Permitta
theme:
name: material
features:
- navigation.expand
- navigation.path
repo_url: https://github.com/permitta/permitta
dev_addr: localhost:8001
# https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
nav:
- Home: index.md
- Policies:
- Policy Management: policies/listing.md
- Visual Builder: policies/builder.md
- DSL Editor: policies/dsl_editor.md
- Security:
- Auth: security/auth.md
- Configuration:
- Configuration File: config/configuration.md
- Logging: config/properties_logging.md
- OIDC: config/properties_oidc.md
- OPA Authorisation: config/properties_opa_authz.md
- LDAP Client: config/properties_ldap_client.md
- Developer Setup: developer_setup.md