Skip to content

Commit

Permalink
Sync the scaffold from pingcap/docs-staging@a16600b
Browse files Browse the repository at this point in the history
  • Loading branch information
Docsite Preview Bot committed Aug 16, 2023
1 parent 980440b commit 582df53
Show file tree
Hide file tree
Showing 25 changed files with 3,353 additions and 262 deletions.
9 changes: 6 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repo": "pingcap/docs",
"versions": [
"master",
"release-7.3",
"release-7.2",
"release-7.1",
"release-7.0",
Expand All @@ -25,6 +26,7 @@
"repo": "pingcap/docs-cn",
"versions": [
"master",
"release-7.3",
"release-7.2",
"release-7.1",
"release-7.0",
Expand All @@ -42,6 +44,7 @@
"ja": {
"repo": "pingcap/docs",
"versions": [
"release-7.3",
"release-7.2",
"release-7.1",
"release-7.0",
Expand All @@ -62,7 +65,7 @@
"v5.3",
"v5.4"
],
"dmr": ["v7.2", "v7.0", "v6.6", "v6.4", "v6.3", "v6.2", "v6.0"],
"dmr": ["v7.3", "v7.2", "v7.0", "v6.6", "v6.4", "v6.3", "v6.2", "v6.0"],
"archived": ["v6.6", "v6.4", "v6.3", "v6.2", "v6.0", "v3.1", "v2.1"],
"searchIndex": ["v7.1", "v6.5", "v6.1", "v5.4", "v5.1"]
},
Expand All @@ -83,7 +86,7 @@
"archived": ["v2.0", "v1.0"]
},
"tidb-in-kubernetes": {
"stable": "release-1.4",
"stable": "release-1.5",
"languages": {
"en": {
"repo": "pingcap/docs-tidb-operator",
Expand All @@ -96,7 +99,7 @@
"versions": ["master", "release-1.5", "release-1.4", "release-1.3", "release-1.2"]
}
},
"deprecated": ["v1.3", "v1.2"],
"deprecated": ["1.4", "v1.3", "v1.2"],
"archived": ["v1.1", "v1.0"]
},
"tidbcloud": {
Expand Down
2 changes: 2 additions & 0 deletions markdown-pages/en/tidb-in-kubernetes/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [TiDB on Kubernetes Docs](https://docs.pingcap.com/tidb-in-kubernetes/dev)
- Introduction
- [Overview](tidb-operator-overview.md)
- [What's New in v1.5](whats-new-in-v1.5.md)
- [Get Started](get-started.md)
- Deploy
- On Self-Managed Kubernetes
Expand Down Expand Up @@ -125,6 +126,7 @@
- [PingCAP Clinic Diagnostic Data](clinic-data-collection.md)
- Release Notes
- v1.5
- [1.5 GA](releases/release-1.5.0.md)
- [1.5.0-beta.1](releases/release-1.5.0-beta.1.md)
- v1.4
- [1.4.7](releases/release-1.4.7.md)
Expand Down
4 changes: 3 additions & 1 deletion markdown-pages/en/tidb-in-kubernetes/release-1.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [TiDB on Kubernetes Docs](https://docs.pingcap.com/tidb-in-kubernetes/dev)
- Introduction
- [Overview](tidb-operator-overview.md)
- [What's New in v1.5](whats-new-in-v1.5.md)
- [Get Started](get-started.md)
- Deploy
- On Self-Managed Kubernetes
Expand Down Expand Up @@ -112,7 +113,7 @@
- [Advanced StatefulSet Controller](advanced-statefulset.md)
- [Admission Controller](enable-admission-webhook.md)
- [Sysbench Performance Test](benchmark-sysbench.md)
- [API References](https://github.com/pingcap/tidb-operator/blob/master/docs/api-references/docs.md)
- [API References](https://github.com/pingcap/tidb-operator/blob/v1.5.0/docs/api-references/docs.md)
- [Cheat Sheet](cheat-sheet.md)
- [Required RBAC Rules](tidb-operator-rbac.md)
- Tools
Expand All @@ -125,6 +126,7 @@
- [PingCAP Clinic Diagnostic Data](clinic-data-collection.md)
- Release Notes
- v1.5
- [1.5 GA](releases/release-1.5.0.md)
- [1.5.0-beta.1](releases/release-1.5.0-beta.1.md)
- v1.4
- [1.4.7](releases/release-1.4.7.md)
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 @@ -70,7 +70,7 @@ hide_commit: true

<LearningPath label="Reference" icon="cloud-dev">

[API Docs](https://github.com/pingcap/tidb-operator/blob/master/docs/api-references/docs.md)
[API Docs](https://github.com/pingcap/tidb-operator/blob/v1.5.0/docs/api-references/docs.md)

[Tools](https://docs.pingcap.com/tidb-in-kubernetes/dev/tidb-toolkit)

Expand Down
9 changes: 7 additions & 2 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 7.2 Release Notes](/releases/release-7.2.0.md)
- [TiDB 7.3 Release Notes](/releases/release-7.3.0.md)
- [Features](/basic-features.md)
- [MySQL Compatibility](/mysql-compatibility.md)
- [TiDB Limitations](/tidb-limitations.md)
Expand Down Expand Up @@ -143,7 +143,7 @@
- [Use TiUP](/upgrade-tidb-using-tiup.md)
- [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/upgrade-a-tidb-cluster)
- [TiDB Smooth Upgrade](/smooth-upgrade-tidb.md)
- [TiFlash v6.2.0 Upgrade Guide](/tiflash-620-upgrade-guide.md)
- [TiFlash Upgrade Guide](/tiflash-upgrade-guide.md)
- Scale
- [Use TiUP (Recommended)](/scale-tidb-using-tiup.md)
- [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster)
Expand Down Expand Up @@ -270,6 +270,7 @@
- [Wrong Index Solution](/wrong-index-solution.md)
- [Distinct Optimization](/agg-distinct-optimization.md)
- [Cost Model](/cost-model.md)
- [Runtime Filter](/runtime-filter.md)
- [Prepared Execution Plan Cache](/sql-prepared-plan-cache.md)
- [Non-Prepared Execution Plan Cache](/sql-non-prepared-plan-cache.md)
- Control Execution Plans
Expand Down Expand Up @@ -750,6 +751,7 @@
- [`LOCK TABLES` and `UNLOCK TABLES`](/sql-statements/sql-statement-lock-tables-and-unlock-tables.md)
- [`MODIFY COLUMN`](/sql-statements/sql-statement-modify-column.md)
- [`PREPARE`](/sql-statements/sql-statement-prepare.md)
- [`QUERY WATCH`](/sql-statements/sql-statement-query-watch.md)
- [`RECOVER TABLE`](/sql-statements/sql-statement-recover-table.md)
- [`RENAME USER`](/sql-statements/sql-statement-rename-user.md)
- [`RENAME INDEX`](/sql-statements/sql-statement-rename-index.md)
Expand Down Expand Up @@ -907,6 +909,7 @@
- [`PROCESSLIST`](/information-schema/information-schema-processlist.md)
- [`REFERENTIAL_CONSTRAINTS`](/information-schema/information-schema-referential-constraints.md)
- [`RESOURCE_GROUPS`](/information-schema/information-schema-resource-groups.md)
- [`RUNAWAY_WATCHES`](/information-schema/information-schema-runaway-watches.md)
- [`SCHEMATA`](/information-schema/information-schema-schemata.md)
- [`SEQUENCES`](/information-schema/information-schema-sequences.md)
- [`SESSION_VARIABLES`](/information-schema/information-schema-session-variables.md)
Expand Down Expand Up @@ -987,6 +990,8 @@
- [Release Timeline](/releases/release-timeline.md)
- [TiDB Versioning](/releases/versioning.md)
- [TiDB Installation Packages](/binary-package.md)
- v7.3
- [7.3.0-DMR](/releases/release-7.3.0.md)
- v7.2
- [7.2.0-DMR](/releases/release-7.2.0.md)
- v7.1
Expand Down
Loading

0 comments on commit 582df53

Please sign in to comment.