Fix autoupdate docs (#560)

This commit is contained in:
Misha Bragin
2026-01-19 16:43:23 +02:00
committed by GitHub
parent ee131d9d38
commit 775ba4b08e
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

@@ -233,7 +233,9 @@ export const docsNavigation = [
{ title: 'Authentication', href: '/manage/settings/enforce-periodic-user-authentication' }, { title: 'Authentication', href: '/manage/settings/enforce-periodic-user-authentication' },
{ title: 'Multi-Factor Authentication', href: '/manage/settings/multi-factor-authentication' }, { title: 'Multi-Factor Authentication', href: '/manage/settings/multi-factor-authentication' },
{ title: 'Delete Account', href: '/manage/settings/delete-account' }, { 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' },
] ]
}, },
{ {

View File

@@ -29,7 +29,9 @@ You can either:
* Update to latest stable version. * Update to latest stable version.
* Update to a specific 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. <Note>
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.
</Note>
## How it works ## How it works