diff --git a/docs/about-us/index.md b/docs/about-us/index.md index e4fe70bd794..d65ffc95abf 100644 --- a/docs/about-us/index.md +++ b/docs/about-us/index.md @@ -12,7 +12,6 @@ the table of contents below for a list of pages in this section of the docs. | Page | Description | |----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [What is ClickHouse](/about-clickhouse) | Introduces ClickHouse's core features, architecture, and uses, providing a concise overview for new users. | | [Adopters](/about-us/adopters) | A list of companies using ClickHouse and their success stories, assembled from public sources | | [Support](/about-us/support) | An introduction to ClickHouse Cloud support services and their mission. | | [Beta features and experimental features](/beta-and-experimental-features) | Learn about how ClickHouse uses "Beta" and "Experimental" labels to distinguish between officially supported and early-stage, unsupported features due to varied development speeds from community contributions. | diff --git a/docs/about-us/intro.mdx b/docs/about-us/intro.mdx deleted file mode 100644 index 0d72f958afc..00000000000 --- a/docs/about-us/intro.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -slug: /about-clickhouse -sidebar_label: 'What is ClickHouse?' -title: 'What is ClickHouse?' -description: 'Page describing what ClickHouse is' -doc_type: 'guide' ---- - -import Content from '@site/docs/intro.md'; - - diff --git a/sidebars.js b/sidebars.js index 44cc265d6a3..e4ca70c8456 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1188,7 +1188,6 @@ const sidebars = { collapsed: false, collapsible: false, items: [ - "about-us/intro", "about-us/adopters", "about-us/support", "about-us/beta-and-experimental-features",