Skip to content

Commit 2a73e77

Browse files
authored
revert (#1836)
1 parent a4d92a1 commit 2a73e77

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

docs/en/guides/10-deploy/01-deploy/01-non-production/00-deploying-local.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Deploying on Docker
33
---
44

5-
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
6-
import VideoCN from '@site/docs/fragment/01-deploying-local-cnvideo.md'
5+
<!-- import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
6+
import VideoCN from '@site/docs/fragment/01-deploying-local-cnvideo.md' -->
77

88
This guide walks you through deploying Databend with [MinIO](https://min.io/) using [Docker](https://www.docker.com/) for a fully containerized setup on your local machine.
99

@@ -239,6 +239,6 @@ SELECT NOW()
239239
1 row read in 0.003 sec. Processed 1 row, 1 B (333.33 rows/s, 333 B/s)
240240
```
241241
242-
<LanguageFileParse
242+
<!-- <LanguageFileParse
243243
cn={<VideoCN />}
244-
/>
244+
/> -->

docs/en/guides/10-deploy/01-deploy/01-non-production/01-deploying-databend.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import StepsWrap from '@site/src/components/StepsWrap';
88
import StepContent from '@site/src/components/Steps/step-content';
99
import Version from '@site/src/components/Version';
1010
import LanguageDocs from '@site/src/components/LanguageDocs';
11-
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
12-
import VideoCN from '@site/docs/fragment/01-deploying-databend-cnvideo.md'
11+
12+
<!-- import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
13+
import VideoCN from '@site/docs/fragment/01-deploying-databend-cnvideo.md' -->
1314

1415
<FunctionDescription description="Introduced or updated: v1.2.168"/>
1516

@@ -560,6 +561,6 @@ After deploying Databend, you might need to learn about the following topics:
560561
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
561562
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
562563

563-
<LanguageFileParse
564+
<!-- <LanguageFileParse
564565
cn={<VideoCN />}
565-
/>
566+
/> -->

docs/en/guides/10-deploy/01-deploy/02-production/02-deploying-databend-on-kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sidebar_label: Deploying a Cluster on Kubernetes
44
description: How to Databend a Databend query cluster on Kubernetes.
55
---
66

7-
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
8-
import VideoCN from '@site/docs/fragment/02-deploying-databend-on-kubernetes-cnvideo.md'
7+
<!-- import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
8+
import VideoCN from '@site/docs/fragment/02-deploying-databend-on-kubernetes-cnvideo.md' -->
99

1010
This topic explains how to install and configure the Databend cluster on Kubernetes.
1111

@@ -624,6 +624,6 @@ After deploying Databend, you might need to learn about the following topics:
624624
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
625625
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
626626
627-
<LanguageFileParse
627+
<!-- <LanguageFileParse
628628
cn={<VideoCN />}
629-
/>
629+
/> -->

docs/en/guides/10-deploy/01-deploy/02-production/10-metasrv-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar_label: Deploying Databend Cluster
66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9-
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
10-
import VideoCN from '@site/docs/fragment/10-metasrv-deploy-cnvideo.md'
9+
<!-- import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
10+
import VideoCN from '@site/docs/fragment/10-metasrv-deploy-cnvideo.md' -->
1111

1212
Databend recommends deploying a cluster with a minimum of three meta nodes and one query node for production environments. To gain a better understanding of Databend cluster deployment, see [Understanding Databend Deployments](../00-understanding-deployment-modes.md), which will familiarize you with the concept. This topic aims to provide a practical guide for deploying a Databend cluster.
1313

@@ -248,6 +248,6 @@ After deploying Databend, you might need to learn about the following topics:
248248
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
249249
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
250250

251-
<LanguageFileParse
251+
<!-- <LanguageFileParse
252252
cn={<VideoCN />}
253-
/>
253+
/> -->

0 commit comments

Comments
 (0)