+3
-22
@@ -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"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user