diff --git a/docs/manage/manage-sidebar.json b/docs/manage/manage-sidebar.json new file mode 100644 index 0000000..386ca38 --- /dev/null +++ b/docs/manage/manage-sidebar.json @@ -0,0 +1,14 @@ +{ + "type": "category", + "id": "manage-tailpipe", + "link": "manage", + "items": [ + "manage/collection", + "manage/connection", + "manage/source", + "manage/table", + "manage/partition", + "manage/plugin", + "manage/workspace" + ] +} \ No newline at end of file diff --git a/docs/pipes-ecosystem/pipes-ecosystem-sidebar.json b/docs/pipes-ecosystem/pipes-ecosystem-sidebar.json new file mode 100644 index 0000000..89636cb --- /dev/null +++ b/docs/pipes-ecosystem/pipes-ecosystem-sidebar.json @@ -0,0 +1,11 @@ +{ + "type": "category", + "id": "pipes-ecosystem", + "link": "pipes-ecosystem", + "items": [ + "pipes-ecosystem/steampipe", + "pipes-ecosystem/powerpipe", + "pipes-ecosystem/flowpipe", + "pipes-ecosystem/pipes" + ] +} \ No newline at end of file diff --git a/docs/query/query-sidebar.json b/docs/query/query-sidebar.json new file mode 100644 index 0000000..42528b2 --- /dev/null +++ b/docs/query/query-sidebar.json @@ -0,0 +1,10 @@ +{ + "type": "category", + "id": "query", + "link": "query", + "items": [ + "query/query-shell", + "query/batch-query", + "query/snapshots" + ] +} \ No newline at end of file diff --git a/docs/reference/reference-sidebar.json b/docs/reference/reference-sidebar.json new file mode 100644 index 0000000..59ae2b0 --- /dev/null +++ b/docs/reference/reference-sidebar.json @@ -0,0 +1,51 @@ +{ + "type": "category", + "id": "reference", + "link": "reference", + "items": [ + { + "type": "category", + "id": "cli", + "link": "reference/cli", + "items": [ + "reference/cli/help", + "reference/cli/collect", + "reference/cli/connect", + "reference/cli/compact", + "reference/cli/partition", + "reference/cli/plugin", + "reference/cli/query", + "reference/cli/table" + ] + }, + { + "type": "category", + "id": "env-vars", + "link": "reference/env-vars", + "items": [ + "reference/env-vars/tailpipe_log_level" + ] + }, + { + "type": "category", + "id": "config-files", + "link": "reference/config-files", + "items": [ + "reference/config-files/connection", + "reference/config-files/partition", + "reference/config-files/workspace" + ] + }, + { + "type": "category", + "id": "develop", + "link": "reference/develop", + "items": [ + "reference/develop/data-storage", + "reference/develop/plugin-tables", + "reference/develop/coding-standards" + ] + }, + "reference/glossary" + ] +} \ No newline at end of file diff --git a/docs/sidebar.json b/docs/sidebar.json index 48d661d..f75ad44 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -19,39 +19,16 @@ ] }, { - "type": "category", - "id": "query", - "link": "query", - "items": [ - "query/query-shell", - "query/batch-query", - "query/snapshots" - ] + "type": "placeholder", + "file": "/query/query-sidebar.json" }, { - "type": "category", - "id": "manage-tailpipe", - "link": "manage", - "items": [ - "manage/collection", - "manage/connection", - "manage/source", - "manage/table", - "manage/partition", - "manage/plugin", - "manage/workspace" - ] + "type": "placeholder", + "file": "/manage/manage-sidebar.json" }, { - "type": "category", - "id": "pipes-ecosystem", - "link": "pipes-ecosystem", - "items": [ - "pipes-ecosystem/steampipe", - "pipes-ecosystem/powerpipe", - "pipes-ecosystem/flowpipe", - "pipes-ecosystem/pipes" - ] + "type": "placeholder", + "file": "/pipes-ecosystem/pipes-ecosystem-sidebar.json" }, { "type": "category", @@ -69,54 +46,7 @@ "items": [] }, { - "type": "category", - "id": "reference", - "link": "reference", - "items": [ - { - "type": "category", - "id": "cli", - "link": "reference/cli", - "items": [ - "reference/cli/help", - "reference/cli/collect", - "reference/cli/connect", - "reference/cli/compact", - "reference/cli/partition", - "reference/cli/plugin", - "reference/cli/query", - "reference/cli/table" - ] - }, - { - "type": "category", - "id": "env-vars", - "link": "reference/env-vars", - "items": [ - "reference/env-vars/tailpipe_log_level" - ] - }, - { - "type": "category", - "id": "config-files", - "link": "reference/config-files", - "items": [ - "reference/config-files/connection", - "reference/config-files/partition", - "reference/config-files/workspace" - ] - }, - { - "type": "category", - "id": "develop", - "link": "reference/develop", - "items": [ - "reference/develop/data-storage", - "reference/develop/plugin-tables", - "reference/develop/coding-standards" - ] - }, - "reference/glossary" - ] + "type": "placeholder", + "file": "/reference/reference-sidebar.json" } ] \ No newline at end of file