-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (79 loc) · 2.24 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
site_name: CARA's eMedication IG
site_url: https://qligier.github.io/cara-emed-ig/
repo_url: https://github.com/qligier/cara-emed-ig
site_author: Quentin Ligier
nav:
- Home: index.md
- Transactions:
- transactions/index.md
- Documents: transactions/documents.md
- 'Auth': transactions/auth.md
- 'XDS: publish documents (ITI-41)': transactions/iti41.md
- 'XDS: retrieve documents (ITI-43)': transactions/iti43.md
- 'XDS: search documents (ITI-18)': transactions/iti18.md
- 'XDS: delete documents (ITI-57)': transactions/iti57.md
- 'XDS: search pharmacy documents (CH:PHARM-1)': transactions/chpharm1.md
- 'Patient Identity Feed HL7 V3 (ITI-44)': transactions/iti44.md
- 'PIXV3 Query (ITI-45)': transactions/iti45.md
- Record Audit Event (ITI-20): transactions/iti20.md
- 'Audit Trail Consumption (CH:ATC)': transactions/chatc.md
- 'Date processing': transactions/date_processing.md
- Workflows:
- 'Treatment lifecycle': workflows/index.md
- 'Situational workflows': workflows/situationalworkflows.md
- 'Aggregation': workflows/aggregation.md
- CH-EMED-EPR: emed/index.md
- PMP-APPC:
- appc/index.md
- EndPoints:
- endpoints.md
- OIDs: oids.md
- Upcoming Changes: other/upcoming_changes.md
markdown_extensions:
- smarty
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
custom_dir: overrides
logo: assets/cara.svg
icon:
repo: fontawesome/brands/github
font: false
features:
- navigation.tabs
- navigation.indexes
- toc.integrate
- content.code.annotate
palette:
- scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/cara.css
plugins:
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
# - privacy