Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into auto-analyze-auto…
Browse files Browse the repository at this point in the history
…-tune-support-6.2
  • Loading branch information
TomShawn committed Aug 5, 2022
2 parents aea5c70 + 1733797 commit d8c7cf5
Show file tree
Hide file tree
Showing 125 changed files with 2,544 additions and 977 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger docs site update
on:
push:
branches:
- master
# - master
- release-*
- i18n-ja-release-5.4

Expand All @@ -25,3 +25,12 @@ jobs:
repository: pingcap/website-docs
event-type: ${{ github.repository }}/${{ github.ref_name }}-${{ steps.extract.outputs.sha }}
client-payload: '{ "repo": "${{ github.repository }}", "ref": "${{ github.ref_name }}", "sha": "${{ github.sha }}" }'

- name: trigger docs-staging workflow
run: |
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.DOCS_STAGING }}" \
https://api.github.com/repos/pingcap/docs-staging/actions/workflows/update.yml/dispatches \
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"${{ github.ref_name }}"}}'
74 changes: 0 additions & 74 deletions TOC-tidb-cloud.md

This file was deleted.

10 changes: 8 additions & 2 deletions TOC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- markdownlint-disable MD007 -->
<!-- markdownlint-disable MD041 -->

- [Docs Home](/_docHome.md)
- About TiDB
- [TiDB Introduction](/overview.md)
- [TiDB 6.1 Release Notes](/releases/release-6.1.0.md)
Expand All @@ -22,10 +23,11 @@
- Develop
- [Overview](/develop/dev-guide-overview.md)
- Quick Start
- [Build a TiDB Cluster in TiDB Cloud (DevTier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [Build a TiDB Cluster in TiDB Cloud (Developer Tier)](/develop/dev-guide-build-cluster-in-cloud.md)
- [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md)
- Build a Simple CRUD App with TiDB
- [Java](/develop/dev-guide-sample-application-java.md)
- [Golang](/develop/dev-guide-sample-application-golang.md)
- Example Applications
- [Build a TiDB Application using Spring Boot](/develop/dev-guide-sample-application-spring-boot.md)
- Connect to TiDB
Expand Down Expand Up @@ -82,6 +84,8 @@
- [For mysql-connector-python](/develop/dev-guide-outdated-for-python-mysql-connector.md)
- Cloud Native Development Environment
- [Gitpod](/develop/dev-guide-playground-gitpod.md)
- Third-party Support
- [Third-Party Libraries Support](/develop/dev-guide-third-party-support.md)
- Deploy
- [Software and Hardware Requirements](/hardware-and-software-requirements.md)
- [Environment Configuration Checklist](/check-before-deployment.md)
Expand Down Expand Up @@ -135,7 +139,7 @@
- [Maintain TiDB Using TiUP](/maintain-tidb-using-tiup.md)
- [Modify Configuration Online](/dynamic-config.md)
- [Online Unsafe Recovery](/online-unsafe-recovery.md)
- [Replicate Data Between Primary and Secondary Clusters](/replicate-betwwen-primary-and-secondary-clusters.md)
- [Replicate Data Between Primary and Secondary Clusters](/replicate-between-primary-and-secondary-clusters.md)
- Monitor and Alert
- [Monitoring Framework Overview](/tidb-monitoring-framework.md)
- [Monitoring API](/tidb-monitoring-api.md)
Expand Down Expand Up @@ -348,6 +352,8 @@
- [Table Filter](/table-filter.md)
- [CSV Support](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)
- [Backends](/tidb-lightning/tidb-lightning-backends.md)
- [Physical Import Mode](/tidb-lightning/tidb-lightning-physical-import-mode.md)
- [Physical Import Mode Usage](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md)
- [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md)
- [Error Resolution](/tidb-lightning/tidb-lightning-error-resolution.md)
- [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md)
Expand Down
156 changes: 156 additions & 0 deletions _docHome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
---
title: PingCAP Documentation
hide_sidebar: true
hide_commit: true
hide_leftNav: true
---

<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.">

<DocHomeSection label="TiDB Cloud" anchor="tidb-cloud" id="tidb-cloud">

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.

<DocHomeCardContainer>

<DocHomeCard href="https://docs.pingcap.com/tidbcloud" icon="doc2" label="TiDB Cloud Docs">

See the documentation of TiDB Cloud

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidbcloud/tidb-cloud-quickstart" icon="cloud5" label="Get Started with TiDB Cloud">

Guides you through an easy way to get started with TiDB Cloud

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidbcloud/tidb-cloud-poc" icon="cloud3" label="Perform a PoC with TiDB Cloud">

Helps you quickly complete a Proof of Concept (PoC) of TiDB Cloud

</DocHomeCard>

</DocHomeCardContainer>

Get the power of a cloud-native, distributed SQL database built for real-time analytics in a fully-managed service.

<a href="https://tidbcloud.com/free-trial" class="button" target="_blank" referrerpolicy="no-referrer-when-downgrade">Try Free</a>

</DocHomeSection>

<DocHomeSection label="TiDB" anchor="tidb" id="tidb">

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.

<DocHomeCardContainer>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable" icon="doc1" label="TiDB Docs">

See the documentation of TiDB

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable/quick-start-with-tidb" icon="doc5" label="Get Started with TiDB">

Walks you through the quickest way to get started with TiDB

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable/production-deployment-using-tiup" icon="cloud7" label="Deploy a Local TiDB Cluster">

Learn how to deploy TiDB locally in production

</DocHomeCard>

</DocHomeCardContainer>

The open-source TiDB platform is released under the Apache 2.0 license, and supported by the community.

<a href="https://en.pingcap.com/download/" class="button" target="_blank" referrerpolicy="no-referrer-when-downgrade">Download</a>

</DocHomeSection>

<DocHomeSection label="Developers" anchor="developers" id="developers">

<DocHomeCardContainer>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-overview" icon="doc8" label="Developer Guide">

Documentation for application developers

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-sample-application-java" icon="java" label="Java">

Java applications can connect to and communicate with TiDB through JDBC or Swing, or with ORM frameworks like Hibernate

</DocHomeCard>

<DocHomeCard href="https://docs.pingcap.com/tidb/stable/dev-guide-sample-application-golang" icon="go" label="Golang">

Golang applications can connect to and communicate with TiDB through a native driver and ORM frameworks

</DocHomeCard>

</DocHomeCardContainer>

</DocHomeSection>

<DocHomeSection label="More resources" anchor="resources" id="resources">

<DocHomeCardContainer>

<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

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/community/" icon="doc9" label="Community">

Join us on Slack or become a contributor

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/blog/" icon="doc10" label="Blog Posts">

Learn great articles about TiDB and TiDB Cloud

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/videos/" icon="doc11" label="Videos">

See a compilation of short videos describing TiDB and a variety of use cases

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/event/" icon="events" label="Events">

Learn events about PingCAP and the community

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/ebook-whitepaper/" icon="papers" label="eBooks & Papers">

Download eBooks and papers

</DocHomeCard>

<DocHomeCard href="https://ossinsight.io/" icon="ossinsight" label="OSS Insight">

A powerful insight tool that analyzes in depth any GitHub repository, powered by TiDB Cloud

</DocHomeCard>

<DocHomeCard href="https://github.com/pingcap/docs/blob/master/CONTRIBUTING.md" icon="contributor" label="Contribute">

Let’s work together to make the documentation better!

</DocHomeCard>

</DocHomeCardContainer>

</DocHomeSection>

</DocHomeContainer>

0 comments on commit d8c7cf5

Please sign in to comment.