mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-01 20:51:28 +02:00
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:
committed by
GitHub
parent
ae352749f4
commit
3ab1e21f80
@@ -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' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user