Skip to content

Commit e995236

Browse files
committed
remove old redirect, make path consistent
1 parent d75349a commit e995236

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

crowdsec-docs/docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ const redirects = [
203203
from: "/blog/crowdsec_firewall_freebsd",
204204
to: "/u/bouncers/firewall#pf-setup-freebsd",
205205
},
206-
{
207-
from: "/u/tracker_api/intro",
208-
to: "/u/tracker_api/overview",
209-
},
210206
];
211207

212208
const config: Config = {

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const sidebarsUnversionedConfig: SidebarConfig = {
106106
{
107107
type: "doc",
108108
label: "Overview",
109-
id: "tracker_api/overview",
109+
id: "tracker_api/intro",
110110
},
111111
{
112112
type: "category",

crowdsec-docs/unversioned/tracker_api/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: overview
2+
id: intro
33
title: Overview
44
---
55

0 commit comments

Comments
 (0)