-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path_config.yml
188 lines (169 loc) · 4.94 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# This file is NOT reloaded automatically when you use 'bundle exec jekyll
# serve'. If you change this file, restart the server.
# ===== HEADERS ===========
# These headers were set by Noni, in order to improve our securityscorecard.io score
headers:
for: "/*"
values:
Strict-Transport-Security: "max-age=31536000; includeSubDomains;"
# ===== SITE SETTINGS =====
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, etc.
# Liquid tags.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Logz.io Docs
copyright: 2015-2023, Logshero Ltd. # 2020 Logz.io
# description:
url: "https://docs.logz.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
favicon: https://logz.io/favicon.ico
# Community buttons
public: true
edit_enabled: true
# Social
facebook_url: https://www.facebook.com/logz.io
twitter_url: https://twitter.com/logzio
youtube_url: https://www.youtube.com/channel/UC9Rc1hpWHUju8O2rYHAUVXA
linkedin_url: https://www.linkedin.com/company/4831888
# GitHub repository paths - Leave beginning slashes, unless field is empty.
github:
org_url: https://github.com/logzio # only edit username - leave base URL
repo_name: /logz-docs
edit_branch: /master # which branch do you want users to edit?
issue_template: docs-issue # GitHub template for new issues, without the .md extension. Leave blank if no template.
# If true, the Atom/RSS icon will be visible
show_atom_feed: false
# if you use google analytics or tag manager, add your tracking id here. To disable, remove or comment out the line
# google_analytics_id: ''
google_tag_manager_id: GTM-NH9MTDW
# if you use Intercom, add app id here. To disable, remove or comment out the line
intercom_app_id: bkz9ugqv
# ===== COLLECTIONS =====
# Jekyll docs on collections: https://jekyllrb.com/docs/collections/
collections_dir: logzio_collections # all collections are contained in this directory
collections:
## DATA SHIPPING COLLECTIONS ##
log-sources:
output: true
permalink: /shipping/log-sources/:slug.html
name: Logs
id: :slug
in-shipping-manifest: true
order: 1
prometheus-sources:
output: true
permalink: /shipping/prometheus-sources/:slug.html
name: Metrics
id: :slug
in-shipping-manifest: true
order: 2
tracing-sources:
output: true
permalink: /shipping/tracing-sources/:slug.html
name: Tracing
id: :slug
in-shipping-manifest: true
order: 3
security-sources:
output: true
permalink: /shipping/security-sources/:slug.html
name: Cloud SIEM
id: :slug
in-shipping-manifest: true
order: 4
community-shippers:
output: false
permalink: /shipping/community-shippers/:slug.html
name: Community shippers
id: :slug
in-shipping-manifest: false
synthetic-monitoring-sources:
output: true
permalink: /shipping/synthetic-monitoring-sources/:slug.html
name: Synthetic monitoring
id: :slug
in-shipping-manifest: true
order: 5
metrics-sources:
output: true
permalink: /shipping/metrics-sources/:slug.html
name:
id: :slug
in-shipping-manifest: false
order:
shippers:
output: true
permalink: /shipping/shippers/:slug.html
name: Agents
id: :slug
in-shipping-manifest: false
## ALL OTHER COLLECTIONS ##
contributors:
output: true
permalink: /contributors/:name
docs-admin:
output: true
permalink: /docs-admin/:path/
search: false
noindex: true
tags: false
community-info: false
show-date: false
technical-notes:
output: true
permalink: /technical-notes/:path/
layout: article
search: false
noindex: true
tags: false
community-info: false
# ===== FRONT MATTER DEFAULTS =====
# Jekyll docs on front matter defaults:
# https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
- scope:
path: no-search
values:
search: false
noindex: true
tags: false
- scope:
path: ''
type: contributors
values:
layout: contributor-profile
community-info: false
show-date: false
- scope:
path: ''
values:
layout: article
- scope:
path: ''
type: community-shippers
values:
community-project: true
# ===== BUILD SETTINGS =====
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-menus
- jekyll-octicons
- jekyll-avatar
kramdown:
parse_block_html: true
gfm_quirks: ['no_auto_typographic']
# auto_ids: true
# These items will not be processed, by default. Add new items as array entries.
exclude:
- .DS_Store
include:
- _redirects
# ===== SOURCE AND DESTINATION =====
# Don't mess with these, unless you're willing to move a lot of files around.
source: ./_source
destination: ./_site