Skip to content

Commit 32fe915

Browse files
Add redirect for /customize to /customize/overview
- Fixes issue where /customize path had no redirect - Ensures users navigating to /customize are directed to the overview page - Addresses feedback from PR review #8469 Co-authored-by: bdougieyo <[email protected]>
1 parent e4ae674 commit 32fe915

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@
420420
"source": "/customization",
421421
"destination": "/customize/overview"
422422
},
423+
{
424+
"source": "/customize",
425+
"destination": "/customize/overview"
426+
},
423427
{
424428
"source": "/customization/overview",
425429
"destination": "/customize/overview"

0 commit comments

Comments
 (0)