-
Notifications
You must be signed in to change notification settings - Fork 84
/
mkdocs.yml
45 lines (37 loc) · 1.04 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
site_name: SMART Health Cards Framework
repo_url: https://github.com/smart-on-fhir/health-cards
edit_uri: 'edit/main/docs'
nav:
- Protocol: index.md
- Credential Modeling: credential-modeling.md
- Credential Types: vocabulary.md
- Examples: examples/index.md
- Changelog: changelog.md
theme:
name: material
markdown_extensions:
- toc:
permalink: true
baselevel: 2
toc_depth: 4
- admonition:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- def_list:
plugins:
- search
- redirects:
redirect_maps:
'ial.md': 'https://terminology.smarthealth.cards/CodeSystem-identity-assurance-level.html'
extra_javascript:
- https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js
- mermaid.js
extra_css:
- style.css