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

38 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:
- Installation: installation/install.md
- docker-compose: installation/docker-compose.md
- Kubernetes: installation/kubernetes.md
- Sources: sources.md
- Providers: providers.md
- Property Mappings: property-mappings.md
- Factors: factors.md
- Policies: policies.md
2019-12-12 17:12:14 +00:00
- Integrations:
- as Provider:
2020-02-18 19:14:54 +00:00
- 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
2019-12-14 13:28:14 +00:00
- Sentry: integrations/services/sentry/index.md
- Ansible Tower/AWX: integrations/services/tower-awx/index.md
- Reference:
- Property Mappings:
- User Object: reference/property-mappings/user-object.md
2019-12-12 08:55:10 +00:00
repo_name: "BeryJu.org/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