-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (103 loc) · 2.84 KB
/
mkdocs.yml
File metadata and controls
109 lines (103 loc) · 2.84 KB
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
site_name: faneX-ID Documentation
site_url: https://faneX-ID.github.io/
site_description: Official documentation for faneX-ID - Next-Generation Identity & Access Management
repo_url: https://github.com/faneX-ID/core
repo_name: faneX-ID/core
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
font:
text: Outfit
code: Roboto Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- toc.follow
- toc.integrate
- search.share
- search.suggest
extra_css:
- assets/custom.css?v=2
extra_javascript:
- https://unpkg.com/scrollreveal
plugins:
- search
- awesome-pages
- minify:
minify_html: true
- git-revision-date-localized:
enable_creation_date: true
type: timeago
nav:
- Home: index.md
- Documentation Structure: structure.md
- Downloads: downloads.md
- Releases: releases.md
- Status: status.md
- User Guide:
- Introduction: users/index.md
- Getting Started: users/getting-started.md
- Dashboard: users/dashboard.md
- Security: users/security.md
- Configuration: users/configuration.md
- Troubleshooting: users/troubleshooting.md
- IT Administrator Guide:
- Introduction: it/index.md
- Installation: it/installation.md
- Deployment: it/deployment.md
- SaaS & Hybrid Deployment: it/saas-deployment.md
- OnPrem Connector: it/onprem-connector.md
- Maintenance: it/maintenance.md
- Security: it/security.md
- Developer Guide:
- Introduction: developers/index.md
- Architecture: developers/architecture.md
- Repository Architecture: developers/repositories.md
- Integrations: developers/integrations.md
- API Reference: developers/api.md
- CI/CD Infrastructure: developers/cicd.md
markdown_extensions:
- admonition
- codehilite
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg