-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
185 lines (175 loc) · 5.4 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
site_name: Engity's Bifröst
site_dir: var/doc
site_url: https://bifroest.engity.org/
repo_url: https://github.com/engity-com/bifroest
repo_name: engity-com/bifroest
edit_uri: edit/main/docs/
docs_dir: docs
copyright: Copyright © 2024 <a href="https://engity.com">Engity GmbH</a>
strict: false
plugins:
- search
- inline-svg
- macros:
module_name: docs/.theme/marcos/main
j2_block_start_string: '<%'
j2_block_end_string: '%>'
j2_variable_start_string: '<<'
j2_variable_end_string: '>>'
on_error_fail: true
on_undefined: strict
hooks:
- docs/.theme/hooks/main.py
markdown_extensions:
- abbr
- admonition
- def_list
- attr_list
- footnotes
- tables
- toc:
toc_depth: 5
- pymdownx.extra
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.snippets
- pymdownx.highlight:
linenums: true
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.blocks.html
extra:
version:
provider: mike
generator: false
social_banner: assets/social-banner.png
social:
- name: GitHub
icon: fontawesome/brands/github
link: https://github.com/engity-com/bifroest/
- name: LinkedIn
icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/engity/
- name: Engity
icon: engity
link: https://engity.com
footer:
links:
- name: Legal Notice
link: https://engity.com/legal-notice/
- name: License
link: legal/license.md
extra_css:
- assets/extra.css
theme:
custom_dir: docs/.theme
name: material
language: en
logo: assets/icon.svg
favicon: assets/favicon.svg
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.tabs
- navigation.path
#- toc.integrate
- navigation.top
- navigation.footer
- navigation.indexes
- content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
- content.code.annotate
- toc.follow
nav:
- Home:
- Welcome: index.md
- Use cases: usecases.md
- Getting started:
- setup/index.md
- Installation:
- On Host: setup/on-host.md
- In Docker: setup/in-docker.md
- setup/distribution.md
- Security: https://github.com/engity-com/bifroest/blob/main/SECURITY.md
- License: legal/license.md
- Reference:
- reference/index.md
- reference/configuration.md
- Connections:
- reference/connection/index.md
- SSH: reference/connection/ssh.md
- reference/flow.md
- Authorizations:
- reference/authorization/index.md
- Local: reference/authorization/local.md
- OIDC: reference/authorization/oidc.md
- Simple: reference/authorization/simple.md
- Htpasswd: reference/authorization/htpasswd.md
- None: reference/authorization/none.md
- Environments:
- reference/environment/index.md
- Docker: reference/environment/docker.md
- Kubernetes: reference/environment/kubernetes.md
- Local: reference/environment/local.md
- Dummy: reference/environment/dummy.md
- Sessions:
- reference/session/index.md
- Filesystem: reference/session/fs.md
- reference/housekeeping.md
- reference/alternatives.md
- reference/cli.md
- Templating:
- reference/templating/index.md
- Context Objects:
- reference/context/index.md
- Alternative Binary: reference/context/alternative-binary.md
- Authorization: reference/context/authorization.md
- Authorization Request: reference/context/authorization-request.md
- Connection: reference/context/connection.md
- Container: reference/context/container.md
- Core: reference/context/core.md
- Local Group: reference/context/local-group.md
- Local User: reference/context/local-user.md
- OIDC Token: reference/context/oidc-token.md
- OIDC ID Token: reference/context/oidc-id-token.md
- OIDC User Info: reference/context/oidc-user-info.md
- Preparation Process: reference/context/preparation-process.md
- Remote: reference/context/remote.md
- Simple Entry: reference/context/simple-entry.md
- reference/data-type.md
- Community:
- Community: community/index.md
- Issues: https://github.com/engity-com/bifroest/issues
- Discussions: https://github.com/engity-com/bifroest/discussions
- Contributing: community/contributing.md
- Code of Conduct: community/code-of-conduct.md