mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-30 03:31:26 +02:00
Settings docs accuracy audit: gap fixes and three new pages (#936)
* Enforce periodic user authentication * Multi-Factor Authentication * IPv6 minor fixes * Delete account clarification * Notifications, perms, and billing * Update metrics, auto-update, lazy connections * Settings docs audit fixes plus two new pages * Update self-hosted notications * rework client page and navigation * Matching naming to product * Coberabbit suggested fixes * Peer Session Expiration title * Remove dash
This commit is contained in:
@@ -406,21 +406,46 @@ export const docsNavigation = [
|
||||
links: [
|
||||
{
|
||||
title: 'Authentication',
|
||||
href: '/manage/settings/enforce-periodic-user-authentication',
|
||||
},
|
||||
{
|
||||
title: 'Multi-Factor Authentication',
|
||||
href: '/manage/settings/multi-factor-authentication',
|
||||
isOpen: false,
|
||||
links: [
|
||||
{
|
||||
title: 'Peer Session Expiration',
|
||||
href: '/manage/settings/enforce-periodic-user-authentication',
|
||||
},
|
||||
{
|
||||
title: 'Multi-Factor Authentication',
|
||||
href: '/manage/settings/multi-factor-authentication',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Permissions',
|
||||
href: '/manage/settings/permissions',
|
||||
},
|
||||
{ title: 'IPv6 Overlay Addressing', href: '/manage/settings/ipv6' },
|
||||
{ title: 'Auto Update', href: '/manage/peers/auto-update' },
|
||||
{ title: 'Lazy Connections', href: '/manage/peers/lazy-connection' },
|
||||
{
|
||||
title: 'Client Metrics',
|
||||
title: 'Groups',
|
||||
href: '/manage/settings/groups',
|
||||
},
|
||||
{
|
||||
title: 'Networks',
|
||||
isOpen: false,
|
||||
links: [
|
||||
{
|
||||
title: 'Network Settings',
|
||||
href: '/manage/settings/networks',
|
||||
},
|
||||
{
|
||||
title: 'IPv6 Overlay Addressing',
|
||||
href: '/manage/settings/ipv6',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Clients',
|
||||
href: '/manage/settings/clients',
|
||||
},
|
||||
{
|
||||
title: 'Metrics',
|
||||
href: '/manage/client-metrics',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user