update slack url and twitter (#355)

* update slack url and twitter

use a dedicated url for slack, allowing update in a single place

rename Twitter references to X

* rollback Install NetBird title in navigation menu
This commit is contained in:
Maycon Santos
2025-05-28 23:50:55 +01:00
committed by GitHub
parent 78838af530
commit aa11529511
29 changed files with 53 additions and 48 deletions

View File

@@ -30,7 +30,7 @@ export const docsNavigation = [
title: 'GET STARTED',
links: [
{ title: 'Quickstart Guide', href: '/how-to/getting-started' },
{title: 'Install NetBird (Client)', href: '/how-to/installation' },
{title: 'Install NetBird', href: '/how-to/installation' },
{ title: 'CLI', href: '/how-to/cli' },
/* { title: 'Update NetBird', href: '/how-to/enforce-periodic-user-authentication' },*/
@@ -286,7 +286,7 @@ export const docsNavigation = [
<TopLevelNavItem href="/api">API</TopLevelNavItem>
<TopLevelNavItem href="https://netbird.io/knowledge-hub/">Learn</TopLevelNavItem>
<TopLevelNavItem href="https://github.com/netbirdio/netbird">Github</TopLevelNavItem>
<TopLevelNavItem href="https://join.slack.com/t/netbirdio/shared_invite/zt-31rofwmxc-27akKd0Le0vyRpBcwXkP0g">Support</TopLevelNavItem>
<TopLevelNavItem href="/slack-url">Support</TopLevelNavItem>
{docsNavigation.map((group, groupIndex) => (
<NavigationStateProvider key={group.title} index={groupIndex}>
<NavigationGroup