docs: updates to billing and usage guides (#13222)

* docs: updates to billing and usage guides

* address comments

* fix build error

* add note on billing questions

* Update www/apps/cloud/app/billing/page.mdx

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Shahed Nasser
2025-08-25 11:32:53 +03:00
committed by GitHub
co-authored by Oli Juhl
parent 57077406f9
commit 2348a168e3
12 changed files with 328 additions and 168 deletions
+13 -3
View File
@@ -111,14 +111,19 @@ export const sidebar = [
children: [
{
type: "link",
title: "Billing & Usage",
path: "/billing-usage",
title: "Overview",
path: "/billing",
},
{
type: "link",
title: "Manage Billing Details",
path: "/billing/manage",
},
],
},
{
type: "category",
title: "Monitoring & Support",
title: "Monitoring",
initialOpen: true,
children: [
{
@@ -131,6 +136,11 @@ export const sidebar = [
title: "Notifications",
path: "/notifications",
},
{
type: "link",
title: "Usage",
path: "/usage",
},
],
},
{