Skip to content

Commit b6571a3

Browse files
authored
Merge pull request #4579 from Blargian/update_cloud_architecture_diagram
Images: update architecture image on /cloud/reference/architecture
2 parents c77e935 + 2272230 commit b6571a3

File tree

8 files changed

+14
-487
lines changed

8 files changed

+14
-487
lines changed

docs/cloud/reference/02_architecture.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ description: 'This page describes the architecture of ClickHouse Cloud'
66
doc_type: 'reference'
77
---
88

9-
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
9+
import Image from '@theme/IdealImage';
10+
import Architecture from '@site/static/images/cloud/reference/architecture.png';
1011

1112
# ClickHouse Cloud architecture
1213

13-
<Architecture alt='ClickHouse Cloud architecture' class='image' />
14+
<Image img={Architecture} size='lg' alt='Cloud architecture'/>
1415

1516
## Storage backed by object store {#storage-backed-by-object-store}
1617
- Virtually unlimited storage

i18n/jp/docusaurus-plugin-content-docs/current/cloud/features/03_sql_console_features/03_query-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
'sidebar_title': 'Query API Endpoints'
3-
'slug': '/cloud/get-started/query-endpoints'
3+
'slug': '/cloud/guides/SQL_console/query-endpoints'
44
'description': '保存したクエリから REST API エンドポイントを簡単に立ち上げます'
55
'keywords':
66
- 'api'

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
'doc_type': 'reference'
77
---
88

9-
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
10-
9+
import Image from '@theme/IdealImage';
10+
import Architecture from '@site/static/images/cloud/reference/architecture.png';
1111

1212
# ClickHouse Cloud アーキテクチャ
1313

14-
<Architecture alt='ClickHouse Cloud アーキテクチャ' class='image' />
14+
<Image img={Architecture} size='lg' alt='Cloud architecture'/>
1515

1616
## オブジェクトストアにバックアップされたストレージ {#storage-backed-by-object-store}
1717
- 実質的に無限のストレージ

i18n/ru/docusaurus-plugin-content-docs/current/cloud/features/03_sql_console_features/03_query-endpoints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'title': 'Запрос API Эндпоинты'
1111
'doc_type': 'guide'
1212
---
13+
1314
import Image from '@theme/IdealImage';
1415
import endpoints_testquery from '@site/static/images/cloud/sqlconsole/endpoints-testquery.png';
1516
import endpoints_savequery from '@site/static/images/cloud/sqlconsole/endpoints-savequery.png';

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
'description': 'Эта страница описывает архитектуру ClickHouse Cloud'
66
'doc_type': 'reference'
77
---
8-
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
98

9+
import Image from '@theme/IdealImage';
10+
import Architecture from '@site/static/images/cloud/reference/architecture.png';
1011

1112
# Архитектура ClickHouse Cloud
1213

13-
<Architecture alt='Архитектура ClickHouse Cloud' class='image' />
14+
<Image img={Architecture} size='lg' alt='Cloud architecture'/>
1415

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
'doc_type': 'reference'
77
---
88

9-
import Architecture from '@site/static/images/cloud/reference/architecture.svg';
10-
9+
import Image from '@theme/IdealImage';
10+
import Architecture from '@site/static/images/cloud/reference/architecture.png';
1111

1212
# ClickHouse Cloud 架构
1313

14-
<Architecture alt='ClickHouse Cloud 架构' class='image' />
14+
<Image img={Architecture} size='lg' alt='Cloud architecture'/>
1515

1616
## 由对象存储支持的存储 {#storage-backed-by-object-store}
1717
- 几乎无限的存储
108 KB
Loading

static/images/cloud/reference/architecture.svg

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

0 commit comments

Comments
 (0)