forked from NativeScript/docs-v7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
249 lines (241 loc) · 6.68 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
## The base url of the header links
headerbaseurl: //www.nativescript.org
nscookbookurl: "/cookbook/"
source: ./Content
# Release date in the format of: YYYY-MM-DD
release_date: "2016-11-16"
navigation:
## List your directory names and order here, like this:
start:
position: 10
title: "Get Started"
expanded: true
core-concepts:
position: 20
title: "CORE CONCEPTS"
"core-concepts/android-runtime":
position: 200
title: "Android Runtime"
"core-concepts/android-runtime/getting-started":
position: 10
title: "Getting started"
"core-concepts/android-runtime/metadata":
position: 20
title: "Metadata"
"core-concepts/android-runtime/marshalling":
position: 30
title: "Marshalling"
"core-concepts/android-runtime/generator":
position: 40
title: "Generator"
"core-concepts/android-runtime/plugins":
position: 50
title: "Plugins"
"core-concepts/android-runtime/how-to":
position: 60
title: "How-To"
"core-concepts/android-runtime/debug":
position: 70
title: "Debug"
"core-concepts/android-runtime/advanced-topics":
position: 80
title: "Advanced topics"
"core-concepts/ios-runtime":
position: 300
title: "iOS Runtime"
"core-concepts/ios-runtime/types":
position: 90
title: "Types"
"core-concepts/ios-runtime/how-to":
position: 100
title: "How-To"
integration-with-existing-ios-and-android-apps:
position: 30
title: "INTEGRATING EXISTING NATIVE APPS"
best-practices:
position: 40
title: "BEST PRACTICES"
ui:
position: 20
title: "USER INTERFACE"
expanded: false
"ui/layouts":
position: 10
title: "Layouts"
expanded: false
"ui/ns-ui-widgets":
position: 20
title: "UI Widgets"
expanded: false
"ui/ns-framework-modules":
position: 30
title: "Framework modules"
expanded: false
"ui/professional-ui-components":
position: 40
title: "Professional UI Components"
"ui/ng-ui-widgets":
position: 20
title: "UI Widgets"
expanded: false
"ui/ng-framework-modules":
position: 30
title: "Framework modules"
expanded: false
code-sharing:
position: 45
title: "CODE SHARING"
tooling:
position: 50
title: "TOOLING"
expanded: false
"tooling/publishing":
position: 100
title: "Publishing"
"tooling/testing":
position: 150
title: "Testing"
"tooling/testing/end-to-end-testing":
position: 100
title: "End To End Testing"
"tooling/debugging":
position: 200
title: "Debugging"
"tooling/docs-cli":
position: 300
title: "Command-line interface"
hardware:
position: 60
title: "HARDWARE АCCESS"
ng-hardware-access:
position: 60
title: "HARDWARE АCCESS"
plugins:
position: 70
title: "PLUGINS DEVELOPMENT"
releases:
position: 80
title: "RELEASES"
app-and-screen-templates:
position: 90
title: "App and Screen Templates"
"app-and-screen-templates/common-screens":
position: 10
title: "Common screens"
performance-optimizations:
position: 100
title: "Performance optimizations"
ns-framework-modules:
position: 110
title: "Framework modules"
ng-framework-modules:
position: 110
title: "Framework modules"
guides:
position: 120
title: "Guides"
"guides/integration-with-existing-ios-and-android-apps":
position: 100
title: "Integration with existing iOS and Android apps"
sidekick:
position: 150
title: "Sidekick"
"sidekick/intro":
position: 10
title: Introduction
"sidekick/getting-started":
position: 20
title: Get Started
"sidekick/user-guide":
position: 30
title: User Guide
"sidekick/user-guide/logging-in":
position: 33
title: Logging in Sidekick
"sidekick/user-guide/sidekick-settings":
position: 35
title: Sidekick Settings
"sidekick/user-guide/create-app":
position: 40
title: Creating Your App
"sidekick/user-guide/configure-app":
position: 45
title: Configuring Your App
"sidekick/user-guide/add-page":
position: 50
title: Adding a New Page to Your App
"sidekick/user-guide/code-signing":
position: 55
title: Code Signing Your App
"sidekick/user-guide/code-signing/code-signing-for-ios":
position: 60
title: Code Signing for iOS Apps
"sidekick/user-guide/build-app":
position: 65
title: Building Your App
"sidekick/user-guide/run-app":
position: 70
title: Running Your App on a Device
"sidekick/user-guide/publish-app":
position: 75
title: Publishing Your App
"sidekick/user-guide/enterprise-auth":
position: 80
title: Enterprise Auth
"sidekick/troubleshooting":
position: 85
title: Troubleshooting
## The product name
productName: "NativeScript"
## Improve This Article button-related:
improveThis:
mapOfBaseUrls:
0:
matchPattern: '^/cookbook/.*'
1:
matchPattern: '^/code-samples/.*'
2:
matchPattern: '^/docs-cli/.*'
3:
matchPattern: '.*'
baseUrl: "https://github.com/NativeScript/docs/blob/master/docs/"
## Current flavor
flavor:
"NativeScript & Angular":
matchPattern: '^/angular/.*'
"NativeScript Sidekick":
matchPattern: '^/sidekick/.*'
"NativeScript & Vue.JS":
matchPattern: '^/vuejs/.*'
"API Reference":
matchPattern: '^/api-reference/.*'
## 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"
"current-version": "2.0.0"
"ns": "NativeScript"
"sk": "Sidekick"
"ns-sk": "NativeScript Sidekick"
"ns-cli": "NativeScript CLI"
# 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
gems:
- jekyll-unsanitize
# Feedback Form Google Sheet ID
ff-sheet-id: 1Njk-CD9m_mKw_jSRBV2p6quwEOAKRZnUPJgeUrA1ZFA