forked from kbogdanovs/SmartlingHelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
115 lines (84 loc) · 1.67 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
# Hi There!
# Here are some settings for help.smartling.com
# If you change these, remember to rebuild your environments
# so your changes are picked up!
# Also, probably mostly don't change these!
# Cheers,
# Kale
# Site settings
version: 3.0.3
title: Smartling Help
baseurl: ""
url: "http://help.smartling.com/" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
highlighter: rouge
incremental: false
# LAYOUT
# Column Widths (must add up to 12)
left-width: 4
right-width: 8
# Set up Home Nav
homeCardNavLimit: 6 #Max entries in nav cards
#Collections
collections:
# Main Support Center
articles:
output: true
permalink: "support/articles/:title/"
sections:
output: true
permalink: "support/sections/:title/"
faqs:
output: true
permalink: "support/faq/:title/"
# Developers
filetypes:
output: true
permalink: "developers/supported-file-type/:title/"
developerarticles:
output: true
permalink: "developers/:categories/:title/"
filedirectives:
output: false
v2endpoints:
output: true
permalink: "developers/apii/v2/:categories/:title/"
v2sections:
output: true
permalink: "developers/apii/v2/:title/"
# terms:
# output: false
# permalink: "/terms/:title/"
#CloudCannon Helpers
editions:
- Express
- Basic
- Standard
- Growth
- Enterprise
- Extra
learning_types:
- Guide
- Video
- Best Practice
- Webinar
example_types:
- generic
- json
- customxml
- yaml
- csv
methods:
- GET
- POST
- DELETE
types:
- string
- array
- number
- boolean
# For Liquid Calcs - DON'T CHANGE
emptyArray: []
navItem: []
homeCardNavItems: []