-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (49 loc) · 1 KB
/
_config.yml
File metadata and controls
57 lines (49 loc) · 1 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
exclude:
- .github
- .gitignore
- circle.yml
- README.md
- doc-templates
liquid:
error_mode: strict
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
kramdown:
input: GFM
syntax_highligher: true
syntax_highlighter_opts:
line_numbers: true
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
url: https://developers.cloud-elements.com
gems:
- jekyll-redirect-from
- jekyll-youtube
- algoliasearch-jekyll
- jekyll-paginate
algolia:
application_id: 'G8W6UO94HX'
index_name: 'developer_portal_pages'
settings:
attributesToIndex:
- title
- heading
- seo
- description
- h1
- h2
- h3
- h4
- h5
- h6
- unordered(text)
- unordered(tags)
attributesToSnippet: ['text:20']
attributesToHighlight:
- 'text'
console: 'Cloud Elements'
paginate_path: "/docs/release-notes/page:num"
paginate: 2