We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75349a commit e995236Copy full SHA for e995236
3 files changed
crowdsec-docs/docusaurus.config.ts
@@ -203,10 +203,6 @@ const redirects = [
203
from: "/blog/crowdsec_firewall_freebsd",
204
to: "/u/bouncers/firewall#pf-setup-freebsd",
205
},
206
- {
207
- from: "/u/tracker_api/intro",
208
- to: "/u/tracker_api/overview",
209
- },
210
];
211
212
const config: Config = {
crowdsec-docs/sidebarsUnversioned.ts
@@ -106,7 +106,7 @@ const sidebarsUnversionedConfig: SidebarConfig = {
106
{
107
type: "doc",
108
label: "Overview",
109
- id: "tracker_api/overview",
+ id: "tracker_api/intro",
110
111
112
type: "category",
crowdsec-docs/unversioned/tracker_api/overview.mdx
@@ -1,5 +1,5 @@
1
---
2
-id: overview
+id: intro
3
title: Overview
4
5
0 commit comments