generated from EOEPCA/document-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
101 lines (95 loc) · 2.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: EOEPCA IAM
site_url: https://eoepca.readthedocs.io/projects/iam/en/latest/
repo_url: https://github.com/EOEPCA/iam/
edit_uri: "edit/main/docs/"
nav:
- EOEPCA Documentation: https://eoepca.readthedocs.io/
- Identity and Access Management:
- index.md
# - Getting Started:
# - getting-started/quick-start.md
# - getting-started/more-getting-started.md
- Design:
- Architecture:
- design/overview.md
- Use Cases:
- design/use-cases/use-cases.md
- Components:
- design/components/policy-enforcement/apisix.md
- design/components/auth-component/keycloak.md
- design/components/auth-component/keycloak-opa-plugin.md
- design/components/policy-component/opal-opa.md
- API:
- api/opa-policy-api.md
- Administration:
- Installation:
- admin/installation/installation.md
- Configuration:
- admin/configuration/apisix/ingress-configuration.md
- admin/configuration/keycloak/keycloak-configuration.md
- admin/configuration/keycloak/use-opa-rules.md
- admin/configuration/github-idp/github-setup-idp.md
- Usage:
- How-tos:
- usage/gitlab/gitlab-setup-iam-bb.md
- usage/config-as-idp/keycloak-as-idp.md
- usage/loginflow/login-at-keycloak.md
theme:
# name: mkdocs
# name: readthedocs
name: material # https://squidfunk.github.io/mkdocs-material/creating-your-site/
navigation_depth: 5
# For `material` theme...
logo: img/favicon.ico
favicon: img/favicon.ico
features:
# Navigation
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
# - toc.integrate
- navigation.top
# Content
- content.code.copy
- content.action.edit
# Search
- search.highlight
- search.share
- search.suggest
extra_css:
- css/eoepca.css
plugins:
- autorefs
- search
# - pub-debugger:
# console_log:
# enabled: true
# log_level: INFO
# file_log:
# enabled: false
# zip_log:
# enabled: false
markdown_extensions:
- tables
- toc:
permalink: ⚓︎
toc_depth: 4
- smarty
- sane_lists
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md