forked from rcpch/digital-growth-charts-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
191 lines (178 loc) · 5.92 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
site_name: RCPCH Digital Growth Charts
site_description: Documentation for the RCPCH Digital Growth Charts Platform
site_author: The Royal College of Paediatrics and Child Health
# site_url: https://rcpch.github.io/digital-growth-charts-documentation/
# `mkdocs serve` serves the docs locally on this port (default 8000)
dev_addr: "127.0.0.1:8001"
nav:
- Home: 'index.md'
- About:
- 'about/about.md'
- 'about/team.md'
- 'about/acknowledgements.md'
- 'about/awards-press-blogs.md'
- Products:
- 'products/get-digital-growth-charts.md'
- 'products/products-overview.md'
- 'products/pricing.md'
- 'products/api-server.md'
- 'products/react-client.md'
- 'products/react-component.md'
- 'products/python-library.md'
- 'products/command-line-client.md'
- 'products/google-sheets-plugin.md'
- 'products/react-native.md'
- 'products/flask(deprecated).md'
- Integrators:
- 'integrator/getting-started.md'
- 'integrator/api-keys.md'
- 'integrator/making-api-calls.md'
- 'integrator/api-reference.md'
- 'integrator/support.md'
- 'integrator/client-specification.md'
- 'integrator/faqs-for-integrators.md'
- 'integrator/whos-using-dgc.md'
- Clinicians:
- 'clinician/how-the-api-works.md'
- 'clinician/chart-information-health-staff.md'
- 'clinician/date-age-calculations.md'
- 'clinician/growth-references.md'
- 'clinician/faqs-for-clinicians.md'
- Parents:
- 'parents/chart-information-families.md'
- 'parents/faqs-parents.md'
- Contributors:
- 'developer/start-here.md'
- 'developer/api-python.md'
- 'developer/api-docker.md'
- 'developer/api-testing.md'
- 'developer/react-client.md'
- 'developer/rcpchgrowth.md'
- 'developer/rcpchgrowth-cli.md'
- 'developer/versioning.md'
- 'developer/writing-documentation.md'
- 'developer/faqs-for-developers.md'
- 'developer/contributing.md'
- Clinical Safety:
- 'safety/overview.md'
- Clinical Safety File:
- 'safety/csmf/clinical-risk-mgmt-system.md'
- 'safety/csmf/clinical-risk-mgmt-plan.md'
- 'safety/csmf/clinical-safety-case-report.md'
- 'safety/csmf/hazard-log.md'
- 'safety/csmf/third-party-tools-safety-assmt.md'
- 'safety/csmf/license.md'
- DTAC:
- 'safety/dtac.md'
- Medical Devices Registration:
- 'safety/medical-device-reg/mhra.md'
- 'safety/medical-device-reg/essential-req.md'
- 'safety/medical-device-reg/doc-api.md'
- 'safety/medical-device-reg/mdr-technical-docs.md'
- Download: 'safety/download.md'
- Legal:
- 'legal/disclaimer.md'
- 'legal/licensing-copyright.md'
- 'legal/data-protection.md'
- 'legal/privacy-notice.md'
- Technical:
- 'technical/security.md'
- 'technical/data-security-protection-toolkit.md'
- 'technical/status.md'
- Contact: 'about/contact.md'
theme:
name: material
custom_dir: rcpch-theme
features:
- content.action.edit # explicitly adds edit button (Material4MkDocs9.0)
- content.action.view # explicitly adds view button (Material4MkDocs9.0)
- content.code.copy
- content.code.select
- navigation.expand
- navigation.footer # explicitly adds footer prev/next (Material4MkDocs9.0)
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- toc.follow
palette:
# Light mode ONLY - it's gets too hard to keep dark mode working with a number of iframes in play
scheme: default
font:
text: Montserrat
code: Roboto Mono
favicon: _assets/_images/dynamic-child-favicon.png
logo: _assets/_images/rcpch_logo.png
plugins:
- git-committers:
repository: rcpch/digital-growth-charts-documentation
branch: live
enabled: !ENV [ENABLE_GIT_COMMITTERS, false] # makes Git Committers optional
- git-revision-date-localized:
enable_creation_date: true
- macros
- search
- render_swagger
- with-pdf:
cover_title: RCPCH Digital Growth Charts
cover_subtitle: Complete Documentation Manual
toc_title: Table Of Contents
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#render_js: true
#headless_chrome_path: headless-chromium
output_path: pdf/digital-growth-charts-documentation.pdf
enabled_if_env: ENABLE_PDF_EXPORT
#debug_html: true
#show_anchors: true
#verbose: true
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html #insiders
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
check_paths: true
auto_append:
- includes/_abbreviations.md
- pymdownx.superfences
- toc:
permalink: false
copyright: Copyright © 2022 Royal College of Paediatrics and Child Health (RCPCH)
repo_url: https://github.com/rcpch/digital-growth-charts-documentation
repo_name: rcpch/documentation
edit_uri: blob/live/docs
extra_css:
- _assets/_stylesheets/extra.css
# footer links and variables
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/rcpchtweets
- icon: fontawesome/brands/github
link: https://github.com/rcpch
- icon: fontawesome/brands/discourse
link: https://openhealthhub.org/c/rcpch-digital-growth-charts
- icon: material/chat
link: https://signal.group/#CjQKIAjLf5lS9OZIAI6lsJKWP1LmeJXkUW_fzZH1ryEw3oFEEhBH-4F7WnlyYjKerjfzD6B0