This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/mkdocs.yml

41 lines
1.2 KiB
YAML
Raw Normal View History

site_name: passbook Docs
2020-01-17 09:55:20 +00:00
site_url: https://beryju.github.io/passbook
2019-12-12 08:55:10 +00:00
copyright: "Copyright © 2019 - 2020 BeryJu.org"
nav:
2019-12-12 17:00:23 +00:00
- Home: index.md
- Installation:
2020-05-16 21:46:25 +00:00
- Installation: installation/install.md
- docker-compose: installation/docker-compose.md
- Kubernetes: installation/kubernetes.md
2019-12-12 17:00:23 +00:00
- Sources: sources.md
- Providers: providers.md
- Property Mappings:
2020-05-16 21:46:25 +00:00
- Overview: property-mappings/index.md
- Reference:
- User Object: property-mappings/reference/user-object.md
2019-12-12 17:00:23 +00:00
- Factors: factors.md
- Policies:
2020-05-16 21:46:25 +00:00
- Overview: policies/index.md
- Expression: policies/expression/index.md
2019-12-12 17:12:14 +00:00
- Integrations:
2020-05-16 21:46:25 +00:00
- as Provider:
- Amazon Web Services: integrations/services/aws/index.md
- GitLab: integrations/services/gitlab/index.md
- Rancher: integrations/services/rancher/index.md
- Harbor: integrations/services/harbor/index.md
- Sentry: integrations/services/sentry/index.md
- Ansible Tower/AWX: integrations/services/tower-awx/index.md
- Upgrading from v0.8.x: upgrading-from-0.8.x.md
2020-02-27 12:00:55 +00:00
repo_name: "BeryJu/passbook"
repo_url: https://github.com/BeryJu/passbook
theme:
2019-12-12 17:00:23 +00:00
name: "material"
logo: "images/logo.svg"
markdown_extensions:
2019-12-12 17:00:23 +00:00
- toc:
permalink: "¶"
- admonition