You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix KB routing by removing redundant kb/ prefix from all slugs (#216)
* Fix KB routing by removing redundant kb/ prefix from slugs
- Remove kb/ prefix from all KB index file slugs
- Prevents double routing: docs/kb + kb/productname -> docs/kb/kb/productname
- Now correctly generates: docs/kb + productname -> docs/kb/productname
- Matches generateKBSidebar() link generation for proper navigation
Root cause: KB plugin routeBasePath already includes 'docs/kb',
so slug should only contain the product name, not 'kb/productname'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Complete fix: Remove kb/ prefix from remaining 8 KB index files
- Fixed remaining KB index files that still had kb/ prefix in slugs
- Now all 18 KB index files have clean slugs without redundant kb/ prefix
- Ensures proper routing: docs/kb + productname -> /docs/kb/productname
- Matches generateKBSidebar() link generation for seamless navigation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Jake Mahon <[email protected]>
Co-authored-by: Claude <[email protected]>
0 commit comments