Change the layout of billing page

This commit is contained in:
Vincent (Wen Yu) Ge
2023-11-21 22:30:25 +00:00
parent cd95f2e8ee
commit b56ce76dfb
4 changed files with 211 additions and 4 deletions

View File

@@ -51,13 +51,34 @@
},
]
},
{
label: 'Plans',
items: [
{
label: 'Starter',
href: '/docs/advanced/platform/starter'
},
{
label: 'Pro',
href: '/docs/advanced/platform/pro'
},
{
label: 'Scale',
href: '/docs/advanced/platform/scale'
},
{
label: 'Upgrade',
href: '/docs/advanced/platform/upgrade'
},
{
label: 'Billing',
href: '/docs/advanced/platform/billing'
},
]
},
{
label: 'Configuration',
items: [
{
label: 'Plans',
href: '/docs/advanced/platform/plans'
},
{
label: 'Custom domains',
href: '/docs/advanced/platform/custom-domains'