Move event streaming to public docs (#125)

This commit is contained in:
pascal-fischer
2024-01-25 15:31:02 +01:00
committed by GitHub
parent 710c2dbd63
commit 09b5f417cd
6 changed files with 35 additions and 39 deletions

View File

@@ -55,6 +55,7 @@ export const docsNavigation = [
{ title: 'Route traffic to private networks', href: '/how-to/routing-traffic-to-private-networks' },
{ title: 'Manage DNS in your network', href: '/how-to/manage-dns-in-your-network' },
{ title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },
{ title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
{ title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' },
{ title: 'Examples', href: '/how-to/examples' },
{ title: 'CLI', href: '/how-to/cli' },