Final Doc Restructure (#497)

This commit is contained in:
Brandon Hopkins
2025-11-27 09:50:03 -08:00
committed by GitHub
parent 846cae1fb0
commit e45bb7ce11
372 changed files with 353 additions and 536 deletions

View File

@@ -3,7 +3,7 @@ import { Heading } from '@/components/Heading'
const howToGuides = [
{
href: '/how-to/getting-started',
href: '/get-started',
name: 'Quickstart guide',
description: 'Start using NetBird in under 5 minutes.',
},
@@ -14,29 +14,29 @@ const howToGuides = [
'Learn how to use access controls to manage access to your machines.',
},
{
href: '/how-to/add-users-to-your-network',
href: '/manage/team/add-users-to-your-network',
name: 'Add users to your network',
description: 'learn how to add team members to your NetBird network.',
description: 'Learn how to add team members to your NetBird network.',
},
{
href: '/how-to/routing-traffic-to-private-networks',
href: '/manage/network-routes/routing-traffic-to-private-networks',
name: 'Route traffic to private networks',
description:
'Learn how to provide access to LANs, VPS, and corporate private networks.',
},
{
href: '/how-to/configuring-default-routes-for-internet-traffic',
href: '/manage/network-routes/configuring-default-routes-for-internet-traffic',
name: 'Configure default routes and traffic for the Internet',
description: 'Understand how to set up your network for accessing the internet through default routes, also known as "exit nodes".',
},
{
href: '/how-to/monitor-system-and-network-activity',
href: '/manage/activity/traffic-events-logging',
name: 'Log and monitor network activity',
description:
'Learn how to keep track of system and network activities in your account.',
},
{
href: '/how-to/manage-dns-in-your-network',
href: '/manage/dns',
name: 'Manage DNS in your network',
description:
'Learn how to configure name servers in your private network.',

View File

@@ -210,10 +210,10 @@ export const docsNavigation = [
title: 'Settings',
isOpen: false,
links: [
{title: 'Authentication', href: '/how-to/enforce-periodic-user-authentication' },
{title: 'Multi-Factor Authentication', href: '/how-to/multi-factor-authentication' },
{title: 'Delete Account', href: '/how-to/delete-account' },
{title: 'Plans and Billing', href: '/how-to/plans-and-billing' }
{title: 'Authentication', href: '/manage/settings/enforce-periodic-user-authentication' },
{title: 'Multi-Factor Authentication', href: '/manage/settings/multi-factor-authentication' },
{title: 'Delete Account', href: '/manage/settings/delete-account' },
{title: 'Plans and Billing', href: '/manage/settings/plans-and-billing' }
]
},
@@ -221,21 +221,21 @@ export const docsNavigation = [
title: 'Integrations',
isOpen: false,
links: [
{title: 'Enable Post Quantum Cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Enable Post Quantum Cryptography', href: '/manage/integrations/enable-post-quantum-cryptography' },
{
title: 'MDM for Deployment',
isOpen: true,
links: [
{title: 'Deploy with Jamf Pro', href: '/how-to/jamf-pro-netbird-integration' },
{title: 'Deploy with Kandji', href: '/how-to/kandji-netbird-integration' },
{title: 'Deploy with Intune', href: '/how-to/intune-netbird-integration' },
{title: 'Deploy with Jamf Pro', href: '/manage/integrations/mdm-deployment/jamf-pro-netbird-integration' },
{title: 'Deploy with Kandji', href: '/manage/integrations/mdm-deployment/kandji-netbird-integration' },
{title: 'Deploy with Intune', href: '/manage/integrations/mdm-deployment/intune-netbird-integration' },
]
},
{
title: 'Kubernetes',
isOpen: true,
links: [
{title: 'Operator', href: '/how-to/kubernetes-operator' },
{title: 'Operator', href: '/manage/integrations/kubernetes' },
]
},
]
@@ -245,7 +245,7 @@ export const docsNavigation = [
title: 'Public API',
isOpen: false,
links: [
{ title: 'Access Public API', href: '/how-to/access-netbird-public-api' },
{ title: 'Access Public API', href: '/manage/public-api' },
]
},
@@ -254,8 +254,8 @@ export const docsNavigation = [
title: 'For Partners',
isOpen: false,
links: [
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
{ title: 'Acronis NetBird integration', href: '/how-to/acronis-netbird-integration' },
{ title: 'Managed Service Providers', href: '/manage/for-partners/msp-portal' },
{ title: 'Acronis NetBird integration', href: '/manage/for-partners/acronis-integration' },
]
},
@@ -265,7 +265,7 @@ export const docsNavigation = [
{
title: 'CLIENT',
links: [
{ title: 'Profiles', href: '/how-to/profiles' },
{ title: 'Profiles', href: '/client/profiles' },
],
},
@@ -301,8 +301,8 @@ export const docsNavigation = [
{
title: 'GET MORE HELP',
links: [
{ title: 'Troubleshooting client issues', href: '/how-to/troubleshooting-client' },
{ title: 'Report bugs and issues', href: '/how-to/report-bug-issues' },
{ title: 'Troubleshooting client issues', href: '/help/troubleshooting-client' },
{ title: 'Report bugs and issues', href: '/help/report-bug-issues' },
],