Skip to content

Commit 766f753

Browse files
committed
add landing page for about, fix cloud release notes broken links
1 parent 2f727ba commit 766f753

File tree

10 files changed

+38
-24
lines changed

10 files changed

+38
-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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ slug: /cloud/reference/changelogs/release-notes
33
title: Cloud Release Notes
44
---
55

6-
import TableOfContentsJSON from '../changelogs/table_of_contents.json'
7-
import { TableOfContents } from '/src/components/TableOfContents'
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.
9+
-->
810

9-
<TableOfContents items={TableOfContentsJSON} />
11+
| Page | Description |
12+
|-----|-----|
13+
| [v24.5 Changelog for Cloud](/docs/changelogs/24.5) | Fast release changelog for v24.5 |
14+
| [v24.10 Changelog for Cloud](/docs/changelogs/24.10) | Fast release changelog for v24.10 |
15+
| [v24.8 Changelog for Cloud](/docs/changelogs/24.8) | Fast release changelog for v24.8 |
16+
| [v24.6 Changelog for Cloud](/docs/changelogs/24.6) | Fast release changelog for v24.6 |

scripts/autogenerate-table-of-contents.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/
2828
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/engines/table-engines/integrations" --md="docs/engines/table-engines/integrations/index.md"
2929
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/engines/table-engines/special" --md="docs/engines/table-engines/special/index.md"
3030
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/getting-started/example-datasets" --md="docs/getting-started/index.md" --ignore images
31-
31+
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/cloud/changelogs" --md="docs/cloud/reference/release-notes-index.md"
3232
deactivate
3333
rm -r venv

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,11 +1114,12 @@ const sidebars = {
11141114
label: "About ClickHouse",
11151115
link: {
11161116
type: "doc",
1117-
id: "about-us/intro",
1117+
id: "about-us/index",
11181118
},
11191119
collapsed: false,
11201120
collapsible: false,
11211121
items: [
1122+
"about-us/intro",
11221123
"about-us/adopters",
11231124
"about-us/support",
11241125
"settings/beta-and-experimental-features",

0 commit comments

Comments
 (0)