@@ -30,9 +30,9 @@ liquid:
3030 product_url : https://www.telerik.com/aspnet-mvc
3131 framework : " ASP.NET MVC"
3232 framework_short : " MVC"
33- cdnVersion : " 2025.1.211 "
34- themesCdnVersion : " 10.2.0 "
35- mvcCoreVersion : " 2025.1.211 "
33+ cdnVersion : " 2025.2.702 "
34+ themesCdnVersion : " 11.0.2 "
35+ mvcCoreVersion : " 2025.2.702 "
3636 platform : aspnet-mvc
3737 core : false
3838 mvc : true
@@ -162,6 +162,7 @@ excluded-files:
162162- " **/getting-started-core/*"
163163- " **/backwards-compatibility/2018-backwards-compatibility.md"
164164- " **/installation/json-serialization.md"
165+ - " **/installation/adding-client-side-resources/scripts/*"
165166- " **/installation/adding-client-side-resources/using-libman.md"
166167- " **/vs-integration/snippets.md"
167168- " **/vs-code-integration/*"
@@ -211,7 +212,6 @@ excluded-files:
211212- " **/html-helpers/helper-basics/fundamentals.md"
212213- " **/html-helpers/helper-basics/declarative-initialization.md"
213214- " **/html-helpers/editors/dropdownlist/troubleshooting.md"
214- - " **/html-helpers/scheduling/scheduler/binding/signalr-binding.md"
215215- " **/html-helpers/overview-taghelpers.md"
216216- " **/knowledge-base/grid-azure-empty-cells.md"
217217- " **/razor-page.md"
@@ -731,9 +731,6 @@ meta:
731731 html-helpers/helper-basics :
732732 title : Working with Helpers
733733 position : 2
734- installation-mvc/adding-client-side-resources/scripts :
735- title : Creating Custom Script Bundles
736- position : 5
737734 installation-mvc/adding-client-side-resources :
738735 title : Providing Client-Side Resources
739736 position : 6
@@ -758,9 +755,6 @@ meta:
758755 installation/activating-your-license :
759756 title : " Activating Your License"
760757 position : 3
761- installation/adding-client-side-resources/scripts :
762- title : Creating Custom Script Bundles
763- position : 5
764758 vs-code-integration :
765759 title : VS Code Integration
766760 position : 6
@@ -809,6 +803,9 @@ redirects:
809803- from : " ^/getting-started/vs-integration/(.*)$"
810804 to : " /vs-integration/$1"
811805
806+ - from : " ^/installation/adding-client-side-resources/scripts/(.*)$"
807+ to : " /installation/adding-client-side-resources/creating-custom-bundles"
808+
812809- from : " ^/styles-and-layout/styling-components/(.*)$"
813810 to : " /styles-and-layout/$1"
814811
0 commit comments