This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
_config.yml
executable file
·81 lines (76 loc) · 1.55 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
# 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: "7,000+"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# Sass Settings
sass:
sass_dir: assets/stylesheets
# Collections
collections_dir: docs
collections:
quickstart:
output: true
permalink: /:collection/:name
build:
output: true
permalink: /:collection/:name
manage:
output: true
permalink: /:collection/:name
publish:
output: true
permalink: /:collection/:name
embed:
output: true
permalink: /:collection/:name
reference:
output: true
permalink: /:collection/:name
cli_docs:
output: true
permalink: /:collection/:name
partner_success_stories:
output: true
defaults:
- scope:
path: ""
type: "quickstart"
values:
layout: default
- scope:
path: ""
type: "build"
values:
layout: default
- scope:
path: ""
type: "manage"
values:
layout: default
- scope:
path: ""
type: "publish"
values:
layout: default
- scope:
path: ""
type: "embed"
values:
layout: default
- scope:
path: ""
type: "reference"
values:
layout: default
- scope:
path: ""
type: "cli_docs"
values:
layout: default