-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
84 lines (84 loc) · 1.88 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
site_name: ROR Docs
repo_url: https://github.com/NorskHelsenett/ror
repo_name: ROR
edit_uri: edit/main/docs/
theme:
name: material
language: "nb"
logo: images/ror.svg
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- content.action.edit
icon:
edit: material/pencil
view: material/eye
extra_css:
- css/nhn.css
plugins:
- search
- mermaid2
- glightbox
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- admonition
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NorskHelsenett/ror
name: Privat sky på github
generator: false
copyright: Norsk Helsenett SF - Privat sky
nav:
- ROR:
- index.md
- components.md
- design.md
- getting-started.md
- Clients:
- ror-admin:
- ror-admin/index.md
- ror-cli:
- ror-cli/index.md
- ror-cli/auth-flow.md
- Core:
- ror-api:
- ror-api/index.md
- ror-api/aclv2.md
- ror-api/config-management.md
- vault:
- vault/index.md
- mongoDB:
- mongodb/index.md
- ror-docs:
- ror-docs/index.md
- Microservices:
- ror-ms-nhn:
- ror-ms-nhn/index.md
- ror-ms-auth:
- ror-ms-auth/index.md
- ror-ms-slack:
- ror-ms-slack/index.md
- Distributed:
- ror-operator:
- ror-operator/index.md
- ror-agent:
- ror-agent/index.md
- Design:
- design/index.md
- design/react-framework.md