@@ -1578,7 +1578,7 @@ const sidebars = {
1578
1578
type : "link" ,
1579
1579
label : "Migration Guides" ,
1580
1580
description : "Migrate your database to ClickHouse" ,
1581
- href : "/docs/ migrations/migrations"
1581
+ href : "/migrations/migrations"
1582
1582
} ,
1583
1583
{
1584
1584
type : "link" ,
@@ -1701,19 +1701,19 @@ const sidebars = {
1701
1701
type : "link" ,
1702
1702
label : "Deployments and Scaling" ,
1703
1703
description : "How to deploy ClickHouse" ,
1704
- href : "/docs/ deployment-guides/index"
1704
+ href : "/deployment-guides/index"
1705
1705
} ,
1706
1706
{
1707
1707
type : "link" ,
1708
1708
label : "Security and Authentication" ,
1709
1709
description : "Secure your ClickHouse deployment" ,
1710
- href : "/docs/ security-and-authentication"
1710
+ href : "/security-and-authentication"
1711
1711
} ,
1712
1712
{
1713
1713
type : "link" ,
1714
1714
label : "Settings" ,
1715
1715
description : "Configure ClickHouse" ,
1716
- href : "/docs/ operations/settings"
1716
+ href : "/operations/settings"
1717
1717
} ,
1718
1718
{
1719
1719
type : "link" ,
@@ -1748,7 +1748,7 @@ const sidebars = {
1748
1748
type : "link" ,
1749
1749
label : "Functions" ,
1750
1750
description : "Hundreds of built-in functions to help you analyze your data" ,
1751
- href : "/docs/ sql-reference/functions"
1751
+ href : "/sql-reference/functions"
1752
1752
} ,
1753
1753
{
1754
1754
type : "link" ,
0 commit comments