Add "Record a HAR file" troubleshooting page (#850)

New /help/recording-a-har-file how-to under Troubleshooting > Report a
bug, covering HAR capture in Chrome, Edge, Firefox, and Safari with the
"preserve log" gotcha and a security warning about tokens in HAR files.

Nest Community/NetBird Support under the Report a bug "Overview" item so
the new page reads as a sibling of the reporting cluster rather than a
fourth flat peer. Cross-link the HAR page from the two support pages and
the Report bugs overview, next to the existing debug-bundle mention.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bruno Mercier Costa
2026-07-14 13:21:39 +02:00
committed by GitHub
parent ae352749f4
commit 3ab1e21f80
5 changed files with 66 additions and 6 deletions

View File

@@ -1059,9 +1059,22 @@ export const docsNavigation = [
title: 'Report a bug',
isOpen: false,
links: [
{ title: 'Overview', href: '/help/report-bug-issues' },
{ title: 'Community Support', href: '/help/community-support' },
{ title: 'NetBird Support', href: '/help/netbird-support' },
{
title: 'Overview',
href: '/help/report-bug-issues',
isOpen: false,
links: [
{
title: 'Community Support',
href: '/help/community-support',
},
{
title: 'NetBird Support',
href: '/help/netbird-support',
},
],
},
{ title: 'Record a HAR file', href: '/help/recording-a-har-file' },
],
},
],