forked from segmentio/segment-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (71 loc) · 1.66 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
title: Segment
description: ""
baseurl: "/docs" # the subpath of your site, e.g. /blog
url: "https://segment.com" # the base hostname & protocol for your site, e.g. http://example.com
source: ./src
incremental: true
permalink: /:categories/:title/
include: ['_redirects']
exclude: ['js', '_site', '*.sketch']
# Build settings
os_links: true
markdown: kramdown
highlighter: rouge
defaults:
- scope:
path: ""
values:
layout: "page"
hidden: false
beta: false
seo-priority: 0.5
seo-changefreq: weekly
hide-feedback: false
- scope:
path: "connections/destinations/catalog"
values:
integration_type: destination
layout: destination
- scope:
path: "connections/sources/catalog"
values:
integration_type: source
layout: source
- scope:
path: "connections/storage/catalog"
values:
integration_type: warehouse
landing: true
layout: integration
collections:
release_notes:
output: false
permalink: /:collection/:name
plugins_dir: ./_plugins
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- premonition
- jekyll-commonmark
- jekyll-last-modified-at
- jekyll-dotenv
algolia:
max_record_size: 20000
application_id: UINQ2M4D9S
index_name: segment-docs
files_to_exclude:
- _release_notes/*
- utils/*
nodes_to_index: 'p, table#limit'
settings:
customRanking:
- desc(title)
- desc(custom_ranking.heading)
- asc(custom_ranking.position)
attributesForFaceting:
- searchable(categories)
- searchable(hidden)
- searchable(tags)
- searchable(title)
- searchable(engage)
- type