docs: Updated docs
Server Deploy / deploy (push) Successful in 55s

This commit is contained in:
2026-07-28 16:54:39 +01:00
parent 487de34a50
commit 8a02c35ec9
+3 -22
View File
@@ -36,36 +36,17 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Vantage HQ",
items: [
"hq/accounts-and-signup",
"hq/people-and-roles",
"hq/cloud-instances",
"hq/self-hosted-instances",
"hq/licensing-and-entitlements",
"hq/billing",
"hq/free-tier",
],
items: ["hq/accounts-and-signup", "hq/people-and-roles", "hq/cloud-instances", "hq/self-hosted-instances", "hq/licensing-and-entitlements", "hq/billing", "hq/free-tier"],
},
{
type: "category",
label: "Reference",
items: [
"reference/environment-variables",
"reference/rest-api",
"reference/agent-config",
"reference/ports-and-networking",
"reference/troubleshooting",
],
items: ["reference/environment-variables", "reference/rest-api", "reference/agent-config", "reference/ports-and-networking", "reference/troubleshooting"],
},
{
type: "category",
label: "Operations",
items: [
"operations/upgrading",
"operations/backups",
"operations/agent-updates",
"operations/ci-cd",
],
items: ["operations/upgrading", "operations/backups", "operations/agent-updates"],
},
],
};