-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
823 lines (784 loc) · 22 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
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# The public documentation URL, used for sitemap.xml
url: "https://docs.telerik.com/devtools/xamarin"
site_name: Xamarin
# Exclude files which should not be in the output
exclude: [README.md,Gemfile,Gemfile.lock, cloud-integration]
exclude_navigation: [knowledge-base/*]
navigation:
## List your directory names and order here, like this:
## Root Level
"knowledge-base":
title: "Knowledge Base"
position: 10
getting-started:
title: "Getting Started"
position: 1
installation-and-deployment:
title: "Installation and Deployment"
position: 2
demos-and-sample-apps:
title: "Demos and Sample Apps"
position: 5
upgrade:
title: "Upgrade"
position: 6
controls:
title: "<b>Xamarin Forms Controls</b>"
position: 7
nativecontrols:
title: "Native Controls Wrappers"
position: 8
blazormobilecontrols:
title: "Xamarin Mobile Blazor Bindings"
position: 9
troubleshooting:
title: "Troubleshooting"
position: 12
styling-and-appearance:
title: "Styling and Appearance"
position: 10
licensing:
title: "Licensing"
position: 11
cloud-integration:
title: "Cloud Integration"
position: 11
## End Root Level
## Getting Started Sub-Folders
getting-started/windows:
title: "Windows"
position: 0
getting-started/mac:
title: "Mac"
position: 1
## End Getting Started Sub-Folders
## Cloud Integration Sub-Folders
cloud-integration/azure:
title: "Azure"
position: 1
cloud-integration/azure/connect-to-data-in-the-cloud:
title: "Connect to Data in the Cloud"
position: 3
cloud-integration/azure/cognitive-services:
title: "Cognitive Services"
position: 5
cloud-integration/amazon-web-services:
title: "Amazon Web Services"
position: 2
cloud-integration/amazon-web-services/connect-to-data-in-the-cloud:
title: "Connect to Data in the Cloud"
position: 5
## Cloud Integration Sub-Folders
## Styling Sub-Folders
styling-and-appearance/xamarin-forms-theming:
title: "Xamarin Forms Theming"
position: 1
## End Styling Sub-Folders
## Intallation Sub-Folders
installation-and-deployment/windows:
title: "Windows"
position: 3
installation-and-deployment/mac:
title: "Mac"
position: 4
## End Intallation Sub-Folders
## Native Controls Sub-Folders
nativecontrols/android:
title: "Android"
position: 1
nativecontrols/ios:
title: "iOS"
position: 2
nativecontrols/android/android-native-controls:
title: "Android Native Controls"
nativecontrols/ios/ios-native-controls:
title: "iOS Native Controls"
## End Native Controls Sub-Folders
## Blazor Bindings Sub-Folders
blazormobilecontrols/autocompleteview:
title: "AutoCompleteView"
position: 1
blazormobilecontrols/border:
title: "Border"
position: 5
blazormobilecontrols/busyindicator:
title: "BusyIndicator"
position: 8
blazormobilecontrols/button:
title: "Button"
position: 10
blazormobilecontrols/checkbox:
title: "CheckBox"
position: 15
blazormobilecontrols/datagrid:
title: "DataGrid"
position: 18
blazormobilecontrols/expander:
title: "Expander"
position: 20
blazormobilecontrols/listview:
title: "ListView"
position: 22
blazormobilecontrols/sidedrawer:
title: "SideDrawer"
position: 25
## End Blazor Bindings Sub-Folders
## Android Controls
nativecontrols/android/autocomplete:
title: AutoComplete
position: 2
nativecontrols/android/calendar:
title: Calendar
position: 3
nativecontrols/android/chart:
title: Chart
position: 4
nativecontrols/android/dataform:
title: DataForm
position: 5
nativecontrols/android/datasource:
title: DataSource
position: 6
nativecontrols/android/feedback:
title: Feedback
position: 8
nativecontrols/android/gauges:
title: Gauges
position: 8
nativecontrols/android/listview:
title: ListView
position: 9
nativecontrols/android/numberpicker:
title: NumberPicker
position: 10
nativecontrols/android/spreadstreamprocessing:
title: SpreadStreamProcessing
position: 11
nativecontrols/android/tabview:
title: TabView
position: 12
nativecontrols/android/ziplibrary:
title: ZipLibrary
position: 13
nativecontrols/android/scrollview:
title: ScrollView
position: 14
nativecontrols/android/sidedrawer:
title: SideDrawer
position: 15
nativecontrols/android/gauges:
title: Gauges
position: 16
## End Android Controls
## Android Controls SubFolders
nativecontrols/android/chart/axes:
title: Axes
nativecontrols/android/chart/behaviors:
title: Behaviors
nativecontrols/android/chart/series:
title: Series
nativecontrols/android/chart/types:
title: Types
nativecontrols/android/listview/behaviors:
title: Behaviors
## End Android Controls SubFolders
## IOS Controls
nativecontrols/ios/alert:
title: Alert
position: 2
nativecontrols/ios/appfeedback:
title: AppFeedback
position: 2
nativecontrols/ios/autocompletetextview:
title: AutoCompleteTextView
position: 3
nativecontrols/ios/calendar:
title: Calendar
position: 4
nativecontrols/ios/chart:
title: Chart
position: 5
nativecontrols/ios/dataform:
title: DataForm
position: 6
nativecontrols/ios/datasource:
title: DataSource
position: 7
nativecontrols/ios/gauges:
title: Gauges
position: 8
nativecontrols/ios/listview:
title: ListView
position: 9
nativecontrols/ios/sidedrawer:
title: SideDrawer
position: 10
nativecontrols/ios/spreadstreamprocessing:
title: SpreadStreamProcessing
position: 11
nativecontrols/ios/ziplibrary:
title: ZipLibrary
position: 13
## End IOS Controls
## iOS Controls SubFolders
nativecontrols/ios/chart/animations:
title: Animations
nativecontrols/ios/chart/axes:
title: Axes
nativecontrols/ios/chart/pointlabels:
title: PointLabels
nativecontrols/ios/chart/series:
title: Series
## End iOS Controls SubFolders
## Controls Sub-Folders
## DataGrid
controls/datagrid:
title: "DataGrid"
controls/datagrid/columns:
title: "Columns"
position: 2
controls/datagrid/columns/column-types:
title: "Column Types"
position: 1
controls/datagrid/aggregates:
title: "Aggregates"
position: 3
controls/datagrid/commands:
title: "Commands"
position: 9
controls/datagrid/theming-and-styles:
title: "Theming and Styles"
position: 10
controls/datagrid/howto:
title: "How To"
position: 11
## End DataGrid
## DatePicker
controls/datepicker:
title: "Date Picker"
## End DatePicker
## DateTimePicker
controls/datetimepicker:
title: "DateTime Picker"
## End DateTimePicker
## DockLayout
controls/docklayout:
title: "DockLayout"
## End DockLayout
## Entry
controls/entry:
title: "Entry"
## End Entry
## Expander
controls/expander:
title: "Expander"
## End Expander
## NumericInput
controls/numericinput:
title: "NumericInput"
## End NumericInput
## Path
controls/path:
title: "Path"
## End Path
## PdfProcessing
controls/pdfprocessing:
title: "PdfProcessing"
## End PdfProcessing
## PdfViewer
controls/pdfviewer:
title: "PdfViewer"
## End PdfViewer
## Popup
controls/popup:
title: "Popup"
## End Popup
## ProgressBar
controls/progressbar:
title: "ProgressBar"
## End ProgressBar
## Accordion
controls/accordion:
title: "Accordion"
##End Accordion
## AutoComplete
controls/autocomplete:
title: "AutoComplete(obsolete)"
## AutoComplete Sub-Folders
controls/autocomplete/getting-started:
title: "Getting Started"
position: 1
controls/autocomplete/features:
title: "Features"
position: 2
## End AutoComplete Sub-Folders
## End AutoComplete
## AutoCompleteView
controls/autocompleteview:
title: "AutoCompleteView"
controls/autocompleteview/templates:
title: "Custom Templates"
position: 12
## End AutoCompleteView
## BadgeView
controls/badgeview:
title: "BadgeView"
## End BadgeView
## Barcode
controls/barcode:
title: "Barcode"
## Barcode Sub-Folders
controls/barcode/supported-types:
title: "Supported Types"
position: 3
## Barcode Supported Types Sub-Folders
controls/barcode/supported-types/1d-barcodes:
title: "1D Barcodes"
position: 2
controls/barcode/supported-types/2d-barcodes:
title: "2D Barcodes"
position: 1
## End Barcode Supported Types Sub-Folders
## End Barcode Sub-Folders
## End Barcode
## Border
controls/border:
title: "Border"
## End Border
## BusyIndicator
controls/busyindicator:
title: "BusyIndicator"
controls/busyindicator/howto:
title: "How To"
position: 8
## BusyIndicator Sub-Folders
controls/busyindicator/getting-started:
title: "Getting Started"
position: 1
controls/busyindicator/features:
title: "Features"
position: 2
## End BusyIndicator Sub-Folders
## End BusyIndicator
## Button
controls/button:
title: "Button"
## Button Sub-Folders
controls/button/howto:
title: "How To"
position: 3
## End Button Sub-Folders
## End Button
## Calendar
controls/calendar:
title: "Calendar & Scheduling"
## Calendar Sub-Folders
controls/calendar/view-modes:
title: "View Modes"
position: 3
controls/calendar/appointments:
title: "Appointments"
position: 5
controls/calendar/recurrence:
title: "Recurrence"
position: 6
controls/calendar/scheduling:
title: "Scheduling"
position: 7
## Calendar Scheduling Sub-Folders
controls/calendar/scheduling/views:
title: "Views"
position: 2
## End Calendar Scheduling Sub-Folders
controls/calendar/styling:
title: "Styling"
position: 14
controls/calendar/styling/custom-renderers:
title: "Custom Renderers"
controls/calendar/how-to:
title: "How To"
position: 15
## End Calendar Sub-Folders
## End Calendar
## Chart
controls/chart:
title: "Chart"
## Chart Sub-Folders
controls/chart/types:
title: "Chart Types"
position: 3
controls/chart/axes:
title: "Axes"
position: 4
controls/chart/behaviors:
title: "Behaviors"
position: 6
controls/chart/series:
title: "Series"
position: 5
## Chart Series Sub-Folders
controls/chart/series/cartesian:
title: "CartesianSeries"
position: 2
## Chart Series CartesianSeries Sub-Folders
controls/chart/series/cartesian/features:
title: "Features"
position: 1
## End Chart Series CartesianSeries Sub-Folders
controls/chart/series/pie:
title: "PieSeries"
position: 3
controls/chart/series/financial:
title: "Financial Series"
position: 4
## End Chart Series Sub-Folders
controls/chart/how-to:
title: "How To"
position: 11
## End Chart Sub-Folders
## End Chart
## CheckBox
controls/checkbox:
title: "CheckBox"
## End CheckBox
## ComboBox
controls/combobox:
title: "ComboBox"
## ComboBox Sub-Folders
controls/combobox/how-to:
title: "How To"
position: 11
##End ComboBox Sub-Folders
## End ComboBox
## Chat
controls/chat:
title: "Conversational UI"
## Chat Sub-Folders
controls/chat/chat-items:
title: "Chat Items"
position: 5
controls/chat/chat-picker:
title: "ChatPicker"
position: 6
## ChatPicker Sub-Folders
controls/chat/chat-picker/cards:
title: "CardPicker"
position: 7
## End ChatPicker Sub-Folders
## End Chat
## DataForm
controls/dataform:
title: "DataForm"
## DataForm Sub-Folders
controls/dataform/annotations:
title: "Data Annotations"
position: 4
controls/dataform/styling:
title: "Styling"
position: 9
controls/dataform/howto:
title: "How To"
position: 10
## End DataForm Sub-Folders
## End DataForm
## Gauge
controls/gauge:
title: "Gauge"
## Gauge Sub-Folders
controls/gauge/gauge-types:
title: "Gauge Types"
position: 2
## End Gauge Sub-Folders
## End Gauge
## ImageEditor
controls/imageeditor:
title: "ImageEditor"
## ImageEditor Sub-Folders
controls/imageeditor/styling:
title: "Styling"
position: 11
## End ImageEditor Sub-Folders
## End ImageEditor
## ListPicker
controls/listpicker:
title: "List Picker"
## End ListPicker
## ListView
controls/listview:
title: "ListView"
## ListView Sub-Folders
controls/listview/grouping:
title: "Grouping"
position: 4
controls/listview/gestures:
title: "Gestures"
position: 11
controls/listview/cells:
title: Cells
position: 2
controls/listview/styling:
title: "Theming and Styles"
position: 14
controls/listview/howto:
title: "How To"
position: 15
## End ListView Sub-Folders
## End ListView
## Map
controls/map:
title: "Map"
## Map Sub-Folders
controls/map/layers:
title: "Layers"
position: 3
controls/map/styling:
title: "Styling"
position: 9
## End Map Sub-Folders
## End Map
## SideDrawer
controls/sidedrawer:
title: "SideDrawer"
## End SideDrawer
## SignaturePad
controls/signaturepad:
title: "SignaturePad"
## End SignaturePad
## Rating
controls/rating:
title: "Rating"
## End Rating
## RichTextEditor
controls/richtexteditor:
title: "RichTextEditor"
## RichTextEditor Sub-Folders
controls/richtexteditor/working-with-images:
title: "Working with Images"
position: 6
controls/richtexteditor/styling:
title: "Styling"
position: 11
## End RichTextEditor Sub-Folders
## End RichTextEditor
## SegmentedControl
controls/segmentedcontrol:
title: "SegmentedControl"
## SegmentedControl Sub-Folders
controls/segmentedcontrol/getting-started:
title: "Getting Started"
position: 1
controls/segmentedcontrol/features:
title: "Features"
position: 2
## End SegmentedControl Sub-Folders
## End SegmentedControl
## Shadow
controls/shadow:
title: "Shadow"
## End Shadow
## TabView
controls/tabview:
title: "TabView"
## End TabView
## TemplatedPicker
controls/templatedpicker:
title: "Templated Picker"
## End TemplatedPicker
## TimePicker
controls/timepicker:
title: "Time Picker"
## End TimePicker
## TimeSpanPicker
controls/timespanpicker:
title: "TimeSpan Picker"
## End TimeSpanPicker
## TreeView
controls/treeview:
title: "TreeView"
controls/treeview/styling:
title: "Theming and Styles"
position: 10
## End TreeView
## ZipLibrary
controls/ziplibrary:
title: "ZipLibrary"
## End ZipLibrary
##SpreadProcessing
controls/spreadprocessing:
title: "SpreadProcessing"
##End SpreadProcessing
## SpreadStreamProcessing
controls/spreadstreamprocessing:
title: "SpreadStreamProcessing"
## End SpreadStreamProcessing
## MaskedInput
controls/maskedinput:
title: "MaskedInput"
## End MaskedInput
## SlideView
controls/slideview:
title: "SlideView"
## End SlideView
## WordsProcessing
controls/wordsprocessing:
title: "WordsProcessing"
## End WordsProcessing
## End Controls Sub-Folders
## The application virtual path
baseurl: "/devtools/xamarin"
## The MVC Core version used
mvcCoreVersion: "2016.2.616"
## The product name
productName: "Telerik UI for Xamarin"
product: "Telerik UI for Xamarin"
platform: xamarin
api_reference_url: "api/"
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "documentation"
category: "default"
product: "xamarin-ui"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
# Define any custom fields that you use in the site here
framework_name: Xamarin
# Feedback Form Product code
productCode: UIXAM
# The google services configuration
google_tag_manager: GTM-6X92
gcs_engine: '001595215763381649090:hqd69dmjy2k'
gcs_api_key: 'AIzaSyBNBA7GFG6zyMuswUt4MB_FSXKVgtTTe7k'
tabbed_code_marker_length: 3
tabbed_code_complex_separator: true
edit_repo_url: https://github.com/telerik/xamarin-forms-docs/edit/master
download: https://www.telerik.com/download/xamarin-ui
nav:
"Demos": https://www.telerik.com/support/demos#mobile
"Whats New": https://www.telerik.com/support/whats-new/xamarin-ui
"About": https://www.telerik.com/xamarin-ui
"Pricing": https://www.telerik.com/purchase/xamarin-ui
footer:
-
title: "Sample Applications"
links:
"Telerik Tagit": https://www.telerik.com/xamarin-ui/telerik-tagit
"iOS Demo App": https://itunes.apple.com/dm/app/telerik-ui-for-xamarin-)examples/id1083924868?mt=8
"Android Demo App": https://play.google.com/store/apps/details?id=com.telerik.xamarin&hl=en
-
title: "Support Resources"
links:
"Xamarin.Forms SDK Examples": https://github.com/telerik/xamarin-forms-sdk
-
title: "Community"
links:
"Forums": https://www.telerik.com/forums/xamarin
"Blogs": https://www.telerik.com/blogs/mobile
"Feedback Portal": https://feedback.progress.com/project/168
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/
has_kb_portal: true
has_cta_panels: true
intro_columns:
-
categories:
-
title: "Data Controls"
items:
"DataForm": "dataform-overview"
"DataGrid": "datagrid-overview"
"ListView": "listview-overview"
-
title: "Interactivity & UX"
items:
"BusyIndicator": "busyindicator-overview"
"Popup": "popup-overview"
"SlideView": "slideview-overview"
"Border": "border-overview"
"Path": "path-overview"
"BadgeView": "badgeview-overview"
"Shadow": "shadow-overview"
-
title: "Chatbots"
items:
"Conversational UI": "chat-overview"
-
categories:
-
title: "Navigation & Layout"
items:
"TreeView": "treeview-overview"
"SideDrawer": "sidedrawer-overview"
"TabView": "tabview-overview"
"Accordion": "accordion-overview"
"Expander": "expander-overview"
"DockLayout": "docklayout-overview"
-
title: "Calendar & Scheduling"
items:
"Calendar": "calendar-overview"
-
title: "Buttons"
items:
"Segmented Control": "segmentedcontrol-overview"
"Button": "button-overview"
"CheckBox": "checkbox-overview"
-
categories:
-
title: "Editors"
items:
"AutoCompleteView": "autocompleteview-overview"
"ComboBox": "combobox-overview"
"Date Picker": "date-picker-overview"
"DateTime Picker": "datetime-picker-overview"
"Entry": "entry-overview"
"Image Editor": "imageeditor-overview"
"List Picker": "list-picker-overview"
"MaskedInput": "maskedinput-overview"
"NumericInput": "numericinput-overview"
"RichTextEditor": "richtexteditor-overview"
"SignaturePad": "signaturepad-overview"
"Templated Picker": "templated-picker-overview"
"Time Picker": "time-picker-overview"
"TimeSpan Picker": "timespan-picker-overview"
-
categories:
-
title: "Data Visualization"
items:
"Charts": "chart-overview"
"Map": "map-overview"
"Gauge": "gauge-overview"
"ProgressBar": "progressbar-overview"
"Rating": "rating-overview"
"Barcode": "barcode-overview"
-
title: "Pdf Viewer"
items:
"PdfViewer": "pdfviewer-overview"
-
title: "Document Processing Libraries"
items:
"PdfProcessing": "radpdfprocessing-overview"
"WordsProcessing": "radwordsprocessing-overview"
"SpreadProcessing": "radspreadprocessing-overview"
"SpreadStreamProcessing": "radspreadstreamprocessing-overview"
"ZipLibrary": "radziplibrary-overview"
# 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