Add billing pages

This commit is contained in:
Vincent (Wen Yu) Ge
2023-12-06 12:15:44 +00:00
parent e2648ae9ee
commit d61b2fd10f
4 changed files with 35 additions and 3 deletions

View File

@@ -54,6 +54,10 @@
{
label: 'Plans',
items: [
{
label: 'Billing',
href: '/docs/advanced/platform/billing'
},
{
label: 'Starter',
href: '/docs/advanced/platform/starter'
@@ -67,8 +71,12 @@
href: '/docs/advanced/platform/scale'
},
{
label: 'Billing',
href: '/docs/advanced/platform/billing'
label: 'Enterprise',
href: '/docs/advanced/platform/enterprise'
},
{
label: 'Open source',
href: '/docs/advanced/platform/oss'
},
]
},