2019-12-09 20:00:45 +00:00
|
|
|
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"
|
|
|
|
|
2019-12-09 20:00:45 +00:00
|
|
|
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
|
2020-02-19 09:21:28 +00:00
|
|
|
- Property Mappings:
|
|
|
|
- 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
|
2020-02-19 09:21:28 +00:00
|
|
|
- Policies:
|
|
|
|
- Overview: policies/index.md
|
|
|
|
- Expression: policies/expression/index.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
|
2019-12-13 14:45:50 +00:00
|
|
|
- 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
|
2020-02-18 16:33:31 +00:00
|
|
|
- Ansible Tower/AWX: integrations/services/tower-awx/index.md
|
2019-12-09 20:00:45 +00:00
|
|
|
|
2019-12-12 08:55:10 +00:00
|
|
|
repo_name: "BeryJu.org/passbook"
|
2019-12-30 09:34:31 +00:00
|
|
|
repo_url: https://github.com/BeryJu/passbook
|
2019-12-09 20:00:45 +00:00
|
|
|
theme:
|
2019-12-12 17:00:23 +00:00
|
|
|
name: "material"
|
|
|
|
logo: "images/logo.svg"
|
2019-12-09 20:00:45 +00:00
|
|
|
|
2019-12-10 10:25:34 +00:00
|
|
|
markdown_extensions:
|
2019-12-12 17:00:23 +00:00
|
|
|
- toc:
|
|
|
|
permalink: "¶"
|
2020-02-18 14:34:41 +00:00
|
|
|
- admonition
|