Skip to content

Commit 60040a8

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 81f7836 commit 60040a8

27 files changed

+660
-378
lines changed

docs/_config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -609,13 +609,13 @@ defaults:
609609
scope:
610610
path: "controls/gauges/lineargauge"
611611
values:
612-
component: "gauge"
612+
component: "gauges"
613613

614614
-
615615
scope:
616616
path: "controls/gauges/radialgauge"
617617
values:
618-
component: "gauge"
618+
component: "gauges"
619619

620620
-
621621
scope:
@@ -645,13 +645,13 @@ defaults:
645645
scope:
646646
path: "controls/charts"
647647
values:
648-
component: "chart"
648+
component: "charts"
649649

650650
-
651651
scope:
652652
path: "controls/editors/colorpicker"
653653
values:
654-
component: "colorpicker"
654+
component: "color-picker"
655655

656656
-
657657
scope:
@@ -663,19 +663,19 @@ defaults:
663663
scope:
664664
path: "framework/datasource"
665665
values:
666-
component: "data_source"
666+
component: "data-source"
667667

668668
-
669669
scope:
670670
path: "controls/editors/datepicker"
671671
values:
672-
component: "datepicker"
672+
component: "date-time-pickers"
673673

674674
-
675675
scope:
676676
path: "controls/editors/timepicker"
677677
values:
678-
component: "timepicker"
678+
component: "date-time-pickers"
679679

680680
-
681681
scope:
@@ -699,13 +699,13 @@ defaults:
699699
scope:
700700
path: "controls/interactivity/draganddrop"
701701
values:
702-
component: "drag_and_drop"
702+
component: "drag-and-drop"
703703

704704
-
705705
scope:
706706
path: "framework/drawing"
707707
values:
708-
component: "drawing_api"
708+
component: "drawing-api"
709709

710710
-
711711
scope:
@@ -747,7 +747,7 @@ defaults:
747747
scope:
748748
path: "framework/hierarchicaldatasource"
749749
values:
750-
component: "hierarchical_data_source"
750+
component: "hierarchical-data-source"
751751

752752
-
753753
scope:
@@ -765,7 +765,7 @@ defaults:
765765
scope:
766766
path: "controls/hybrid/listview"
767767
values:
768-
component: "listview_mobile"
768+
component: "mobile-listview"
769769

770770
-
771771
scope:
@@ -801,7 +801,7 @@ defaults:
801801
scope:
802802
path: "controls/editors/multiselect"
803803
values:
804-
component: "multiselect"
804+
component: "multi-select"
805805

806806
-
807807
scope:
@@ -813,7 +813,7 @@ defaults:
813813
scope:
814814
path: "controls/editors/numerictextbox"
815815
values:
816-
component: "numerictextbox"
816+
component: "numeric-textbox"
817817

818818
-
819819
scope:
@@ -861,7 +861,7 @@ defaults:
861861
scope:
862862
path: "controls/hybrid/scrollview"
863863
values:
864-
component: "scrollview_mobile"
864+
component: "scrollview"
865865

866866
-
867867
scope:
@@ -951,7 +951,7 @@ defaults:
951951
scope:
952952
path: "controls/editors/validator"
953953
values:
954-
component: "validator"
954+
component: "validation"
955955

956956
-
957957
scope:

docs/_plugins/sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
{% for post in site.html_pages %}{% unless post.sitemap == false %}
55
<url>
66
<loc>{{ site_url }}{{ post.url | replace:'.html','' }}</loc>
7+
{% if post.parent_path and post.is_api %}
8+
<lastmod>{% timestamp %}{{ post.parent_path | append: '.md' }}{% endtimestamp %}</lastmod>
9+
{% else %}
710
<lastmod>{% timestamp %}{{ post.url | replace_first:'/' | replace:'.html','.md' }}{% endtimestamp %}</lastmod>
11+
{% endif %}
812
<changefreq>weekly</changefreq>
913
</url>
1014
{% endunless %}{% endfor %}

0 commit comments

Comments
 (0)