diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index f3160091..2763b1cc 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -759,10 +759,6 @@ export const docsNavigation = [ title: 'Settings', isOpen: false, links: [ - { - title: 'Allow SSH', - href: '/client/allow-ssh', - }, { title: 'Block Inbound Connections', href: '/client/block-inbound-connections', @@ -771,14 +767,18 @@ export const docsNavigation = [ title: 'Connect on Startup', href: '/client/connect-on-startup', }, - { - title: 'Enable Lazy Connections', - href: '/client/enable-lazy-connections', - }, { title: 'Enable Quantum-Resistance', href: '/client/post-quantum-cryptography', }, + { + title: 'Allow SSH', + href: '/client/allow-ssh', + }, + { + title: 'Enable Lazy Connections', + href: '/client/enable-lazy-connections', + }, ], }, ],