-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (96 loc) · 2.75 KB
/
mkdocs.yml
File metadata and controls
97 lines (96 loc) · 2.75 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
site_name: ServiceAuthCentral
site_url: https://serviceauthcentral.unitvectorylabs.com/
repo_url: https://github.com/UnitVectorY-Labs/ServiceAuthCentral
edit_uri: edit/main/docs/
theme:
name: material
highlightjs: true
logo: assets/logo_transparent.png
language: en
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: deep-purple
accent: cyan
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: "Roboto"
code: "Fira Code"
features:
- content.action.edit
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
- content.code.copy
- navigation.sections
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
plugins:
- search
- mermaid2:
version: 10.0.2
arguments:
theme: 'dark'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Setup Guide:
- setupguide/index.md
- Deployment: setupguide/deployment.md
- Configuration: setupguide/configuration.md
- High Availability: setupguide/highavailability.md
- Integration Guide:
- integrationguide/index.md
- Getting Started: integrationguide/gettingstarted.md
- Client Libraries: integrationguide/clientlibraries.md
- GCP Workload Identity: integrationguide/gcpworkloadidentity.md
- API Reference: integrationguide/apireference.md
- Contributor Guide:
- contributorguide/index.md
- Architecture: contributorguide/architecture.md
- Modules: contributorguide/modules.md
- API Reference: contributorguide/apireference.md
- Modules:
- modules/index.md
- Token Server: modules/tokenserver.md
- Manage Server: modules/manageserver.md
- Data Model:
- modules/datamodel/index.md
- Firestore: modules/datamodel/firestore.md
- Valkey: modules/datamodel/valkey.md
- In-memory: modules/datamodel/memory.md
- Sign:
- modules/sign/index.md
- GCP: modules/sign/gcp.md
- Local: modules/sign/local.md
- User:
- modules/user/index.md
- GitHub: modules/user/github.md
- Google: modules/user/google.md
- Verify:
- modules/verify/index.md
- Auth0: modules/verify/auth0.md
- Utility: modules/util.md