-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
142 lines (124 loc) · 3.54 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
# The public documentation URL, used for sitemap.xml
url: "https://docs.telerik.com/platform/knowledge-base"
# Exclude files which should not be in the output
exclude: [README.md,Gemfile,Gemfile.lock]
navigation:
## List your directory names and order here, like this:
how-to:
position: 2
title: How To
how-to/business-logic:
position: 100
title: Business Logic
troubleshooting:
position: 3
title: Troubleshooting
faq:
position: 4
title: Frequently Asked Questions
## The application virtual path
baseurl: /platform/knowledge-base
## The product name
productName: "Knowledge Base"
productTagName: "Knowledge Base"
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "page"
category: "default"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
# Telerik products and trademarks
ab: "AppBuilder"
tab: "Telerik AppBuilder"
bs: "Backend Services"
tbs: "Telerik Backend Services"
am: "AppManager"
tam: "Telerik AppManager"
eq: "Analytics"
teq: "Telerik Analytics"
af: "Feedback"
taf: "Telerik Feedback"
tp: "Telerik Platform"
tp-full: "Progress Telerik Platform"
sb: "Screen Builder"
ns: "NativeScript"
vpm: "Verified Plugins Marketplace"
tvpm: "Telerik Verified Plugins Marketplace"
tjc: "Telerik JustCode"
kui: "Kendo UI"
tkui: "Telerik Kendo UI"
tuin: "Telerik UI for NativeScript"
# Telerik UI services
ab-s: "Code"
sb-s: "Views"
bs-d: "Data"
bs-u: "Users"
bs-n: "Notifications"
bs-bl: "Business Logic"
eq-s: "Analytics"
af-s: "Feedback"
am-ad: "App Distribution"
# Telerik components
dc: "data connector"
dcs: "data connectors"
dct: "Data Connectors"
dls: "Data Link Server"
bl-data: "Cloud Code for Data"
bl-func: "Cloud Functions"
# Telerik Platform Companion Apps
ab-app: "Cordova Developer App"
ns-app: "NativeScript Developer App"
tp-app: "Platform Companion App"
# 3rd party products and trademarks
ac: "Apache Cordova"
wp: "Windows Phone"
wp8: "Windows Phone 8"
wp81: "Windows Phone 8.1"
wp-store: "Windows Phone Store"
ios-store: "App Store"
android-store: "Google Play"
taet: "Telerik Application Enrollment Token"
mvs: "Microsoft Visual Studio"
# Aliases for the AB clients
"ab-web": "In-Browser client"
"ab-win": "Classic Windows Desktop client"
"ab-vse": "Extension for Visual Studio"
"ab-cli": "Command-Line Interface"
"ab-sp": "Package for Sublime Text"
"ab-proton": "Universal Desktop client"
# Plugins
# We will add plugin vars there as soon as we refer to a plugin in a KB article.
# Other
# Style note: Use a human-readable variable name.
# Ex. good: EverliveURLSecure: https://api.everlive.com/v1
# Ex. bad: ELS: https://api.everlive.com/v1
app-id: "your-app-id"
master-key: "your-master-key"
# Version variables
rsvp-v: "3.0.17"
underscore-v: "1.8.2"
# Flow control variables
# Use similar variables in conditional statements to prevent
# a piece of text from appearing in a specific output.
# Set to "yes" and then:
# Use {% if site.cac == "yes" %}{% endif %} to mark CAC-specific content.
# Use {% if site.cac != "yes" %}{% endif %} to mark content that does not apply to CAC.
# cac: "yes"
# The google services configuration
google_tag_manager: GTM-6X92
google_custom_search: '001595215763381649090:imofn4yts_s'
# Assets pipeline configuration
assets:
cachebust: soft
js_compressor: uglifier
## Do not edit below this line
safe: false
markdown: MarkdownProcessor
kramdown:
toc_levels: 2..3
smart_quotes: ["quot", "quot", "quot", "quot"]
input: GFM