-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
27 lines (21 loc) · 931 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
site_name: CDS Hooks For PAMA
site_url: https://argonautproject.github.io/cds-hooks-for-pama/
theme:
name: 'material'
logo: 'images/logo-square.png'
favicon: 'images/favicon.png'
extra:
social:
- type: 'github'
link: 'https://github.com/argonautproject/cds-hooks-for-pama'
nav:
- Guidance: 'index.md'
repo_url: 'https://github.com/argonautproject/cds-hooks-for-pama'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
copyright: © 2018 HL7 & Boston Children's Hospital.<p /> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/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>.