Skip to content

Commit

Permalink
Fix top level menus
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Feb 5, 2025
1 parent 237be2f commit 717fc0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme/Navbar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ const dropdownCategories = [{
{
title: 'Starter Guides',
description: 'Start here when learning ClickHouse',
link: '/docs/en/guides/creating-tables'
link: '/docs/en/starter-guides'
},
{
title: 'Concepts',
description: 'Core concepts to know',
link: '/docs/en/concepts/why-clickhouse-is-so-fast'
link: '/docs/en/concepts'
},
{
title: 'Migration Guides',
description: 'Migrate your database to ClickHouse',
link: '/docs/en/migrations/bigquery'
link: '/docs/en/migrations/en/migrations'
},
{
title: 'Use Case Guides',
description: 'Common use case guides for ClickHouse',
link: '/docs/en/observability'
link: '/docs/en/use-cases'
},

{
Expand Down

0 comments on commit 717fc0c

Please sign in to comment.