Add notification docs and fix search autofocus (#647)

This commit is contained in:
Eduard Gert
2026-04-09 12:15:45 +02:00
committed by GitHub
parent 55393f6396
commit 918b8579c2
9 changed files with 116 additions and 3 deletions

View File

@@ -436,13 +436,17 @@ export const docsNavigation = [
title: 'Multi-Factor Authentication',
href: '/manage/settings/multi-factor-authentication',
},
{ title: 'Delete Account', href: '/manage/settings/delete-account' },
{ title: 'Auto Update', href: '/manage/peers/auto-update' },
{ title: 'Lazy Connections', href: '/manage/peers/lazy-connection' },
{
title: 'Notifications',
href: '/manage/settings/notifications',
},
{
title: 'Plans and Billing',
href: '/manage/settings/plans-and-billing',
},
{ title: 'Auto Update', href: '/manage/peers/auto-update' },
{ title: 'Lazy Connections', href: '/manage/peers/lazy-connection' },
{ title: 'Delete Account', href: '/manage/settings/delete-account' },
],
},
{