Skip to content

Commit a03fef3

Browse files
committed
Add ClickStack reference docs
1 parent 4698586 commit a03fef3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"docusaurus": "docusaurus",
1414
"copy-clickhouse-repo-docs": "bash scripts/copy-clickhouse-repo-docs.sh",
1515
"serve": "docusaurus serve",
16-
"build-swagger": "yarn redocly build-docs https://api.clickhouse.cloud/v1 --output build/cloud/manage/api/swagger.html",
16+
"build-swagger": "yarn redocly build-docs https://api.clickhouse.cloud/v1 --output build/cloud/manage/api/swagger.html && yarn redocly build-docs https://raw.githubusercontent.com/hyperdxio/hyperdx/refs/heads/main/packages/api/openapi.json --output build/clickstack/api-reference/index.html",
1717
"prep-from-local": "bash ./scripts/copy-clickhouse-repo-docs.sh -l $1",
1818
"autogenerate-settings": "bash ./scripts/settings/autogenerate-settings.sh",
1919
"autogenerate-table-of-contents": "bash ./scripts/autogenerate-table-of-contents.sh",

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,11 @@ const sidebars = {
16941694
dirName: "use-cases/observability/clickstack/integration-examples",
16951695
},
16961696
]
1697+
},
1698+
{
1699+
type: "link",
1700+
label: "API reference",
1701+
href: "/clickstack/api-reference",
16971702
}
16981703
]
16991704
},

0 commit comments

Comments
 (0)