-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
116 lines (108 loc) · 2.87 KB
/
_config.yml
File metadata and controls
116 lines (108 loc) · 2.87 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
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
### Canvas Medical
#
# This config file contains the config of your webpages
# You may also want to update /config/webpack.pwa.js in case you want to generate a Progressive Web App
title: Canvas Medical EMR Customization - SDK, FHIR API & Guides
description: Build powerful EMR customizations and integrations with Canvas Medical’s developer tools. Explore documentation on the Server Side SDK, FHIR API, and implementation guides. Stay updated on the latest product enhancements to streamline healthcare workflows and optimize clinical operations.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://docs.canvasmedical.com" # the base hostname & protocol for your site, e.g. http://example.com
theme_color: '#eee9d9'
logo: assets/images/canvas-docs-meta.png
timezone: America/Los_Angeles
future: true
### Cookie consent
#cookie_consent: true
### Collections
collections_dir: "collections"
collections:
api:
output: true
permalink: /:collection/:title/
documentation:
output: true
permalink: /:collection/:title/
guides:
output: true
permalink: /:collection/:title/
release-notes:
output: true
permalink: /:collection/:title/
sdk:
output: true
permalink: /:collection/:title/
fdb-changelogs:
output: true
permalink: /:collection/:title/
learn:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path : "collections/_api/**/*"
values:
layout : "api"
- scope:
path : "collections/_documentation/**/*"
values:
layout : "documentation"
- scope:
path : "collections/_guides/**/*"
values:
layout : "guides"
- scope:
path : "collections/_release-notes/**/*"
values:
layout : "releasenotes"
- scope:
path : "collections/_sdk/**/*"
values:
layout : "sdk"
- scope:
path : "collections/_fdb-changelogs/**/*"
values:
layout : "fdb-changelog"
- scope:
path : "collections/_learn/**/*"
values:
layout : "learn"
### Feed settings
feed:
url: "https://docs.canvasmedical.com"
title: Canvas Medical Release Notes
description: Updates
posts_limit: 20
content_type: "html"
collections:
release-notes:
path: "/release-notes.xml"
permalink: /release-notes/:title
### Build settings
minify_html: false
plugins:
- jekyll-algolia
- jekyll-feed
- jekyll-last-modified-at
- jekyll-menus
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-tabs
- octopress-minify-html
### Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- README.md
- _images
- _static
- _src
- amplify.yml
- config
- icon.png
- node_modules
- optimization-fix
- optimization-fix-this-file-is-ignored.js
- package.json
- vendor
- webpack.config.js
- yarn-error.log
- yarn.lock