Skip to content

Commit 8936e91

Browse files
Add Client Settings documentation section (#612)
* Add Block Inbound Connections documentation to Client settings Document the previously undocumented "Block Inbound Connections" client setting (introduced in v0.46.0). Adds a dedicated feature page under Client > Settings, updates the sidebar navigation, and adds the --block-inbound flag to the CLI reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Move Post-Quantum Cryptography to Client settings and add systray notes Move the Rosenpass/post-quantum cryptography page from manage/integrations/ to client/ under the new Settings section. Add redirects for the old URL. Also add systray toggle instructions to both the Quantum-Resistance and Lazy Connections pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Rename post-quantum cryptography page and fix hydration error Drop the "Enable" prefix from the page title and filename for a cleaner topic name. Update redirects and navigation. Fix hydration mismatch caused by a <div> (Button component) nested inside a <p> tag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c8f1dbd commit 8936e91

File tree

6 files changed

+912
-533
lines changed

6 files changed

+912
-533
lines changed

next.config.mjs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,17 @@ const nextConfig = {
454454
// documentation redirects for integrations
455455
{
456456
source: '/how-to/enable-post-quantum-cryptography',
457-
destination: '/manage/integrations/enable-post-quantum-cryptography',
457+
destination: '/client/post-quantum-cryptography',
458+
permanent: true,
459+
},
460+
{
461+
source: '/manage/integrations/enable-post-quantum-cryptography',
462+
destination: '/client/post-quantum-cryptography',
463+
permanent: true,
464+
},
465+
{
466+
source: '/client/enable-post-quantum-cryptography',
467+
destination: '/client/post-quantum-cryptography',
458468
permanent: true,
459469
},
460470
{

0 commit comments

Comments
 (0)