-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
74 lines (74 loc) · 2.1 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
site_name: ONC Health IT Certification Program API Resource Guide
nav:
- Home: index.md
- HL7 FHIR API Criterion - § 170.315(g)(10): g10-criterion.md
- API Conditions and Maintenance of Certification - § 170.404: 404-conditions-maintenance.md
- Directory of Published Versions: version-directory.md
- Helpful Links: helpful-links.md
- HealthIT.gov: https://www.healthit.gov/
# - HealthIT.gov Drupal API: healthit-drupal-api.md
copyright: <a href="/api-resource-guide/privacy-policy/">Privacy Policy</a>
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: indigo
accemt: yellow
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
favicon: images/logo.png
logo: images/logo.png
icon:
repo: fontawesome/brands/github
extra:
analytics:
provider: google
property: G-9FHYY7H053
version:
provider: mike
social:
- icon: fontawesome/regular/bookmark
link: https://www.healthit.gov/
name: HealthIT.gov
extra_javascript:
- javascripts/g10-dynamic-tp.js
markdown_extensions:
- abbr
- attr_list
- pymdownx.critic
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets
- pymdownx.details
- footnotes
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
repo_url: https://github.com/onc-healthit/api-resource-guide
repo_name: onc-healthit/api-resource-guide
edit_uri: edit/main/docs/
site_url: https://onc-healthit.github.io/api-resource-guide/
plugins:
- git-revision-date-localized
- search