forked from zapier/visual-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·100 lines (95 loc) · 1.91 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
# Settings
title: Zapier Platform UI Documentation
description: "Zapier Platform UI"
url: "https://platform.zapier.com" # the base hostname & protocol for your site, e.g. http://example.com
markdown: kramdown
baseurl: "" # intentionally left blank, site is served at root
partner_api_invite_url: "https://zapier.typeform.com/to/atnWuF"
partner_count: "3,800+"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# Sass Settings
sass:
sass_dir: assets/stylesheets
# Collections
collections_dir: docs
collections:
quickstart:
output: true
permalink: /:collection/:name
docs:
output: true
permalink: /:collection/:name
cli_docs:
output: true
permalink: /:collection/:name
cli_tutorials:
output: true
permalink: /:collection/:name
legacy:
output: true
permalink: /:collection/:name
partners:
output: true
permalink: /:collection/:name
partner_success_stories:
output: true
permalink: /:collection/:name
embed:
output: true
permalink: /:collection/:name
conversion:
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "quickstart"
values:
layout: default
- scope:
path: ""
type: "docs"
values:
layout: default
- scope:
path: ""
type: "news"
values:
layout: default
- scope:
path: ""
type: "cli_docs"
values:
layout: default
- scope:
path: ""
type: "cli_tutorials"
values:
layout: default
- scope:
path: ""
type: "legacy"
values:
layout: default
- scope:
path: ""
type: "conversion"
values:
layout: default
- scope:
path: ""
type: "partners"
values:
layout: default
- scope:
path: ""
type: "partner_success_stories"
values:
layout: default
- scope:
path: ""
type: "embed"
values:
layout: default