Skip to content

Commit

Permalink
add menus
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 11, 2024
1 parent f71bbdf commit ff66c80
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions src/theme/Navbar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,25 +210,45 @@ const dropdownCategories = [{
description: 'Integrations, clients, and drivers to use with ClickHouse',
link: '/docs/en/integrations',
menuItems: [
{
title: 'All Integrations',
description: 'Integrate ClickHouse with other databases and applications',
link: '/docs/en/integrations'
},
{
title: 'Language Clients',
description: 'Use your favorite language to work with ClickHouse',
link: '/docs/en/integrations/go'
},
{
title: 'ClickPipes',
description: 'The easiest way to ingest data into ClickHouse',
link: '/docs/en/integrations/clickpipes'
},
{
title: 'Native Clients & Interfaces',
description: 'Choose a client and interface to connect to ClickHouse',
link: '/docs/en/interfaces/cli'
},
{
title: 'Data Sources',
description: 'Load data into ClickHouse from your prefered source',
link: '/docs/en/integrations/s3'
},
{
title: 'Data Visualization',
description: 'Connect ClickHouse to your favorite visualization tool',
link: '/docs/en/integrations/data-visualization'
},
{
title: 'Data Formats',
description: 'Explore data formats supported by ClickHouse',
link: '/docs/en/integrations/data-formats'
},
{
title: 'All Integrations',
description: 'Integrate ClickHouse with other databases and applications',
link: '/docs/en/integrations'
},
{
title: 'Clients and Drivers',
description: 'Choose a client or driver to connect to ClickHouse',
link: '/docs/en/interfaces/cli'
title: 'Data Ingestion',
description: 'Ingest data into ClickHouse with a range of ELT tools',
link: '/docs/en/integrations/airbyte'
},
]
},
Expand Down

0 comments on commit ff66c80

Please sign in to comment.