Add payments integration docs (#175)

This commit is contained in:
juliaroesschen
2024-03-26 17:46:15 +01:00
committed by GitHub
parent 1a0f99fae7
commit d185c996bd
12 changed files with 166 additions and 84 deletions

View File

@@ -93,9 +93,8 @@ export const docsNavigation = [
isOpen: false,
links: [
{title: 'Authentication', href: '/how-to/enforce-periodic-user-authentication' },
{title: 'Delete account/danger zone', href: '/how-to/delete-account' }
/*{title: 'Groups', href: '/about-netbird/netbird-vs-traditional-vpn' },
{title: 'Plans & Billing', href: '/about-netbird/netbird-vs-traditional-vpn' },*/
{title: 'Delete account/danger zone', href: '/how-to/delete-account' },
{title: 'Plans and billing', href: '/how-to/plans-and-billing' }
]
},