-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
123 lines (104 loc) · 2.74 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
site_name: "TeskaLabs SeaCat Auth"
theme:
name: 'material'
font:
text: Verdana
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.indexes
logo: images/teskalabs-logo.svg
favicon: images/teskalabs.png
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: True
separator: "-"
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/TeskaLabs
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/teskalabs
- icon: fontawesome/brands/twitter
link: https://twitter.com/teskalabs
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: [email protected]
plugins:
- search
- glightbox
- open-in-new-tab
nav:
- About:
- index.md
- reference/features.md
- Administration guide:
- admin/index.md
- Access control:
- access/index.md
- access/key-terms.md
- access/credentials.md
- access/tenants.md
- access/resources.md
- access/roles.md
- access/clients.md
- access/sessions.md
- Installation:
- installation/quick-start.md
- installation/provisioning.md
- Configuration:
- config/basic-configuration.md
- Credentials:
- config/credentials/index.md
- config/credentials/credentials-policy.md
- config/credentials/providers.md
- Authentication and login:
- config/external-login.md
- config/notifications-configuration.md
- Integrating apps:
- integrations/index.md
- integrations/oauth2-introspect.md
- Connecting other apps:
- integrations/cookies.md
- integrations/elk.md
- integrations/the-hive.md
- integrations/grafana.md
- Development:
- REST API:
- development/rest-api.md
- development/postman.md
- development/oauth2.md
- User guide:
- user/index.md
- user/login.md
- user/account-details.md
- user/change-password.md
- user/otp.md
- user/hardware-keys.md
- Reference:
- reference/architecture.md
- reference/components.md
- reference/resources.md
- reference/clients.md
- reference/session.md