-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
137 lines (130 loc) · 2.5 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
# Site settings
title: "Cerb"
company: "Webgroup Media, LLC."
copyright: 2002-2025
version: 2025021901
email: [email protected]
description: Cerb automates helpdesk inboxes and workflows. Boost team productivity with interactive agents, personalized dashboards, and endless API integrations.
url: "https://cerb.ai"
baseurl: ""
logo_url: /assets/cerb_logo.svg
social_image_url: /assets/images/cerb-social.png
search_endpoint_url: https://api.cerb.cloud/docs/search
timezone: America/Los_Angeles
encoding: UTF-8
exclude:
- .idea
- .github
- Dockerfile
- docker-compose.yml
- Gemfile
- Gemfile.lock
- node_modules
- README.md
keep_files: [assets]
# Blog
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: ""
# Atom feed
feed:
disable_in_development: true
# Collections
collections:
docs:
output: true
permalink: /docs/:path/
guides:
output: true
sort_by: title
permalink: /guides/:path/
packages:
output: true
sort_by: title
permalink: /packages/:path/
releases:
output: true
permalink: /releases/:path/
solutions:
output: true
sort_by: path
permalink: /solutions/:path/
tips:
output: true
sort_by: title
permalink: /tips/:path/
workflows:
output: true
sort_by: title
permalink: /workflows/:path/
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
parse_block_html: false
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-redirect-from
- jekyll-tabs
# Defaults
defaults:
-
scope:
path: ""
type: "docs"
values:
layout: "docs"
jumbotron:
title: Documentation
-
scope:
path: ""
type: "guides"
values:
layout: "integration"
-
scope:
path: ""
type: "packages"
values:
layout: "integration"
-
scope:
path: ""
type: "posts"
values:
layout: "posts"
jumbotron:
title: Blog
tagline: Release announcements, helpful tips, and community discussion
-
scope:
path: ""
type: "releases"
values:
layout: "releases"
jumbotron:
title: Release History
breadcrumbs:
-
label: Releases »
url: /docs/history/
-
scope:
path: ""
type: "solutions"
values:
layout: "solution"
-
scope:
path: ""
type: "tips"
values:
layout: "integration"
-
scope:
path: ""
type: "workflows"
values:
layout: "integration"