Skip to content

Commit 9721ada

Browse files
authored
Merge pull request #3356 from Blargian/landing_pages_about
Landing pages: About us + Cloud Release Notes
2 parents eb1854c + 2384bed commit 9721ada

File tree

10 files changed

+31
-24
lines changed

10 files changed

+31
-24
lines changed

docs/about-us/cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /about-us/cloud
33
sidebar_label: Cloud Service
44
sidebar_position: 10
55
description: ClickHouse Cloud
6+
title: ClickHouse Cloud
67
---
78

89
# ClickHouse Cloud

docs/about-us/distinctive-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: /about-us/distinctive-features
33
sidebar_label: Why is ClickHouse unique?
44
sidebar_position: 50
55
description: Understand what makes ClickHouse stand apart from other database management systems
6+
title: Distinctive Features of ClickHouse
67
---
78

89
# Distinctive Features of ClickHouse

docs/about-us/history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_label: ClickHouse History
44
sidebar_position: 40
55
description: History of ClickHouse development
66
tags: ['history', 'development', 'Metrica']
7+
title: ClickHouse History
78
---
89

910
# ClickHouse History {#clickhouse-history}

docs/about-us/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
slug: /about
3+
title: "About ClickHouse"
4+
description: "Landing page for About ClickHouse"
5+
---
6+
7+
# About ClickHouse
8+
9+
In this section of the docs you'll find information about ClickHouse. Refer to
10+
the table of contents below for a list of pages in this section of the docs.
11+
12+
| Page | Description |
13+
|-------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| [What is ClickHouse](/docs/about-clickhouse) | Introduces ClickHouse's core features, architecture, and uses, providing a concise overview for new users. |
15+
| [Adopters](/docs/adopters) | A list of companies using ClickHouse and their success stories, assembled from public sources |
16+
| [Support](/docs/about-us/support) | An introduction to ClickHouse Cloud Support Services and their mission. |
17+
| [Beta Features and Experimental](/docs/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. |
18+
| [Cloud Service](/docs/about-us/cloud) | Discover ClickHouse Cloud - a fully managed service that allows users to spin up open-source ClickHouse databases and offers benefits like fast time to value, seamless scaling, and serverless operations. |
19+
| [ClickHouse History](/docs/about-us/history) | Learn more about the history of ClickHouse. |

docs/about-us/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /about-clickhouse
3-
sidebar_label: Input and Output Formats
3+
sidebar_label: What is ClickHouse?
44
title: What is ClickHouse?
55
---
66

docs/about-us/support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ title: ClickHouse Cloud Support Services
55
sidebar_position: 30
66
---
77

8+
# ClickHouse Cloud Support Services
9+
810
ClickHouse provides Support Services for our ClickHouse Cloud users and customers. Our objective is a Support Services team that represents the ClickHouse product – unparalleled performance, ease of use, and exceptionally fast, high-quality results. For details, [visit our Support Services](https://clickhouse.com/support/program/) page.
911

1012
[Login to the Cloud console](https://console.clickhouse.cloud/support) and select **Help -> Support** from the menu options to open a new support case and view the status of your submitted cases.

docs/cloud/changelogs/table_of_contents.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/cloud/reference/release-notes-index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ slug: /cloud/reference/changelogs/release-notes
33
title: Cloud Release Notes
44
---
55

6-
<!--
7-
The following table of contents is autogenerated by https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
8-
from YAML frontmatter fields title, slug, description. If you've found an error
9-
in the table of contents, please edit the frontmatter of the files directly.
6+
<!-- The table of contents below is generated automatically from YAML front matter
7+
using https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
8+
If you've spotted an error, please edit the frontmatter of the pages themselves.
109
-->

scripts/autogenerate-table-of-contents.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/
3232
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/sql-reference/table-functions" --md="docs/sql-reference/table-functions/index.md"
3333
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/chdb/guides" --md="docs/chdb/guides/index.md" --ignore images
3434
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/cloud/manage/jan2025_faq" --md="docs/cloud/manage/jan2025_faq/index.md" --ignore images
35+
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/cloud/changelogs" --md="docs/cloud/reference/release-notes-index.md"
3536
deactivate
3637
rm -r venv

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,11 +1120,12 @@ const sidebars = {
11201120
label: "About ClickHouse",
11211121
link: {
11221122
type: "doc",
1123-
id: "about-us/intro",
1123+
id: "about-us/index",
11241124
},
11251125
collapsed: false,
11261126
collapsible: false,
11271127
items: [
1128+
"about-us/intro",
11281129
"about-us/adopters",
11291130
"about-us/support",
11301131
"settings/beta-and-experimental-features",

0 commit comments

Comments
 (0)