mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
docs: Add missing client settings pages to navigation (#688)
Add all 5 system tray settings under Client > Settings: Allow SSH, Block Inbound Connections, Connect on Startup, Enable Lazy Connections, and Enable Quantum-Resistance. Allow SSH and Enable Lazy Connections redirect to existing docs. Connect on Startup is a new page. Renames Post-Quantum Cryptography heading to Enable Quantum-Resistance to match the GUI label.
This commit is contained in:
@@ -665,12 +665,24 @@ export const docsNavigation = [
|
||||
title: 'Settings',
|
||||
isOpen: false,
|
||||
links: [
|
||||
{
|
||||
title: 'Allow SSH',
|
||||
href: '/client/allow-ssh',
|
||||
},
|
||||
{
|
||||
title: 'Block Inbound Connections',
|
||||
href: '/client/block-inbound-connections',
|
||||
},
|
||||
{
|
||||
title: 'Post-Quantum Cryptography',
|
||||
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',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user