From 1c80dff673c21a211ae05886a3c87a311ebcfc43 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Sat, 18 Oct 2025 06:17:49 +0200 Subject: [PATCH 1/3] Remove duplicated page --- docs/about-us/intro.mdx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/about-us/intro.mdx 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'; - - From 221bb8dcc9a4e19de71f827835d5d23c5372ad6e Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Sat, 18 Oct 2025 06:21:05 +0200 Subject: [PATCH 2/3] Remove duplicate page --- sidebars.js | 1 - 1 file changed, 1 deletion(-) 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", From 9089578a76ec4d9287ed52a8496151d6fde996f9 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Sat, 18 Oct 2025 06:34:44 +0200 Subject: [PATCH 3/3] Update index.md --- docs/about-us/index.md | 1 - 1 file changed, 1 deletion(-) 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. |