Skip to content

Commit 63c048d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into semi-join-rewrite-hint
2 parents c343758 + 1733797 commit 63c048d

106 files changed

Lines changed: 2123 additions & 863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
curl \
3232
-X POST \
3333
-H "Accept: application/vnd.github+json" \
34-
-H "Authorization: token ${{ secrets.PR_TRIGGER_BUILD_TOKEN }}" \
34+
-H "Authorization: token ${{ secrets.DOCS_STAGING }}" \
3535
https://api.github.com/repos/pingcap/docs-staging/actions/workflows/update.yml/dispatches \
3636
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"${{ github.ref_name }}"}}'

TOC-tidb-cloud.md

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

TOC.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- markdownlint-disable MD007 -->
22
<!-- markdownlint-disable MD041 -->
33

4+
- [Docs Home](/_docHome.md)
45
- About TiDB
56
- [TiDB Introduction](/overview.md)
67
- [TiDB 6.1 Release Notes](/releases/release-6.1.0.md)
@@ -22,7 +23,7 @@
2223
- Develop
2324
- [Overview](/develop/dev-guide-overview.md)
2425
- Quick Start
25-
- [Build a TiDB Cluster in TiDB Cloud (DevTier)](/develop/dev-guide-build-cluster-in-cloud.md)
26+
- [Build a TiDB Cluster in TiDB Cloud (Developer Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
2627
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
2728
- Build a Simple CRUD App with TiDB
2829
- [Java](/develop/dev-guide-sample-application-java.md)

_docHome.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
---
2+
title: PingCAP Documentation
3+
hide_sidebar: true
4+
hide_commit: true
5+
hide_leftNav: true
6+
---
7+
8+
<DocHomeContainer title="PingCAP Documentation" subTitle="Explore the how-to guides and references you need to use TiDB Cloud and TiDB, migrate data, and build your applications on the database.">
9+
10+
<DocHomeSection label="TiDB Cloud" anchor="tidb-cloud" id="tidb-cloud">
11+
12+
TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings everything great about TiDB to your cloud, and lets you focus on your applications, not the complexities of your database.
13+
14+
<DocHomeCardContainer>
15+
16+
<DocHomeCard href="https://docs.pingcap.com/tidbcloud" icon="doc2" label="TiDB Cloud Docs">
17+
18+
See the documentation of TiDB Cloud
19+
20+
</DocHomeCard>
21+
22+
<DocHomeCard href="https://docs.pingcap.com/tidbcloud/tidb-cloud-quickstart" icon="cloud5" label="Get Started with TiDB Cloud">
23+
24+
Guides you through an easy way to get started with TiDB Cloud
25+
26+
</DocHomeCard>
27+
28+
<DocHomeCard href="https://docs.pingcap.com/tidbcloud/tidb-cloud-poc" icon="cloud3" label="Perform a PoC with TiDB Cloud">
29+
30+
Helps you quickly complete a Proof of Concept (PoC) of TiDB Cloud
31+
32+
</DocHomeCard>
33+
34+
</DocHomeCardContainer>
35+
36+
Get the power of a cloud-native, distributed SQL database built for real-time analytics in a fully-managed service.
37+
38+
<a href="https://tidbcloud.com/free-trial" class="button" target="_blank" referrerpolicy="no-referrer-when-downgrade">Try Free</a>
39+
40+
</DocHomeSection>
41+
42+
<DocHomeSection label="TiDB" anchor="tidb" id="tidb">
43+
44+
TiDB is an open-source, distributed, NewSQL 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.
45+
46+
<DocHomeCardContainer>
47+
48+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable" icon="doc1" label="TiDB Docs">
49+
50+
See the documentation of TiDB
51+
52+
</DocHomeCard>
53+
54+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable/quick-start-with-tidb" icon="doc5" label="Get Started with TiDB">
55+
56+
Walks you through the quickest way to get started with TiDB
57+
58+
</DocHomeCard>
59+
60+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable/production-deployment-using-tiup" icon="cloud7" label="Deploy a Local TiDB Cluster">
61+
62+
Learn how to deploy TiDB locally in production
63+
64+
</DocHomeCard>
65+
66+
</DocHomeCardContainer>
67+
68+
The open-source TiDB platform is released under the Apache 2.0 license, and supported by the community.
69+
70+
<a href="https://en.pingcap.com/download/" class="button" target="_blank" referrerpolicy="no-referrer-when-downgrade">Download</a>
71+
72+
</DocHomeSection>
73+
74+
<DocHomeSection label="Developers" anchor="developers" id="developers">
75+
76+
<DocHomeCardContainer>
77+
78+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-overview" icon="doc8" label="Developer Guide">
79+
80+
Documentation for application developers
81+
82+
</DocHomeCard>
83+
84+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-sample-application-java" icon="java" label="Java">
85+
86+
Java applications can connect to and communicate with TiDB through JDBC or Swing, or with ORM frameworks like Hibernate
87+
88+
</DocHomeCard>
89+
90+
<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-sample-application-golang" icon="go" label="Golang">
91+
92+
Golang applications can connect to and communicate with TiDB through a native driver and ORM frameworks
93+
94+
</DocHomeCard>
95+
96+
</DocHomeCardContainer>
97+
98+
</DocHomeSection>
99+
100+
<DocHomeSection label="More resources" anchor="resources" id="resources">
101+
102+
<DocHomeCardContainer>
103+
104+
<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
105+
106+
Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training
107+
108+
</DocHomeCard>
109+
110+
<DocHomeCard href="https://en.pingcap.com/community/" icon="doc9" label="Community">
111+
112+
Join us on Slack or become a contributor
113+
114+
</DocHomeCard>
115+
116+
<DocHomeCard href="https://en.pingcap.com/blog/" icon="doc10" label="Blog Posts">
117+
118+
Learn great articles about TiDB and TiDB Cloud
119+
120+
</DocHomeCard>
121+
122+
<DocHomeCard href="https://en.pingcap.com/videos/" icon="doc11" label="Videos">
123+
124+
See a compilation of short videos describing TiDB and a variety of use cases
125+
126+
</DocHomeCard>
127+
128+
<DocHomeCard href="https://en.pingcap.com/event/" icon="events" label="Events">
129+
130+
Learn events about PingCAP and the community
131+
132+
</DocHomeCard>
133+
134+
<DocHomeCard href="https://en.pingcap.com/ebook-whitepaper/" icon="papers" label="eBooks & Papers">
135+
136+
Download eBooks and papers
137+
138+
</DocHomeCard>
139+
140+
<DocHomeCard href="https://ossinsight.io/" icon="ossinsight" label="OSS Insight">
141+
142+
A powerful insight tool that analyzes in depth any GitHub repository, powered by TiDB Cloud
143+
144+
</DocHomeCard>
145+
146+
<DocHomeCard href="https://github.com/pingcap/docs/blob/master/CONTRIBUTING.md" icon="contributor" label="Contribute">
147+
148+
Let’s work together to make the documentation better!
149+
150+
</DocHomeCard>
151+
152+
</DocHomeCardContainer>
153+
154+
</DocHomeSection>
155+
156+
</DocHomeContainer>

0 commit comments

Comments
 (0)