Skip to content

Commit 658a535

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs feature/preview-top-navigation
1 parent a019b54 commit 658a535

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

markdown-pages/en/tidb/release-8.5/ai/integrations/vector-search-auto-embedding-jina-ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ mysql -h {gateway-region}.prod.aws.tidbcloud.com \
7272
-p{password} \
7373
-D {database}
7474
```
75+
7576
</div>
7677
</SimpleTab>
7778

markdown-pages/en/tidb/release-8.5/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ TiDB Self-Managed provides various APIs for TiDB tools to help you manage cluste
2727
| [Data Migration API](/dm/dm-open-api.md) | Manage DM-master and DM-worker nodes, data sources, and data replication tasks. |
2828
| [Monitoring API](/tidb-monitoring-api.md) | Get TiDB server running status, table storage information, and TiKV cluster details. |
2929
| [TiCDC API](/ticdc/ticdc-open-api-v2.md) | Query TiCDC node status and manage replication tasks, including creating, pausing, resuming, and updating operations. |
30-
| [TiDB Operator API](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md>) | Manage TiDB clusters on Kubernetes, including deployment, upgrades, scaling, backup, and failover. |
30+
| [TiDB Operator API](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md) | Manage TiDB clusters on Kubernetes, including deployment, upgrades, scaling, backup, and failover. |

markdown-pages/en/tidb/release-8.5/api/tidb-operator-api-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ summary: Learn the API of TiDB Operator.
99

1010
To manage TiDB clusters on Kubernetes, you can use the following TiDB Operator APIs:
1111

12-
- [Backup](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#backup>)
13-
- [BackupSchedule](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#backupschedule>)
14-
- [DMCluster](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#dmcluster>)
15-
- [Restore](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#restore>)
16-
- [TidbCluster](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbcluster>)
17-
- [TidbInitializer](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbinitializer>)
18-
- [TidbMonitor](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbmonitor>)
12+
- [Backup](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#backup)
13+
- [BackupSchedule](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#backupschedule)
14+
- [DMCluster](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#dmcluster)
15+
- [Restore](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#restore)
16+
- [TidbCluster](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbcluster)
17+
- [TidbInitializer](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbinitializer)
18+
- [TidbMonitor](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md#tidbmonitor)
1919

20-
For more information, see [TiDB Operator API Document](<https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md>).
20+
For more information, see [TiDB Operator API Document](https://github.com/pingcap/tidb-operator/blob/v1.6.4/docs/api-references/docs.md).

markdown-pages/en/tidb/release-8.5/best-practices/uuid.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ For more information about Key Visualizer, see the following documentation:
5959
- [Key Visualizer](/dashboard/dashboard-key-visualizer.md) for TiDB Self-Managed
6060
- [Key Visualizer](/tidb-cloud/tune-performance.md#key-visualizer) for TiDB Cloud
6161

62-
6362
## MySQL compatibility
6463

6564
UUIDs can be used in MySQL as well. The `BIN_TO_UUID()` and `UUID_TO_BIN()` functions were introduced in MySQL 8.0. The `UUID()` function is available in earlier MySQL versions as well.

0 commit comments

Comments
 (0)