forked from cds-hooks/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (45 loc) · 1.93 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
site_name: CDS Hooks
theme:
name: 'material'
logo: 'images/logo-square.png'
favicon: 'images/favicon.png'
extra:
social:
- type: 'github'
link: 'https://github.com/cds-hooks'
nav:
- Overview: 'index.md'
- Specification:
- Current (draft): 'specification/current.md'
- '2.0 (external link)': https://cds-hooks.hl7.org/2.0/
- '1.0 (external link)': https://cds-hooks.hl7.org/1.0/
- Hooks:
- 'new-hook-template' : 'hooks/template.md'
- 'allergyintolerance-create 1': 'hooks/allergyintolerance-create.md'
- 'patient-view 5' : 'hooks/patient-view.md'
- 'medication-prescribe 🚫' : 'hooks/medication-prescribe.md'
- 'order-dispatch 0' : 'hooks/order-dispatch.md'
- 'order-review 🚫' : 'hooks/order-review.md'
- 'order-select 4' : 'hooks/order-select.md'
- 'order-sign 5' : 'hooks/order-sign.md'
- 'appointment-book 1' : 'hooks/appointment-book.md'
- 'encounter-start 1' : 'hooks/encounter-start.md'
- 'encounter-discharge 1' : 'hooks/encounter-discharge.md'
- 'medication-refill 1' : 'hooks/medication-refill.md'
- 'problem-list-item-create 1' : 'hooks/problem-list-item-create.md'
- Quick Start: 'quickstart.md'
- Cheat Sheet: 'cheat-sheet/Cheat Sheet - Sept 2019.pdf'
- Best Practices: 'best-practices.md'
- Examples: 'examples.md'
- Community: 'community.md'
- Logo Use: 'logo-use.md'
repo_url: 'https://github.com/cds-hooks/docs'
edit_uri: ''
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
copyright: © 2018 HL7 & Boston Children's Hospital.<p /> <a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.