Skip to content

Commit c93ad0f

Browse files
authored
Merge pull request #4678 from Blargian/changelog_2510
Changelog: fix changelog generation script
2 parents 780fe1a + f7c6a39 commit c93ad0f

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: 'Changelog for 2025'
3+
note: 'This file is generated with yarn build'
4+
slug: /whats-new/changelog/
5+
sidebar_position: 2
6+
sidebar_label: '2025'
7+
title: 'Changelog 2025'
8+
doc_type: 'changelog'
9+
---
10+

docs/cloud/reference/01_changelog/02_release_notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords: ['changelog', 'release notes', 'updates', 'new features', 'cloud chang
1414
<!--AUTOGENERATED_START-->
1515
| Page | Description |
1616
|-----|-----|
17+
| [v25.8 Changelog for Cloud](/changelogs/25.8) | Fast release changelog for v25.8 |
1718
| [v25.6 Changelog for Cloud](/changelogs/25.6) | Fast release changelog for v25.6 |
1819
| [v25.4 Changelog for Cloud](/changelogs/25.4) | Fast release changelog for v25.4 |
1920
| [v24.12 Changelog for Cloud](/changelogs/24.12) | Fast release changelog for v24.12 |

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ by https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-
3838
| [Geo Data using the Cell Tower Dataset](/getting-started/example-datasets/cell-towers) | Learn how to load OpenCelliD data into ClickHouse, connect Apache Superset to ClickHouse and build a dashboard based on data |
3939
| [GitHub Events Dataset](/getting-started/example-datasets/github-events) | Dataset containing all events on GitHub from 2011 to Dec 6 2020, with a size of 3.1 billion records. |
4040
| [Hacker News dataset](/getting-started/example-datasets/hacker-news) | Dataset containing 28 million rows of hacker news data. |
41-
| [Hacker News Vector Search dataset](/getting-started/example-datasets/hackernews-vector-search-dataset) | Dataset containing 28+ million Hacker News postings & their vector embeddings |
41+
| [Hacker News vector search dataset](/getting-started/example-datasets/hackernews-vector-search-dataset) | Dataset containing 28+ million Hacker News postings & their vector embeddings |
4242
| [LAION 5B dataset](/getting-started/example-datasets/laion-5b-dataset) | Dataset containing 100 million vectors from the LAION 5B dataset |
4343
| [Laion-400M dataset](/getting-started/example-datasets/laion-400m-dataset) | Dataset containing 400 million images with English image captions |
4444
| [New York Public Library "What's on the Menu?" Dataset](/getting-started/example-datasets/menus) | Dataset containing 1.3 million records of historical data on the menus of hotels, restaurants and cafes with the dishes along with their prices. |

docs/whats-new/changelog/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
description: 'Changelog for 2025'
3-
note: 'This file is autogenerated by the yarn new-build'
3+
note: 'This file is generated with yarn build'
44
slug: /whats-new/changelog/
55
sidebar_position: 2
66
sidebar_label: '2025'
7-
title: '2025 Changelog'
8-
keywords: ['ClickHouse 2025', 'changelog 2025', 'latest releases', 'new features', 'recent updates']
7+
title: 'Changelog 2025'
98
doc_type: 'changelog'
109
---
1110

0 commit comments

Comments
 (0)