forked from telerik/blazor-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
601 lines (560 loc) · 16.2 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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
# The public documentation URL, used for sitemap.xml
url: "https://docs.telerik.com/blazor-ui"
all_pages_domain: "https://docs.telerik.com"
capital_casing_redirects: true
# Exclude files which should not be in the output
exclude: [README.md, Gemfile, Gemfile.lock,api_sort.rb, Dockerfile, bs-config.js, build-docs.sh, copy_content.sh, copy_local.sh, docs-watcher/*, exclude_files.txt, install-npm.sh, start-docs.sh, watch.sh]
exclude_navigation: ["knowledge-base/*"]
navigation:
## List your directory names and order here, like this:
"knowledge-base":
title: "Knowledge Base"
position: 40
"api":
title: "API Reference"
position: 0
"getting-started":
title: "Getting Started"
position: 5
"installation":
title: "Installation"
position: 6
"components":
title: "Components"
position: 10
"themes":
title: "Themes"
position: 12
"common-features":
title: "Common Features"
position: 15
"globalization":
title: "Globalization"
position: 16
"accessibility":
title: "Accessibility"
position: 17
"upgrade":
title: "Upgrade"
position: 18
"upgrade/breaking-changes":
title: "Breaking Changes"
"how-to":
title: "How To"
position: 20
"getting-started/vs-integration":
title: "Visual Studio Integration"
position: 25
"getting-started/vs-code-integration":
title: "Visual Studio Code Integration"
position: 26
"backwards-compatibility":
title: "Breaking Changes"
position: 30
"integrations":
title: "Integration With Other Telerik Products"
position: 250
"integrations/document-processing":
title: "Document Processing"
position: 20
## List custom TOC order for folders here
"*components/grid/columns":
title: "Columns"
position: 5
"*components/grid/editing":
title: "Editing"
position: 10
"*components/grid/templates":
title: "Templates"
position: 25
"*components/grid/export":
title: "Export"
position: 30
"*components/grid/selection":
title: "Selection"
position: 35
"*components/treelist/data-binding":
title: "Data Binding"
position: 2
"*components/treelist/columns":
title: "Columns"
position: 5
"*components/treelist/editing":
title: "Editing"
position: 10
"*components/treelist/templates":
title: "Templates"
position: 25
"*components/treelist/export":
title: "Export"
position: 30
"*components/treelist/selection":
title: "Selection"
position: 35
"*components/chart/types":
title: "Types"
position: 15
"*components/chart/tooltip":
title: "Tooltips"
position: 32
"*components/stockchart/types":
title: "Types"
position: 12
"*components/stockchart/tooltip":
title: "Tooltips"
position: 22
"*components/animationcontainer":
title: "Animation Container"
position: 2000000
"*components/document-processing":
title: "Document Processing"
position: 2200000
"*components/treeview/data-binding":
title: "Data Binding"
position: 2
"*components/treeview/selection":
title: "Selection"
position: 3
"*components/contextmenu/data-binding":
title: "Data Binding"
position: 2
"*components/contextmenu/templates":
title: "Templates"
position: 25
"*components/menu/data-binding":
title: "Data Binding"
position: 2
"*components/scheduler/appointments":
title: "Appointments"
position: 2
"*components/scheduler/views":
title: "Views"
position: 5
"*components/scheduler/templates":
title: "Templates"
position: 10
"*components/editor/edit-modes":
title: "Edit Modes"
position: 80
## List helpers directory names and order here, like this:
"*appearance":
title: "Appearance"
"*binding":
title: "Binding"
position: 2
"*troubleshooting":
title: "Troubleshooting"
position: 50
"*editing":
title: "Editing"
"*export":
title: "Export"
"*filtering":
title: "Filtering"
"*integration":
title: "Integration"
"*selection":
title: "Selection"
"*state":
title: "State Management"
"*how-to":
title: "How To"
"*grid":
title: "Grid"
"*listview":
title: "ListView"
"*treelist":
title: "TreeList"
"*spreadsheet":
title: "Spreadsheet"
"*arcgauge":
title: "ArcGauge"
"*autocomplete":
title: "AutoComplete"
"*barcode":
title: "BarCode"
"*togglebutton":
title: "ToggleButton"
"*button":
title: "Button"
"*buttongroup":
title: "ButtonGroup"
"html-helpers/scheduling/calendar":
title: "Calendar"
"html-helpers/scheduling/multiviewcalendar":
title: "MultiViewCalendar"
"tag-helpers/scheduling/multiviewcalendar":
title: "MultiViewCalendar"
"*calendar":
title: "Calendar"
"*components/chart":
title: "Chart"
"*checkbox":
title: "Checkbox"
"*chunkprogressbar":
title: "ChunkProgressBar"
"*colorpalette":
title: "ColorPalette"
"*colorpicker":
title: "ColorPicker"
"*/multicolumncombobox":
isNew: true
title: "MultiColumnComboBox"
"*combobox":
title: "ComboBox"
"*contextmenu":
title: "Context Menu"
"*dateinput":
title: "Date Input"
"*datepicker":
title: "Date Picker"
"*daterangepicker":
title: "DateRange Picker"
"*datetimepicker":
title: "DateTime Picker"
"*dialog":
title: "Dialog"
"*draganddrop":
title: "DragAndDrop"
"*drawer":
title: "Drawer"
"*dropdownlist":
title: "DropDownList"
"*dropdowntree":
isNew: true
title: "DropDownTree"
"*editor":
title: "Editor"
"*flatcolorpicker":
title: "FlatColorPicker"
"*gantt":
title: "Gantt"
"*lineargauge":
title: "LinearGauge"
"*listbox":
title: "ListBox"
"*loader":
title: "Loader"
"*map":
title: "Map"
"*maskedtextbox":
title: "MaskedTextBox"
"*mediaplayer":
title: "MediaPlayer"
"*menu":
title: "Menu"
"*multiselect":
title: "MultiSelect"
"*notification":
title: "Notification"
"*popup":
title: "Popup"
"*numerictextbox":
title: "NumericTextBox"
"*progressbar":
title: "ProgressBar"
"*qrcode":
title: "QRCode"
"*/radiobutton":
title: "RadioButton"
"*radialgauge":
title: "RadialGauge"
"*rangeslider":
title: "RangeSlider"
"*responsivepanel":
title: "ResponsivePanel"
"*panelbar":
title: "PanelBar"
"*pager":
title: "Pager"
"*pivotgrid":
title: "PivotGrid"
"*/radiogroup":
title: "RadioGroup"
"*scheduler":
title: "Scheduler"
"*scrollview":
title: "ScrollView"
"*slider":
title: "Slider"
"*sortable":
title: "Sortable"
"*splitter":
title: "Splitter"
"*stockchart":
title: "Stock Chart"
"*switch":
title: "Switch"
"*tabstrip":
title: "TabStrip"
"*textbox":
title: "TextBox"
"*textarea":
title: "TextArea"
"*tilelayout":
title: "TileLayout"
"*timepicker":
title: "TimePicker"
"*tooltip":
title: "Tooltip"
"*toolbar":
title: "ToolBar"
"*treelist":
title: "TreeList"
"*treeview":
title: "TreeView"
"*treemap":
title: "TreeMap"
"*upload":
title: "Upload"
"*validator":
title: "Validator"
"*window":
title: "Window"
"*templates":
title: "Templates"
## introduction article columns. Use the slugs in the items collection
api_reference_url: "api/"
intro_columns:
-
categories:
-
title: "Data Management"
items:
"Grid": "components/grid/overview"
"TreeList": "treelist-overview"
"ListView": "listview-overview"
-
title: "Navigation"
items:
"Button": "components/button/overview"
"Toggle Button": "togglebutton-overview"
"Button Group" : "buttongroup-overview"
"Menu": "components/menu/overview"
"Context Menu": "contextmenu-overview"
"Tab Strip": "components/tabstrip/overview"
"TreeView": "components/treeview/overview"
"Pager": "pager-overview"
-
title: "Interactivity and UX"
items:
"Loader": "loader-overview"
"Progress Bar": "progressbar-overview"
"Chunk Progress Bar": "chunkprogressbar-overview"
-
categories:
-
title: "Editors"
items:
"Textbox": "components/textbox/overview"
"TextArea": "textarea-overview"
"Numeric Textbox": "components/numerictextbox/overview"
"Date Input": "components/dateinput/overview"
"Date Picker": "components/datepicker/overview"
"Time Picker": "components/timepicker/overview"
"DateTime Picker": "components/datetimepicker/overview"
"DateRange Picker": "daterangepicker-overview"
"DropDownList": "components/dropdownlist/overview"
"ComboBox": "components/combobox/overview"
"AutoComplete": "autocomplete-overview"
"Masked Textbox": "maskedtextbox-overview"
"MultiSelect": "multiselect-overview"
"CheckBox": "checkbox-overview"
"Switch": "switch-overview"
"Radio Button Group" : "radiogroup-overview"
"HTML Editor": "editor-overview"
-
categories:
-
title: "Data Visualization"
items:
"Charts Overview": "components/chart/overview"
"Area Charts": "components/chart/types/area"
"Column Charts": "components/chart/types/column"
"Bar Charts": "components/chart/types/bar"
"Line Charts": "components/chart/types/line"
"Pie Charts": "components/chart/types/pie"
"Donut Charts": "components/chart/types/donut"
"Bubble Charts": "components/chart/types/bubble"
"Scatter Charts": "components/chart/types/scatter"
"ScatterLine Charts": "components/chart/types/scatterline"
"Candlestick Charts": "chart-types-candlestick"
"OHLC Charts": "chart-types-ohlc"
"Stock Chart": "stockchart-overview"
-
-
categories:
-
title: "Files"
items:
"File Upload": "upload-overview"
"Document Processing": "common-features-dpl"
"PdfProcessing": "pdfprocessing-overview"
"SpreadProcessing": "spreadprocessing-overview"
"SpreadStreamProcessing": "spreadstreamprocessing-overview"
"WordsProcessing": "wordsprocessing-overview"
"ZipLibrary": "ziplibrary-overview"
-
title: "Layout"
items:
"Window": "components/window/overview"
"Animation Container": "components/animationcontainer/overview"
"Tooltip": "tooltip-overview"
"Drawer": "drawer-overview"
"Tile Layout": "tilelayout-overview"
-
title: "Scheduling"
items:
"Scheduler": "scheduler-overview"
"Calendar": "components/calendar/overview"
## The application virtual path
baseurl: /blazor-ui
## Latest UI for Blazor version. Used in some articles
uiForBlazorLatestVersion: "2.18.0"
supportedFrameworkVersion: ".NET Core 3.1.9"
## The Kendo UI version used
cdnVersion: "2019.1.115"
## The MVC Core version used
mvcCoreVersion: "2019.1.115"
## Product
product: "Telerik UI for Blazor"
platform: blazor
## Color Scheme
main_theme: blazor
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "documentation"
category: "default"
product: "blazor"
editable: true
description_suffix: "Read more in Telerik UI for Blazor Documentation."
-
scope:
path: "blazor"
values:
product: "blazor"
-
scope:
path: "api"
values:
editable: false
res_type: api
kind: api
-
scope:
path: "components"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "themes"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "common-features"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "globalization"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "accessibility"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "themes"
values:
title_prefix: "Blazor"
title_prefix_separator: " "
-
scope:
path: "knowledge-base"
values:
layout: "documentation"
category: "default"
product: "blazor"
editable: true
description_suffix: "Read more in our Blazor Knowledgebase articles."
#type_links:
# "kendo.Class": "/api/javascript/class"
# "kendo.data.DataSource": "/api/javascript/data/datasource"
# "Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"
# "Blob": "https://developer.mozilla.org/en/docs/Web/API/Blob"
# "File": "https://developer.mozilla.org/en-US/docs/Web/API/File"
# "Boolean": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean"
# "Function": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function"
# "jQuery": "http://api.jquery.com/Types/#jQuery"
# "Promise": "http://api.jquery.com/Types/#Promise"
# "Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"
# "Number": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number"
# "String": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
# The google services configuration
google_tag_manager: GTM-6X92
gcs_engine: 001595215763381649090:3v0klcxtf1c
gcs_api_key: AIzaSyDqCekEzmMvnB7i00Xcw_Vy43a7-wePuXQ
#Feedback Form Google Sheet ID
ff-sheet-id: 0c41d166-7ba6-3500-20d5-609d41442f92
# improved feedback form
feedback_ab: true
# other settings
skip_tabbed_code: true
code_lang: true
has_kb_portal: true
edit_repo_url: https://github.com/telerik/blazor-docs/edit/master
product_url: https://www.telerik.com/blazor-ui
download: https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor
footer:
-
title: "Getting Started"
links:
"Client-side Blazor": https://docs.telerik.com/blazor-ui/getting-started/client-blazor
"Server-side Blazor": https://docs.telerik.com/blazor-ui/getting-started/server-blazor
"Blazor Introduction Videos" : https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo
-
title: "Community"
links:
"Forums": https://www.telerik.com/forums/blazor
"Blogs": https://www.telerik.com/blogs/tag/blazor
"Feedback Portal": https://feedback.telerik.com/blazor
-
title: "Support Resources"
links:
"Demos": https://demos.telerik.com/blazor-ui
"Knowledge Base": https://docs.telerik.com/blazor-ui/knowledge-base
"Samples Repo": https://github.com/telerik/blazor-ui
-
title: "Sample Applications"
links:
"Dashboard": https://demos.telerik.com/blazor-dashboard-app/
"PWA - Stocks": https://demos.telerik.com/blazor-financial-portfolio
footer_social:
facebook: https://www.facebook.com/Telerik/
youtube: https://www.youtube.com/user/TelerikInc
linkedin: https://www.linkedin.com/showcase/telerik/
twitter: https://twitter.com/Telerik/
# Assets pipeline configuration
use_cachebusting: false
# These may be obsolete, but avoid touching just in case
assets:
cachebust: soft
js_compressor: uglifier
gzip: false
## Do not edit below this line
safe: false
markdown: MarkdownProcessor