Skip to content

Commit

Permalink
Sync the scaffold from pingcap/docs-staging@24093f8
Browse files Browse the repository at this point in the history
  • Loading branch information
Docsite Preview Bot committed Jan 22, 2024
1 parent 3c72607 commit e8c28ea
Show file tree
Hide file tree
Showing 16 changed files with 3,077 additions and 12 deletions.
8 changes: 7 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,16 @@
},
{
"id": "v1beta1",
"pathname": "v1beta1",
"pathname": "v1beta1/billing",
"production": "https://download.pingcap.org/tidbcloud-oas-v1beta1-billing.swagger.json",
"preview": "https://download.pingcap.org/tidbcloud-oas-v1beta1-billing.swagger.json"
},
{
"id": "v1beta1",
"pathname": "v1beta1/apikey",
"production": "https://download.pingcap.org/tidbcloud-oas-v1beta1-apikey.swagger.json",
"preview": "https://download.pingcap.org/tidbcloud-oas-v1beta1-apikey.swagger.json"
},
{
"id": "msp",
"pathname": "msp/v1beta1",
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 @@ -22,6 +22,7 @@
- [Alibaba Cloud ACK](deploy-on-alibaba-cloud.md)
- [Deploy TiDB on ARM64 Machines](deploy-cluster-on-arm64.md)
- [Deploy TiFlash to Explore TiDB HTAP](deploy-tiflash.md)
- [Deploy TiProxy Load Balancer](deploy-tiproxy.md)
- Deploy TiDB Across Multiple Kubernetes Clusters
- [Build Multiple Interconnected AWS EKS Clusters](build-multi-aws-eks.md)
- [Build Multiple Interconnected GKE Clusters](build-multi-gcp-gke.md)
Expand Down Expand Up @@ -125,6 +126,7 @@
- [PingCAP Clinic Diagnostic Data](clinic-data-collection.md)
- Release Notes
- v1.5
- [1.5.2](releases/release-1.5.2.md)
- [1.5.1](releases/release-1.5.1.md)
- [1.5 GA](releases/release-1.5.0.md)
- [1.5.0-beta.1](releases/release-1.5.0-beta.1.md)
Expand Down
16 changes: 9 additions & 7 deletions markdown-pages/en/tidb-in-kubernetes/release-1.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [Alibaba Cloud ACK](deploy-on-alibaba-cloud.md)
- [Deploy TiDB on ARM64 Machines](deploy-cluster-on-arm64.md)
- [Deploy TiFlash to Explore TiDB HTAP](deploy-tiflash.md)
- [Deploy TiProxy Load Balancer](deploy-tiproxy.md)
- Deploy TiDB Across Multiple Kubernetes Clusters
- [Build Multiple Interconnected AWS EKS Clusters](build-multi-aws-eks.md)
- [Build Multiple Interconnected GKE Clusters](build-multi-gcp-gke.md)
Expand Down Expand Up @@ -76,12 +77,12 @@
- Persistent Volumes
- [Back Up Data](backup-to-pv-using-br.md)
- [Restore Data](restore-from-pv-using-br.md)
- Snapshot Backup and Restore
- [Architecture](volume-snapshot-backup-restore.md)
- [Back Up Data Using EBS Snapshots](backup-to-aws-s3-by-snapshot.md)
- [Restore Data from EBS Snapshots](restore-from-aws-s3-by-snapshot.md)
- [Backup and Restore Performance](backup-restore-snapshot-perf.md)
- [FAQs](backup-restore-faq.md)
- Snapshot Backup and Restore across Multiple Kubernetes
- [BR Federation Architecture](br-federation-architecture.md)
- [Deploy BR Federation](deploy-br-federation.md)
- [Back Up Data Using EBS Snapshots](backup-by-ebs-snapshot-across-multiple-kubernetes.md)
- [Restore Data from EBS Snapshots](restore-from-ebs-snapshot-across-multiple-kubernetes.md)
- [FAQs](backup-restore-by-ebs-snapshot-faq.md)
- Maintain
- [Restart a TiDB Cluster](restart-a-tidb-cluster.md)
- [Destroy a TiDB Cluster](destroy-a-tidb-cluster.md)
Expand Down Expand Up @@ -113,7 +114,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/v1.5.1/docs/api-references/docs.md)
- [API References](https://github.com/pingcap/tidb-operator/blob/v1.5.2/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.2](releases/release-1.5.2.md)
- [1.5.1](releases/release-1.5.1.md)
- [1.5 GA](releases/release-1.5.0.md)
- [1.5.0-beta.1](releases/release-1.5.0-beta.1.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/v1.5.1/docs/api-references/docs.md)
[API Docs](https://github.com/pingcap/tidb-operator/blob/v1.5.2/docs/api-references/docs.md)

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

Expand Down
2 changes: 2 additions & 0 deletions markdown-pages/en/tidb/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@
- [`ADMIN PAUSE DDL`](/sql-statements/sql-statement-admin-pause-ddl.md)
- [`ADMIN RECOVER INDEX`](/sql-statements/sql-statement-admin-recover.md)
- [`ADMIN RESUME DDL`](/sql-statements/sql-statement-admin-resume-ddl.md)
- [`ADMIN [SET|SHOW|UNSET] BDR ROLE`](/sql-statements/sql-statement-admin-bdr-role.md)
- [`ADMIN SHOW DDL [JOBS|JOB QUERIES]`](/sql-statements/sql-statement-admin-show-ddl.md)
- [`ADMIN SHOW TELEMETRY`](/sql-statements/sql-statement-admin-show-telemetry.md)
- [`ALTER DATABASE`](/sql-statements/sql-statement-alter-database.md)
Expand Down Expand Up @@ -975,6 +976,7 @@
- [Overview](/performance-schema/performance-schema.md)
- [`SESSION_CONNECT_ATTRS`](/performance-schema/performance-schema-session-connect-attrs.md)
- [Metadata Lock](/metadata-lock.md)
- [TiDB DDL V2](/ddl-v2.md)
- UI
- TiDB Dashboard
- [Overview](/dashboard/dashboard-intro.md)
Expand Down
Loading

0 comments on commit e8c28ea

Please sign in to comment.