Skip to content

Commit

Permalink
Sync the scaffold from pingcap/docs-staging@1b8dc9f
Browse files Browse the repository at this point in the history
  • Loading branch information
Docsite Preview Bot committed Jul 16, 2024
1 parent 20de1b3 commit 2cb5ff7
Show file tree
Hide file tree
Showing 36 changed files with 3,297 additions and 90 deletions.
5 changes: 4 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repo": "pingcap/docs",
"versions": [
"master",
"release-8.2",
"release-8.1",
"release-8.0",
"release-7.6",
Expand All @@ -24,6 +25,7 @@
"repo": "pingcap/docs-cn",
"versions": [
"master",
"release-8.2",
"release-8.1",
"release-8.0",
"release-7.6",
Expand All @@ -40,6 +42,7 @@
"ja": {
"repo": "pingcap/docs",
"versions": [
"release-8.2",
"release-8.1",
"release-8.0",
"release-7.6",
Expand All @@ -62,7 +65,7 @@
"v5.3",
"v5.4"
],
"dmr": ["v8.0", "v7.6", "v7.4", "v7.3", "v7.2", "v7.0", "v6.6", "v6.4", "v6.3", "v6.2", "v6.0"],
"dmr": ["v8.2", "v8.0", "v7.6", "v7.4", "v7.3", "v7.2", "v7.0", "v6.6", "v6.4", "v6.3", "v6.2", "v6.0"],
"archived": ["v7.4", "v7.3", "v7.2", "v7.0", "v6.6", "v6.4", "v6.3", "v6.2", "v6.0", "v5.0", "v4.0", "v3.1", "v3.0", "v2.1"],
"searchIndex": ["v8.1", "v7.5", "v7.1", "v6.5", "v6.1", "v5.4"]
},
Expand Down
25 changes: 21 additions & 4 deletions markdown-pages/en/tidb/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [Docs Home](https://docs.pingcap.com/)
- About TiDB
- [TiDB Introduction](/overview.md)
- [TiDB 8.1 Release Notes](/releases/release-8.1.0.md)
- [TiDB 8.2 Release Notes](/releases/release-8.2.0.md)
- [Features](/basic-features.md)
- [MySQL Compatibility](/mysql-compatibility.md)
- [TiDB Limitations](/tidb-limitations.md)
Expand Down Expand Up @@ -116,6 +116,7 @@
- Plan Cluster Topology
- [Minimal Topology](/minimal-deployment-topology.md)
- [TiFlash Topology](/tiflash-deployment-topology.md)
- [PD Microservices Topology](/pd-microservices-deployment-topology.md)
- [TiProxy Topology](/tiproxy/tiproxy-deployment-topology.md)
- [TiCDC Topology](/ticdc-deployment-topology.md)
- [TiDB Binlog Topology](/tidb-binlog-deployment-topology.md)
Expand Down Expand Up @@ -328,7 +329,13 @@
- [Use Load Base Split](/configure-load-base-split.md)
- [Use Store Limit](/configure-store-limit.md)
- [DDL Execution Principles and Best Practices](/ddl-introduction.md)
- [Use PD Microservices](/pd-microservices.md)
- Use PD Microservices
- [PD Microservices Overview](/pd-microservices.md)
- [Scale PD Microservice Nodes Using TiUP](/scale-microservices-using-tiup.md)
- [TSO Configuration File](/tso-configuration-file.md)
- [TSO Configuration Flags](/command-line-flags-for-tso-configuration.md)
- [Scheduling Configuration File](/scheduling-configuration-file.md)
- [Scheduling Configuration Flags](/command-line-flags-for-scheduling-configuration.md)
- TiDB Tools
- [Overview](/ecosystem-tool-user-guide.md)
- [Use Cases](/ecosystem-tool-user-case.md)
Expand Down Expand Up @@ -853,7 +860,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down Expand Up @@ -900,7 +907,15 @@
- [Encryption and Compression Functions](/functions-and-operators/encryption-and-compression-functions.md)
- [Locking Functions](/functions-and-operators/locking-functions.md)
- [Information Functions](/functions-and-operators/information-functions.md)
- [JSON Functions](/functions-and-operators/json-functions.md)
- JSON Functions
- [Overview](/functions-and-operators/json-functions.md)
- [Functions That Create JSON](/functions-and-operators/json-functions/json-functions-create.md)
- [Functions That Search JSON](/functions-and-operators/json-functions/json-functions-search.md)
- [Functions That Modify JSON](/functions-and-operators/json-functions/json-functions-modify.md)
- [Functions That Return JSON](/functions-and-operators/json-functions/json-functions-return.md)
- [JSON Utility Functions](/functions-and-operators/json-functions/json-functions-utility.md)
- [Functions That Aggregate JSON](/functions-and-operators/json-functions/json-functions-aggregate.md)
- [Functions That Validate JSON](/functions-and-operators/json-functions/json-functions-validate.md)
- [Aggregate (GROUP BY) Functions](/functions-and-operators/aggregate-group-by-functions.md)
- [GROUP BY Modifiers](/functions-and-operators/group-by-modifier.md)
- [Window Functions](/functions-and-operators/window-functions.md)
Expand Down Expand Up @@ -1056,6 +1071,8 @@
- [Release Timeline](/releases/release-timeline.md)
- [TiDB Versioning](/releases/versioning.md)
- [TiDB Installation Packages](/binary-package.md)
- v8.2
- [8.2.0-DMR](/releases/release-8.2.0.md)
- v8.1
- [8.1.0](/releases/release-8.1.0.md)
- v8.0
Expand Down
14 changes: 7 additions & 7 deletions markdown-pages/en/tidb/master/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,37 +110,37 @@ Experience the capabilities of TiDB WITHOUT registration.

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
<DocHomeCard href="https://www.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://discord.gg/DQZ2dy3cuc?utm_source=doc" icon="doc9" label="Community">
<DocHomeCard href="https://ask.pingcap.com?utm_source=doc" icon="doc9" label="Community">

Join us on Discord or become a contributor.
Connect with other TiDB users on TiDB Community for sharing and learning.

</DocHomeCard>

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

Read great articles about TiDB and TiDB Cloud.

</DocHomeCard>

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

Watch a compilation of short videos describing TiDB and various use cases.

</DocHomeCard>

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

Learn about events hosted by PingCAP and the community.

</DocHomeCard>

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

Download eBooks and papers.

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 @@ -721,7 +721,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW [FULL] PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-6.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW [FULL] PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
14 changes: 7 additions & 7 deletions markdown-pages/en/tidb/release-6.5/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,37 +109,37 @@ One-stop and interactive experience of TiDB's capabilities WITHOUT registration

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
<DocHomeCard href="https://www.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">
<DocHomeCard href="https://ask.pingcap.com?utm_source=doc" icon="doc9" label="Community">

Join us on Slack or become a contributor
Connect with other TiDB users on TiDB Community for sharing and learning.

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/blog/" icon="doc10" label="Blog Posts">
<DocHomeCard href="https://www.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">
<DocHomeCard href="https://www.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">
<DocHomeCard href="https://www.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">
<DocHomeCard href="https://www.pingcap.com/ebook-whitepaper/" icon="papers" label="eBooks & Papers">

Download eBooks and papers

Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-7.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW [FULL] PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
14 changes: 7 additions & 7 deletions markdown-pages/en/tidb/release-7.1/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,37 +109,37 @@ Experience the capabilities of TiDB WITHOUT registration.

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
<DocHomeCard href="https://www.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">
<DocHomeCard href="https://ask.pingcap.com?utm_source=doc" icon="doc9" label="Community">

Join us on Slack or become a contributor.
Connect with other TiDB users on TiDB Community for sharing and learning.

</DocHomeCard>

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

Read great articles about TiDB and TiDB Cloud.

</DocHomeCard>

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

Watch a compilation of short videos describing TiDB and various use cases.

</DocHomeCard>

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

Learn about events hosted by PingCAP and the community.

</DocHomeCard>

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

Download eBooks and papers.

Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-7.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
14 changes: 7 additions & 7 deletions markdown-pages/en/tidb/release-7.5/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,37 +110,37 @@ Experience the capabilities of TiDB WITHOUT registration.

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
<DocHomeCard href="https://www.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://discord.gg/DQZ2dy3cuc?utm_source=doc" icon="doc9" label="Community">
<DocHomeCard href="https://ask.pingcap.com?utm_source=doc" icon="doc9" label="Community">

Join us on Discord or become a contributor.
Connect with other TiDB users on TiDB Community for sharing and learning.

</DocHomeCard>

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

Read great articles about TiDB and TiDB Cloud.

</DocHomeCard>

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

Watch a compilation of short videos describing TiDB and various use cases.

</DocHomeCard>

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

Learn about events hosted by PingCAP and the community.

</DocHomeCard>

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

Download eBooks and papers.

Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-7.6/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
14 changes: 7 additions & 7 deletions markdown-pages/en/tidb/release-7.6/_docHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,37 +109,37 @@ Experience the capabilities of TiDB WITHOUT registration.

</DocHomeCard>

<DocHomeCard href="https://en.pingcap.com/education/" icon="cloud1" label="PingCAP Education">
<DocHomeCard href="https://www.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://discord.gg/DQZ2dy3cuc?utm_source=doc" icon="doc9" label="Community">
<DocHomeCard href="https://ask.pingcap.com?utm_source=doc" icon="doc9" label="Community">

Join us on Discord or become a contributor.
Connect with other TiDB users on TiDB Community for sharing and learning.

</DocHomeCard>

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

Read great articles about TiDB and TiDB Cloud.

</DocHomeCard>

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

Watch a compilation of short videos describing TiDB and various use cases.

</DocHomeCard>

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

Learn about events hosted by PingCAP and the community.

</DocHomeCard>

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

Download eBooks and papers.

Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-8.0/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
- [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md)
- [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md)
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW PROCESSSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
Expand Down
Loading

0 comments on commit 2cb5ff7

Please sign in to comment.