-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
81 lines (73 loc) · 2.01 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
site_name: CDF2FHIR
site_description: Data Harmonization Framework for Cohort Studies
strict: true
site_url: https://github.com/MyDigiTwinNL/CDF2Medmij-Mapping-tool
theme:
# https://squidfunk.github.io/mkdocs-material/
name: 'material'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: indigo
toggle:
icon: material/weather-sunny
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: indigo
toggle:
icon: material/weather-night
name: "Switch to light mode"
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- announce.dismiss
- navigation.tabs
icon:
logo: 'material/library-outline'
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
favicon: 'favicon.png'
repo_name: MyDigiTwinNL/CDF2Medmij-Mapping-tool
repo_url: https://github.com/MyDigiTwinNL/CDF2Medmij-Mapping-tool
edit_uri: edit/dev/docs/
# https://www.mkdocs.org/user-guide/configuration/#validation
#validation:
# omitted_files: warn
# absolute_links: warn
# unrecognized_links: warn
nav:
- Developer documentation:
- Introduction: index.md
- Design overview: arch.md
- Data harmonization documentation:
#- Developing pairing rules: prules.md
- Developing pairing rules: wip.md
#- Adding support for new FHIR resources: ftemplates.md
- Adding support for new FHIR resources: wip.md
markdown_extensions:
# https://python-markdown.github.io/extensions/
- toc:
permalink: true
- admonition
# https://facelessuser.github.io/pymdown-extensions
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
watch:
- docs
plugins:
- search