forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (49 loc) · 1.77 KB
/
mkdocs.yml
File metadata and controls
50 lines (49 loc) · 1.77 KB
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
site_name: Clinical Research FHIR Guide
theme:
name: material
# logo: assets/logo-arrow-sans-medium-black.svg
logo: assets/msk-logo.svg
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2022 MSK
extra:
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/memorialsloankettering/
- icon: fontawesome/brands/facebook-f
link: https://www.facebook.com/memorialsloankettering
- icon: fontawesome/brands/twitter
link: https://twitter.com/MSKCancerCenter
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/user/mskcc
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/company/memorial-sloan-kettering-cancer-center/mycompany/
nav:
- Home: index.md
- Authentication: authentication.md
- Searching: searching.md
- Pagination: pagination.md
- "Available Resources":
- "Adverse Event": resources/adverse-event.md
- "Diagnostic Report (Response)": resources/diagnostic-report.md
- "Group": resources/group.md
- "Patient (Demographics)": resources/patient.md
- "Medication Statement": resources/medications.md
- "Observation (Labs)": resources/lab-result.md
- "Observation (Vitals)": resources/vital-sign.md
- "Observation (Response Imaging)": resources/imaging.md
- Structure Definitions: structure-definitions.md
- Error Handling: error-handling.md
- "Release Notes": release-notes.md
- "Contact Us": contact-us.md
markdown_extensions:
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg