-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
143 lines (108 loc) · 3.96 KB
/
_config.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
topnav_title: FHIR NHS Scheduling API | FHIR®
# this appears on the top navigation bar next to the home button
site_title: FHIR NHS Scheduling API
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: NHS Digital
# this appears in the footer
github_editme_path: /edit/develop/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
#disqus: true
#disqus_shortname: disqus_shortname
#gitter: true
#gitter_room: gitter_account/gitter_room
#tiny_letter: true
#tiny_letter_username: tiny_letter_username
#twitter: true
#twitter_username: twitter_username
#twitter_site_hashtags: twitter_site_hashtags
fhir_ref_impl: http://yellow.testlab.nhs.uk/careconnect-ri/
fhir_ref_impl_sec: http://purple.testlab.nhs.uk:20080/
fhir_profile_baseurl: https://fhir.hl7.org.uk/STU3/StructureDefinition/
fhir_profile_stu3_baseurl: https://fhir.nhs.uk/STU3/StructureDefinition/
hl7_baseurl:
stu2: https://www.hl7.org/fhir/DSTU2/
stu3: https://www.hl7.org/fhir/STU3/
nhsd:
dds_link: https://nhsconnect.github.io/NHS-FHIR-DDS/Generated/
child_health: https://nhsconnect.github.io/Digital-Child-Health/Generated
scadw: https://nhsconnect.github.io/FHIR-ADW-Messaging/Generated
fgm: https://nhsconnect.github.io/fgm-risk-indication-service/
toc: https://nhsconnect.github.io/NHS-FHIR-Doc-eDischarge/Generated/
gpconnectmain: https://nhsconnect.github.io/gpconnect/
fhir_profile_ext:
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4005
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
exclude:
- .vscode/
- .idea/
- .gitignore
# these are the files and directories that jekyll will exclude from the build
feedback_email: [email protected]
# used as a contact email for the Feedback link in the top navigation bar
feedback_disable: true
feedback_subject_line: Care Connect API
# if you uncomment the previous line, the Feedback link gets removed
# feedback_text: "Need help?"
# if you uncomment the previous line, it changes the Feedback text
# feedback_link: "http://helpy.io/"
# if you uncomment the previous line, it changes where the feedback link points to
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: overview_sidebar
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: overview_sidebar
# these are defaults used for the frontmatter for these file types
sidebars:
- overview_sidebar
- overview_sidebar
- designprinciples_sidebar
- accessrecord_sidebar
- Appointment_sidebar
- tasks_sidebar
description: "The Care Connect RESTful APIs support the delivery of care by opening information and data held across different clinical care settings through the use of nationally defined INTEROPen FHIR® resources."
# the description is used in the feed.xml file
sitemap: true
# needed for sitemap.xml file only
url: https://nhsconnect.github.io/CareConnectAPI
repository: nhsconnect/CareConnectAPI
gist:
noscript: false
site:
fhirprofiles:
patient: "[Care Connect Patient](http://www.interopen.org/candidate-profiles/care-connect/CareConnect-Patient-1.html)"
plugins:
- jekyll-github-metadata
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-gist