mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-27 02:01:26 +02:00
Add notification docs and fix search autofocus (#647)
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -378,6 +378,7 @@ function SearchDialog({ open, setOpen, className }) {
|
||||
<Dialog
|
||||
onClose={setOpen}
|
||||
className={clsx('fixed inset-0 z-50', className)}
|
||||
initialFocus={inputRef}
|
||||
>
|
||||
<Transition.Child
|
||||
as={Fragment}
|
||||
|
||||
Reference in New Issue
Block a user