Skip to content

Commit

Permalink
Test composite sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Jan 11, 2025
1 parent 1764e61 commit 1c75689
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 78 deletions.
14 changes: 14 additions & 0 deletions docs/manage/manage-sidebar.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
11 changes: 11 additions & 0 deletions docs/pipes-ecosystem/pipes-ecosystem-sidebar.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
10 changes: 10 additions & 0 deletions docs/query/query-sidebar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "category",
"id": "query",
"link": "query",
"items": [
"query/query-shell",
"query/batch-query",
"query/snapshots"
]
}
51 changes: 51 additions & 0 deletions docs/reference/reference-sidebar.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
86 changes: 8 additions & 78 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
]

0 comments on commit 1c75689

Please sign in to comment.