Skip to content

Commit d6b581c

Browse files
committed
adding to index and sidebar
1 parent f5d0e1f commit d6b581c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/use-cases/data_lake/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ ClickHouse supports integration with multiple catalogs (Unity, Glue, REST, Polar
1717
| [Querying data in S3 using ClickHouse and the REST Catalog](/use-cases/data-lake/rest-catalog) | Query your data using the REST Catalog (Tabular.io). |
1818
| [Querying data in S3 using ClickHouse and the Lakekeeper Catalog](/use-cases/data-lake/lakekeeper-catalog) | Query your data using the Lakekeeper Catalog. |
1919
| [Querying data in S3 using ClickHouse and the Nessie Catalog](/use-cases/data-lake/nessie-catalog) | Query your data using the Nessie Catalog with Git-like data version control. |
20+
| [Querying data in Microsoft OneLake using ClickHouse and Fabric](/use-cases/data-lake/onelake-catalog) | Query your data in Microsoft OneLake using ClickHouse and the Iceberg table format. |

sidebars.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,10 @@ const sidebars = {
184184
collapsible: true,
185185
link: { type: "doc", id: "use-cases/data_lake/index" },
186186
items: [
187-
"use-cases/data_lake/glue_catalog",
188-
"use-cases/data_lake/unity_catalog",
189-
"use-cases/data_lake/rest_catalog",
190-
"use-cases/data_lake/lakekeeper_catalog",
191-
"use-cases/data_lake/nessie_catalog"
187+
{
188+
type: "autogenerated",
189+
dirName: "use-cases/data_lake",
190+
}
192191
]
193192
},
194193
{

0 commit comments

Comments
 (0)