Skip to content

Commit ea16fa4

Browse files
committed
Merge branch 'validate_frontmatter' of github.com:Blargian/clickhouse-docs into validate_frontmatter
2 parents 97dc554 + 8a1bd0c commit ea16fa4

File tree

12 files changed

+488
-45
lines changed

12 files changed

+488
-45
lines changed

docs/cloud/manage/billing/marketplace/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This section details billing related topics for Marketplace.
1515
| [GCP Marketplace PAYG](/cloud/billing/marketplace/gcp-marketplace-payg) | Get started with ClickHouse Cloud on the GCP Marketplace via a PAYG (Pay-as-you-go) Public Offer. |
1616
| [GCP Marketplace Committed Contract](/cloud/billing/marketplace/gcp-marketplace-committed-contract) | Get started with ClickHouse Cloud on the GCP Marketplace via a committed contract. A committed contract, also known as a a Private Offer, allows customers to commit to spending a certain amount on ClickHouse Cloud over a period of time. |
1717
| [Azure Marketplace PAYG](/cloud/billing/marketplace/azure-marketplace-payg) | Get started with ClickHouse Cloud on the Azure Marketplace via a PAYG (Pay-as-you-go) Public Offer. |
18-
| [Azure Marketplace Committed Contract](/cloud/billing/marketplace/azure-marketplace-committed-contract) | Get started with ClickHouse Cloud on the Azure Marketplace via a committed contract. A committed contract, also known as a a Private Offer, allows customers to commit to spending a certain amount on ClickHouse Cloud over a period of time. |
18+
| [Azure Marketplace Committed Contract](/cloud/billing/marketplace/azure-marketplace-committed-contract) | Get started with ClickHouse Cloud on the Azure Marketplace via a committed contract. A committed contract, also known as a a Private Offer, allows customers to commit to spending a certain amount on ClickHouse Cloud over a period of time. |

docs/cloud/reference/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: 'ClickHouse Cloud Architecture'
55
description: 'This page describes the architecture of ClickHouse Cloud'
66
---
77

8-
import architecture from '@site/static/images/cloud/reference/architecture.svg';
8+
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
99

1010
# ClickHouse Cloud Architecture
1111

12-
<architecture alt='ClickHouse Cloud architecture' class='image' />
12+
<Architecture alt='ClickHouse Cloud architecture' class='image' />
1313

1414
## Storage backed by object store {#storage-backed-by-object-store}
1515
- Virtually unlimited storage

docusaurus.config.en.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ function skipIndex(items) {
1515
/** @type {import('@docusaurus/types').Config} */
1616
const config = {
1717
scripts: [
18+
{
19+
src: "/docs/js/kapa_config.js",
20+
async: false,
21+
},
1822
{
1923
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
2024
"data-website-id": "c0b5f156-1e92-49df-8252-adacc9feb21b",
@@ -182,8 +186,8 @@ const config = {
182186
theme: {
183187
customCss: [require.resolve("./src/css/custom.scss")],
184188
},
185-
gtag: {
186-
trackingID: "G-KF1LLRTQ5Q",
189+
googleTagManager: {
190+
containerId: 'GTM-WTNTDT7W',
187191
},
188192
}),
189193
],

docusaurus.config.jp.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ function skipIndex(items) {
1414
/** @type {import('@docusaurus/types').Config} */
1515
const config = {
1616
scripts: [
17+
{
18+
src: "/docs/jp/js/kapa_config.js",
19+
async: false,
20+
},
1721
{
1822
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
1923
"data-website-id": "c0b5f156-1e92-49df-8252-adacc9feb21b",
@@ -156,8 +160,8 @@ const config = {
156160
theme: {
157161
customCss: [require.resolve("./src/css/custom.scss")],
158162
},
159-
gtag: {
160-
trackingID: "G-KF1LLRTQ5Q",
163+
googleTagManager: {
164+
containerId: 'GTM-WTNTDT7W',
161165
},
162166
}),
163167
],

docusaurus.config.ru.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ function skipIndex(items) {
1414
/** @type {import('@docusaurus/types').Config} */
1515
const config = {
1616
scripts: [
17+
{
18+
src: "/docs/ru/js/kapa_config.js",
19+
async: false,
20+
},
1721
{
1822
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
1923
"data-website-id": "c0b5f156-1e92-49df-8252-adacc9feb21b",

docusaurus.config.zh.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ function skipIndex(items) {
1414
/** @type {import('@docusaurus/types').Config} */
1515
const config = {
1616
scripts: [
17+
{
18+
src: "/docs/zh/js/kapa_config.js",
19+
async: false,
20+
},
1721
{
1822
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
1923
"data-website-id": "c0b5f156-1e92-49df-8252-adacc9feb21b",
@@ -43,7 +47,7 @@ const config = {
4347
},
4448
title: "ClickHouse Docs",
4549
tagline:
46-
"我们提供文档、快速入门指南、用户指南、技术参考、常见问题解答等多种信息。",
50+
"我们提供文档、快速入门指南、用户指南、技术参考、常见问题解答等多种信息。",
4751
url: "https://clickhouse.com",
4852
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
4953
baseUrl: "/docs/zh/",

i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sidebar_label: アーキテクチャ
33
slug: /cloud/reference/architecture
44
---
55

6-
import architecture from '@site/static/images/cloud/reference/architecture.svg';
6+
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
77

88

99
# ClickHouse Cloud アーキテクチャ
1010

11-
<architecture alt='ClickHouse Cloud architecture' class='image' />
11+
<Architecture alt='ClickHouse Cloud architecture' class='image' />
1212

1313
## オブジェクトストアに基づくストレージ {#storage-backed-by-object-store}
1414
- 実質的に無制限のストレージ

i18n/ru/docusaurus-plugin-content-docs/current/cloud/reference/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sidebar_label: Архитектура
33
slug: /cloud/reference/architecture
44
---
55

6-
import architecture from '@site/static/images/cloud/reference/architecture.svg';
6+
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
77

88

99
# Архитектура ClickHouse Cloud
1010

11-
<architecture alt='Архитектура ClickHouse Cloud' class='image' />
11+
<Architecture alt='Архитектура ClickHouse Cloud' class='image' />
1212

1313
## Хранилище на основе объектного хранилища {#storage-backed-by-object-store}
1414
- Практически неограниченное хранилище

i18n/zh/docusaurus-plugin-content-docs/current/cloud/reference/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sidebar_label: 架构
33
slug: /cloud/reference/architecture
44
---
55

6-
import architecture from '@site/static/images/cloud/reference/architecture.svg';
6+
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
77

88

99
# ClickHouse Cloud 架构
1010

11-
<architecture alt='ClickHouse Cloud 架构' class='image' />
11+
<Architecture alt='ClickHouse Cloud 架构' class='image' />
1212

1313
## 基于对象存储的存储 {#storage-backed-by-object-store}
1414
- 实际上无限的存储

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
"@docusaurus/core": "3.7.0",
3131
"@docusaurus/faster": "^3.7.0",
3232
"@docusaurus/plugin-client-redirects": "^3.7.0",
33+
"@docusaurus/plugin-google-tag-manager": "^3.7.0",
3334
"@docusaurus/plugin-vercel-analytics": "^3.7.0",
3435
"@docusaurus/preset-classic": "3.7.0",
3536
"@docusaurus/theme-mermaid": "3.7.0",
3637
"@docusaurus/theme-search-algolia": "^3.7.0",
3738
"@mdx-js/react": "^3.1.0",
3839
"@radix-ui/react-navigation-menu": "^1.2.5",
39-
"axios": "^1.7.9",
40+
"axios": "^1.8.2",
4041
"clsx": "^2.1.0",
4142
"docusaurus-plugin-sass": "^0.2.6",
4243
"esbuild": "^0.25.0",
@@ -55,7 +56,7 @@
5556
"remark-docusaurus-tabs": "^0.2.0",
5657
"remark-link-rewrite": "^1.0.7",
5758
"remark-math": "^6.0.0",
58-
"sass": "^1.85.0",
59+
"sass": "^1.85.1",
5960
"search-insights": "^2.17.3"
6061
},
6162
"devDependencies": {
@@ -67,7 +68,7 @@
6768
"cheerio": "^1.0.0",
6869
"markdownlint-rule-helpers": "^0.28.0",
6970
"rsync": "^0.6.1",
70-
"typescript": "^5.7.3"
71+
"typescript": "^5.8.2"
7172
},
7273
"browserslist": {
7374
"production": [

0 commit comments

Comments
 (0)