Skip to content

Commit 977b05b

Browse files
authored
Merge pull request #4726 from ClickHouse/add-onelake
adding to index and sidebar
2 parents d342b0f + 9a4630f commit 977b05b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/use-cases/data_lake/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pagination_prev: null
44
pagination_next: null
55
slug: /use-cases/data-lake
66
title: 'Data Lake'
7-
keywords: ['data lake', 'glue', 'unity', 'rest']
7+
keywords: ['data lake', 'glue', 'unity', 'rest', 'OneLake']
88
doc_type: 'landing-page'
99
---
1010

@@ -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 Azure using ClickHouse and the OneLake Catalog](/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)