Skip to content

Commit 8e6363c

Browse files
authored
Merge pull request #4899 from ClickHouse/adding-datalakes-to-sidenav
adding datalakes to sidenav
2 parents 2249525 + 776594a commit 8e6363c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

plugins/floating-pages-exceptions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ integrations/language-clients/java/client-v1
1111
integrations/language-clients/java/jdbc-v1
1212
integrations/data-ingestion/clickpipes/postgres/maintenance.md
1313
operations/backup.md
14-
sql-reference/datalakes.md

sidebars.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,15 @@ const sidebars = {
478478
},
479479
],
480480
},
481+
{
482+
type: "category",
483+
label: "Data Lakes",
484+
collapsed: false,
485+
collapsible: false,
486+
link: { type: "doc", id: "sql-reference/datalakes" },
487+
items: [
488+
],
489+
},
481490
],
482491

483492
integrations: [

0 commit comments

Comments
 (0)