forked from smart-on-fhir/health-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (34 loc) · 918 Bytes
/
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
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
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- mermaid.js
extra_css:
- style.css