mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user