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:
Jack Carter
2026-04-08 16:20:06 +02:00
committed by GitHub
parent 5a575acdee
commit bd26193053
4 changed files with 76 additions and 2 deletions

View File

@@ -505,6 +505,16 @@ const nextConfig = {
permanent: true,
},
// documentation redirects for client
{
source: '/client/allow-ssh',
destination: '/manage/peers/ssh#enabling-ssh',
permanent: true,
},
{
source: '/client/enable-lazy-connections',
destination: '/manage/peers/lazy-connection',
permanent: true,
},
{
source: '/how-to/profiles',
destination: '/client/profiles',