Skip to content

Commit

Permalink
Update files from pingcap@c729883
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 16, 2023
1 parent 027b5ec commit ff70f86
Show file tree
Hide file tree
Showing 27 changed files with 1,665 additions and 151 deletions.
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb-in-kubernetes/release-1.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide_sidebar: true
hide_commit: true
---

<LearningPathContainer platform="tidb-operator" title="TiDB on Kubernetes Documentation" subTitle="Using TiDB Operator provided by PingCAP, you can run and maintain TiDB seamlessly on the Kubernetes clusters deployed on a public cloud or on premises.">
<LearningPathContainer platform="tidb-operator" title="TiDB on Kubernetes Documentation" subTitle="Using TiDB Operator provided by PingCAP, you can run and maintain TiDB seamlessly on the Kubernetes clusters deployed on a public cloud or in a self-hosted environment.">

<LearningPath label="Learn" icon="cloud1">

Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb-in-kubernetes/release-1.5/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_sidebar: true
hide_commit: true
---

<LearningPathContainer platform="tidb-operator" title="TiDB on Kubernetes Documentation" subTitle="Using TiDB Operator provided by PingCAP, you can run and maintain TiDB seamlessly on the Kubernetes clusters deployed on a public cloud or on premises.">
<LearningPathContainer platform="tidb-operator" title="TiDB on Kubernetes Documentation" subTitle="Using TiDB Operator provided by PingCAP, you can run and maintain TiDB seamlessly on the Kubernetes clusters deployed on a public cloud or in a self-hosted environment.">

<LearningPath label="Learn" icon="cloud1">

Expand Down
8 changes: 7 additions & 1 deletion markdown-pages/en/tidb/master/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an
-->

TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud.
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud.

<DocHomeCardContainer>

Expand Down Expand Up @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers

<DocHomeCardContainer>

<DocHomeCard href="https://play.tidbcloud.com/?utm_source=docs&utm_medium=home_more_resources" icon="playground" label="TiDB Playground">

One-stop and interactive experience of TiDB's capabilities WITHOUT registration

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">

Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-3.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases: ['/docs/v3.0/','/tidb/v3.0/adopters','/docs/v3.0/adopters/']

[TiDB](https://github.com/pingcap/tidb) ("Ti" stands for Titanium) is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.

TiDB can be deployed on-premise or in-cloud. The following deployment options are officially supported by PingCAP:
TiDB can be deployed in either self-hosted or cloud environments. The following deployment options are officially supported by PingCAP:

- [Ansible Deployment](/online-deployment-using-ansible.md): This guide describes how to deploy TiDB using TiDB Ansible. It is strongly recommended for production deployment.
- [Ansible Offline Deployment](/offline-deployment-using-ansible.md): If your environment has no access to the internet, you can follow this guide to see how to deploy a TiDB cluster offline using TiDB Ansible.
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-6.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Example Applications
- [Golang](/develop/dev-guide-sample-application-golang.md)
Expand Down
3 changes: 2 additions & 1 deletion markdown-pages/en/tidb/release-6.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Example Applications
- Java
Expand Down Expand Up @@ -953,6 +953,7 @@
- [TiDB Versioning](/releases/versioning.md)
- [TiDB Installation Packages](/binary-package.md)
- v6.5
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
- [6.5.1](/releases/release-6.5.1.md)
- [6.5.0](/releases/release-6.5.0.md)
Expand Down
8 changes: 7 additions & 1 deletion markdown-pages/en/tidb/release-6.5/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an
-->

TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud.
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud.

<DocHomeCardContainer>

Expand Down Expand Up @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers

<DocHomeCardContainer>

<DocHomeCard href="https://play.tidbcloud.com/?utm_source=docs&utm_medium=home_more_resources" icon="playground" label="TiDB Playground">

One-stop and interactive experience of TiDB's capabilities WITHOUT registration

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">

Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training
Expand Down
3 changes: 2 additions & 1 deletion markdown-pages/en/tidb/release-6.6/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Example Applications
- [Golang](/develop/dev-guide-sample-application-golang.md)
Expand Down Expand Up @@ -954,6 +954,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
- [6.5.1](/releases/release-6.5.1.md)
- [6.5.0](/releases/release-6.5.0.md)
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-6.6/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an
-->

TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud.
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud.

<DocHomeCardContainer>

Expand Down
3 changes: 2 additions & 1 deletion markdown-pages/en/tidb/release-7.0/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Example Applications
- [Golang](/develop/dev-guide-sample-application-golang.md)
Expand Down Expand Up @@ -965,6 +965,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
- [6.5.1](/releases/release-6.5.1.md)
- [6.5.0](/releases/release-6.5.0.md)
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-7.0/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an
-->

TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud.
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud.

<DocHomeCardContainer>

Expand Down
3 changes: 2 additions & 1 deletion markdown-pages/en/tidb/release-7.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Example Applications
- Java
Expand Down Expand Up @@ -983,6 +983,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
- [6.5.1](/releases/release-6.5.1.md)
- [6.5.0](/releases/release-6.5.0.md)
Expand Down
8 changes: 7 additions & 1 deletion markdown-pages/en/tidb/release-7.1/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an
-->

TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud.
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud.

<DocHomeCardContainer>

Expand Down Expand Up @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers

<DocHomeCardContainer>

<DocHomeCard href="https://play.tidbcloud.com/?utm_source=docs&utm_medium=home_more_resources" icon="playground" label="TiDB Playground">

One-stop and interactive experience of TiDB's capabilities WITHOUT registration

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">

Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training
Expand Down
Loading

0 comments on commit ff70f86

Please sign in to comment.