Skip to content

Commit e1194d7

Browse files
jake-mahon-netwrixJake Mahonclaude
authored
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]>
1 parent e5ab686 commit e1194d7

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

docs/kb/1secure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "1Secure Knowledge Base"
33
description: "1Secure knowledge base articles and troubleshooting guides"
4-
slug: kb/1secure
4+
slug: 1secure
55
---
66

77
# 1Secure Knowledge Base

docs/kb/accessanalyzer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Access Analyzer Knowledge Base"
33
description: "Access Analyzer knowledge base articles and troubleshooting guides"
4-
slug: kb/accessanalyzer
4+
slug: accessanalyzer
55
---
66

77
# Access Analyzer Knowledge Base

docs/kb/accessinformationcenter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Access Information Center Knowledge Base"
33
description: "Access Information Center knowledge base articles and troubleshooting guides"
4-
slug: kb/accessinformationcenter
4+
slug: accessinformationcenter
55
---
66

77
# Access Information Center Knowledge Base

docs/kb/activitymonitor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Activity Monitor Knowledge Base"
33
description: "Activity Monitor knowledge base articles and troubleshooting guides"
4-
slug: kb/activitymonitor
4+
slug: activitymonitor
55
---
66

77
# Activity Monitor Knowledge Base

docs/kb/auditor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Auditor Knowledge Base"
33
description: "Auditor knowledge base articles and troubleshooting guides"
4-
slug: kb/auditor
4+
slug: auditor
55
---
66

77
# Auditor Knowledge Base

docs/kb/dataclassification/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Data Classification Knowledge Base"
33
description: "Data Classification knowledge base articles and troubleshooting guides"
4-
slug: kb/dataclassification
4+
slug: dataclassification
55
---
66

77
# Data Classification Knowledge Base

docs/kb/directorymanager/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Directory Manager Knowledge Base"
33
description: "Directory Manager knowledge base articles and troubleshooting guides"
4-
slug: kb/directorymanager
4+
slug: directorymanager
55
---
66

77
# Directory Manager Knowledge Base

docs/kb/endpointpolicymanager/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Endpoint Policy Manager Knowledge Base"
33
description: "Endpoint Policy Manager knowledge base articles and troubleshooting guides"
4-
slug: kb/endpointpolicymanager
4+
slug: endpointpolicymanager
55
---
66

77
# Endpoint Policy Manager Knowledge Base

docs/kb/endpointprotector/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Endpoint Protector Knowledge Base"
33
description: "Endpoint Protector knowledge base articles and troubleshooting guides"
4-
slug: kb/endpointprotector
4+
slug: endpointprotector
55
---
66

77
# Endpoint Protector Knowledge Base

docs/kb/general/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "General Knowledge Base"
33
description: "General knowledge base articles and troubleshooting guides"
4-
slug: kb/general
4+
slug: general
55
---
66

77
# General Knowledge Base

0 commit comments

Comments
 (0)