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
+19 -3
View File
@@ -163,8 +163,16 @@ export const generatedSidebars = [
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Billing & Usage",
"path": "/billing-usage",
"title": "Overview",
"path": "/billing",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Manage Billing Details",
"path": "/billing/manage",
"children": []
}
]
@@ -173,7 +181,7 @@ export const generatedSidebars = [
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Monitoring & Support",
"title": "Monitoring",
"initialOpen": true,
"children": [
{
@@ -191,6 +199,14 @@ export const generatedSidebars = [
"title": "Notifications",
"path": "/notifications",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Usage",
"path": "/usage",
"children": []
}
]
},