Skip to content

Commit c90c402

Browse files
committed
make the same changes for i18n docs
1 parent fc37919 commit c90c402

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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/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
- 几乎无限的存储

0 commit comments

Comments
 (0)