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:
Brandon Hopkins
2026-08-19 08:07:46 -07:00
committed by GitHub
parent f42c5c0882
commit b1629b1d11
28 changed files with 326 additions and 75 deletions

View File

@@ -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',
},
{