mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
Escape MDX-specific characters in API templates and refine Navigation… (#638)
* Escape MDX-specific characters in API templates and refine NavigationAPI links * Update API pages with v0.66.0 --------- Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
@@ -15,7 +15,6 @@ export const apiNavigation = [
|
||||
{ title: 'Quickstart', href: '/api/guides/quickstart' },
|
||||
{ title: 'Authentication', href: '/api/guides/authentication' },
|
||||
{ title: 'Errors', href: '/api/guides/errors' },
|
||||
// { title: 'Events', href: '/accounts' },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -25,22 +24,39 @@ export const apiNavigation = [
|
||||
{ title: 'Users', href: '/api/resources/users' },
|
||||
{ title: 'Tokens', href: '/api/resources/tokens' },
|
||||
{ title: 'Peers', href: '/api/resources/peers' },
|
||||
{ title: 'Ingress Ports', href: '/api/resources/ingress-ports' },
|
||||
{ title: 'Setup Keys', href: '/api/resources/setup-keys' },
|
||||
{ title: 'Groups', href: '/api/resources/groups' },
|
||||
{ title: 'Policies', href: '/api/resources/policies' },
|
||||
{ title: 'Posture-Checks', href: '/api/resources/posture-checks' },
|
||||
{ title: 'Geo-Locations', href: '/api/resources/geo-locations' },
|
||||
{ title: 'Posture Checks', href: '/api/resources/posture-checks' },
|
||||
{ title: 'Geo Locations', href: '/api/resources/geo-locations' },
|
||||
{ title: 'Routes (deprecated)', href: '/api/resources/routes' },
|
||||
{ title: 'Networks', href: '/api/resources/networks' },
|
||||
{ title: 'DNS', href: '/api/resources/dns' },
|
||||
{ title: 'DNS Zones', href: '/api/resources/dns-zones' },
|
||||
{ title: 'Services', href: '/api/resources/services' },
|
||||
{ title: 'Events', href: '/api/resources/events' },
|
||||
{ title: 'Event Streaming', href: '/api/resources/event-streaming-integrations' },
|
||||
{ title: 'Jobs', href: '/api/resources/jobs' },
|
||||
{ title: 'Identity Providers', href: '/api/resources/identity-providers' },
|
||||
{ title: 'Instance', href: '/api/resources/instance' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Cloud Resources',
|
||||
links: [
|
||||
{ title: 'Ingress Ports', href: '/api/resources/ingress-ports' },
|
||||
{ title: 'IDP (SCIM)', href: '/api/resources/idp' },
|
||||
{ title: 'Event Streaming', href: '/api/resources/event-streaming-integrations' },
|
||||
{ title: 'EDR Peers', href: '/api/resources/edr-peers' },
|
||||
{ title: 'EDR Falcon', href: '/api/resources/edr-falcon-integrations' },
|
||||
{ title: 'EDR Huntress', href: '/api/resources/edr-huntress-integrations' },
|
||||
{ title: 'EDR Intune', href: '/api/resources/edr-intune-integrations' },
|
||||
{ title: 'EDR SentinelOne', href: '/api/resources/edr-sentinelone-integrations' },
|
||||
{ title: 'MSP', href: '/api/resources/msp' },
|
||||
{ title: 'Invoice', href: '/api/resources/invoice' },
|
||||
{ title: 'Usage', href: '/api/resources/usage' },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
export function NavigationAPI({tableOfContents, className}) {
|
||||
|
||||
Reference in New Issue
Block a user