diff --git a/public/docs-static/img/how-to-guides/auto-update/dashboard.png b/public/docs-static/img/how-to-guides/auto-update/dashboard.png index 33352452..b5cb4596 100644 Binary files a/public/docs-static/img/how-to-guides/auto-update/dashboard.png and b/public/docs-static/img/how-to-guides/auto-update/dashboard.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index b3ac4ee3..22bbe1ac 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -233,7 +233,9 @@ export const docsNavigation = [ { title: 'Authentication', href: '/manage/settings/enforce-periodic-user-authentication' }, { title: 'Multi-Factor Authentication', href: '/manage/settings/multi-factor-authentication' }, { title: 'Delete Account', href: '/manage/settings/delete-account' }, - { title: 'Plans and Billing', href: '/manage/settings/plans-and-billing' } + { 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' }, ] }, { diff --git a/src/pages/manage/peers/auto-update.mdx b/src/pages/manage/peers/auto-update.mdx index b5d9202d..6a3a9e65 100644 --- a/src/pages/manage/peers/auto-update.mdx +++ b/src/pages/manage/peers/auto-update.mdx @@ -29,7 +29,9 @@ You can either: * Update to latest stable version. * Update to a specific version. -Once enabled, NetBird clients will automatically check for updates when connecting via the UI and install the specified version if the current version is older than the specified version. + + Once enabled, NetBird clients will automatically check for updates when connecting via the UI and install the specified version if the current version is older than the specified version. + ## How it works