We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd381 commit eca0f89Copy full SHA for eca0f89
docs-aspnet/docs-builder-core.yml
@@ -870,3 +870,6 @@ redirects:
870
871
- from: "^/tag-helpers/(.*)$"
872
to: "/html-helpers/$1"
873
+
874
+- from: "^/html-helpers/([a-z0-9-]+(?:/[a-z0-9-]+)?)$"
875
+ to: "/html-helpers/$1/overview"
docs/docs-builder.yml
@@ -2093,3 +2093,6 @@ redirects:
2093
2094
- from: ^/controls/grid/appearance$
2095
to: /controls/grid/appearance/height
2096
2097
+- from: "^/controls/([a-z0-9-]+(?:/[a-z0-9-]+)?)$"
2098
+ to: "/controls/$1/overview"
0 commit comments