docs: remove stale GSoC 2022 ideas page (#746)

Delete /about-netbird/other (Google Summer of Code 2022 project
ideas) and add a 301 redirect to /introduction. The page was
orphaned — not linked from navigation, contained broken internal
links, and had no modern equivalent.
This commit is contained in:
Jack Carter
2026-05-12 16:16:24 +02:00
committed by GitHub
parent 6d0ad7d60d
commit 02a4eef0a1
2 changed files with 5 additions and 222 deletions

View File

@@ -102,6 +102,11 @@ const nextConfig = {
destination: '/about-netbird/self-hosted-vs-cloud',
permanent: true,
},
{
source: '/about-netbird/other',
destination: '/introduction',
permanent: true,
},
// documentation redirects for access control
{
source: '/how-to/manage-network-access',