-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
158 lines (151 loc) · 4.75 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
# Project information
site_name: ZorgAPIs Developer Portal
site_description: API Library for Dutch Healthcare Developer Portal.
site_author: Nictiz
site_url: https://developer.zorgapis.nl/
# Repository
repo_url: https://github.com/nictiz/zorgapis-docs
edit_uri: blob/main/docs/
# Copyright
copyright: >-
Copyright © 2025 Nictiz | <a href="#__consent">Change cookie settings</a> |
<a href="https://nictiz.nl/privacy-statement" target="_blank" rel="noopener">Privacy statement</a>
# Configuration
theme:
name: material
language: en
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: deep orange
accent: deep orange
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: deep orange
accent: deep orange
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- toc.follow
font:
text: Roboto
code: JetBrains Mono
# Plugins
plugins:
- search
- blog
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: nictiz/zorgapis-docs
branch: main
# Additional configuration
extra:
consent:
actions:
- accept
- reject
- manage
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our
documentation and whether users find what they're searching for. With your consent, you're helping us to make our
documentation better.
analytics:
provider: google
property: G-VXC1C6H3RT
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeOc9XGTqkKKysztJPx5R7lh0TAskQHV_NW-PtaZ-6G6gXiWQ/viewform?entry.816166561={url}" target="_blank" rel="noopener">telling us what you're missing</a>.
social:
- icon: fontawesome/brands/github
link: https://github.com/Nictiz
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/nictiz/
# Extensions
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: docs
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Page tree
nav:
- Home:
- index.md
- Nictiz: nictiz.md
- Learn:
- learn/index.md
- Authorizing a request: learn/authorizing-a-request.md
- Organizations:
- learn/organizations/index.md
- Adding an organization: learn/organizations/adding-an-organization.md
- Inviting a user to an organization: learn/organizations/inviting-a-user-to-an-organization.md
- Accepting an invitation to join an organization: learn/organizations/accepting-an-invitation-to-join-an-organization.md
- APIs:
- learn/apis/index.md
- Getting API requirements: learn/apis/getting-api-requirements.md
- Adding an API specification: learn/apis/adding-an-api-specification.md
- Standards:
- learn/standards/index.md
- Adding a communication standard: learn/standards/adding-a-communication-standard.md
- Adding an information standard: learn/standards/adding-an-information-standard.md
- Agreements:
- learn/agreements/index.md
- Adding a trust framework: learn/agreements/adding-a-trust-framework.md
- Play:
- play/index.md
- Code: code/index.md
- Blog:
- blog/index.md
- API Library: https://www.zorgapis.nl/