Skip to content

Commit 436ab9a

Browse files
authored
static: generate English llms.txt for TiDB Cloud Premium (#697)
* static: update English llms.txt * update Signed-off-by: Aolin <aolin.zhang@pingcap.com> --------- Signed-off-by: Aolin <aolin.zhang@pingcap.com>
1 parent 1c691c7 commit 436ab9a

9 files changed

Lines changed: 589 additions & 87 deletions

File tree

static/api/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## TIDB CLOUD
66

77
- [API Overview](https://docs.pingcap.com/api/tidb-cloud-api-overview.md): Learn about what TiDB Cloud API is, its features, and how to use the API to manage your TiDB Cloud clusters.
8+
- [API v1beta2](https://docs.pingcap.com/api/tidb-cloud-api-v1beta2.md): Learn about the v1beta2 API of TiDB Cloud.
89
- [API v1beta1](https://docs.pingcap.com/api/tidb-cloud-api-v1beta1.md): Learn about the v1beta1 API of TiDB Cloud.
910
- [API v1beta](https://docs.pingcap.com/api/tidb-cloud-api-v1beta.md): Learn about the v1beta API of TiDB Cloud.
1011

static/developer/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## QUICK START
66

7-
- [Create a TiDB Cloud Starter Cluster](https://docs.pingcap.com/developer/dev-guide-build-cluster-in-cloud.md): Learn how to create a TiDB Cloud Starter cluster and connect to it.
7+
- [Create a TiDB Cloud Starter Instance](https://docs.pingcap.com/developer/dev-guide-build-cluster-in-cloud.md): Learn how to create a TiDB Cloud Starter instance and connect to it.
88
- [TiDB Basics](https://docs.pingcap.com/developer/dev-guide-tidb-basics.md): Learn the basics of TiDB for developers, such as transaction mechanisms and how applications interact with TiDB.
99
- [CRUD SQL in TiDB](https://docs.pingcap.com/developer/dev-guide-tidb-crud-sql.md): A brief introduction to TiDB's CRUD SQL.
1010

static/llms.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
TiDB is available in multiple deployment options:
88

9-
- **TiDB Cloud**: Fully managed database service with Dedicated, Essential, and Starter plan.
9+
- **TiDB Cloud**: Fully managed database service with Dedicated, Premium, Essential, and Starter plan.
1010
- **TiDB Self-Managed**: Deploy and operate TiDB on your own infrastructure.
1111
- **TiDB on Kubernetes**: Deploy and manage TiDB using TiDB Operator.
1212

@@ -18,6 +18,10 @@ TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings everythi
1818

1919
- [TiDB Cloud Dedicated Documentation](https://docs.pingcap.com/tidbcloud/llms.txt): Enterprise-grade managed TiDB with dedicated resources, advanced security, and compliance features.
2020

21+
#### TiDB Cloud Premium
22+
23+
- [TiDB Cloud Premium Documentation](https://docs.pingcap.com/tidbcloud/premium/llms.txt): Designed for mission-critical businesses that demand unlimited real-time scalability, delivering workload-aware auto-scaling and comprehensive enterprise capabilities.
24+
2125
#### TiDB Cloud Essential
2226

2327
- [TiDB Cloud Essential Documentation](https://docs.pingcap.com/tidbcloud/essential/llms.txt): Cost-effective managed TiDB for growing applications, balancing performance and affordability.

static/releases/tidb-self-managed/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## RELEASE NOTES
1212

1313
- v8.5
14+
- [8.5.6](https://docs.pingcap.com/tidb/stable/release-8.5.6.md): Learn about the features, compatibility changes, improvements, and bug fixes in TiDB 8.5.6.
1415
- [8.5.5](https://docs.pingcap.com/tidb/stable/release-8.5.5.md): Learn about the features, compatibility changes, improvements, and bug fixes in TiDB 8.5.5.
1516
- [8.5.4](https://docs.pingcap.com/tidb/stable/release-8.5.4.md): Learn about the features, compatibility changes, improvements, and bug fixes in TiDB 8.5.4.
1617
- [8.5.3](https://docs.pingcap.com/tidb/stable/release-8.5.3.md): Learn about the compatibility changes, improvements, and bug fixes in TiDB 8.5.3.

static/tidb/llms.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
- [Alert Rules](https://docs.pingcap.com/tidb/stable/ticdc-alert-rules.md): Learn about TiCDC alert rules and how to handle the alerts.
7676
- Integration Scenarios
7777
- [Overview](https://docs.pingcap.com/tidb/stable/integration-overview.md): Learn the overview of data integration scenarios.
78-
- [Integrate with Confluent and Snowflake](https://docs.pingcap.com/tidb/stable/integrate-confluent-using-ticdc.md): Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server.
78+
- [Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](https://docs.pingcap.com/tidb/stable/integrate-confluent-using-ticdc.md): Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server.
7979
- [Integrate with Apache Kafka and Apache Flink](https://docs.pingcap.com/tidb/stable/replicate-data-to-kafka.md): Learn how to replicate TiDB data to Apache Kafka and Apache Flink using TiCDC.
8080
- Reference
8181
- TiCDC Architecture
@@ -628,6 +628,7 @@
628628
- Privileges
629629
- [Security Compatibility with MySQL](https://docs.pingcap.com/tidb/stable/security-compatibility-with-mysql.md): Learn TiDB's security compatibilities with MySQL.
630630
- [Privilege Management](https://docs.pingcap.com/tidb/stable/privilege-management.md): Learn how to manage the privilege.
631+
- [Column-Level Privilege Management](https://docs.pingcap.com/tidb/stable/column-privilege-management.md): TiDB supports a MySQL-compatible column-level privilege management mechanism. You can grant or revoke `SELECT`, `INSERT`, `UPDATE`, and `REFERENCES` privileges on specific columns of a table using `GRANT` or `REVOKE`, achieving finer-grained access control.
631632
- [User Account Management](https://docs.pingcap.com/tidb/stable/user-account-management.md): Learn how to manage a TiDB user account.
632633
- [TiDB Password Management](https://docs.pingcap.com/tidb/stable/password-management.md): Learn the mechanism of user password management in TiDB.
633634
- [Role-Based Access Control](https://docs.pingcap.com/tidb/stable/role-based-access-control.md): This document introduces TiDB RBAC operations and implementation.
@@ -637,6 +638,7 @@
637638
- Attributes
638639
- [AUTO_INCREMENT](https://docs.pingcap.com/tidb/stable/auto-increment.md): Learn the `AUTO_INCREMENT` column attribute of TiDB.
639640
- [AUTO_RANDOM](https://docs.pingcap.com/tidb/stable/auto-random.md): Learn the AUTO_RANDOM attribute.
641+
- [_tidb_rowid](https://docs.pingcap.com/tidb/stable/tidb-rowid.md): Learn what `_tidb_rowid` is, when it is available, and how to use it safely.
640642
- [SHARD_ROW_ID_BITS](https://docs.pingcap.com/tidb/stable/shard-row-id-bits.md): Learn the SHARD_ROW_ID_BITS attribute.
641643
- [Literal Values](https://docs.pingcap.com/tidb/stable/literal-values.md): This article introduces the literal values ​​of TiDB SQL statements.
642644
- [Schema Object Names](https://docs.pingcap.com/tidb/stable/schema-object-names.md): Learn about schema object names in TiDB SQL statements.
@@ -968,4 +970,4 @@
968970
- [High Availability FAQs](https://docs.pingcap.com/tidb/stable/high-availability-faq.md): Learn about the FAQs related to high availability of TiDB.
969971
- [High Reliability FAQs](https://docs.pingcap.com/tidb/stable/high-reliability-faq.md): Learn about the FAQs related to high reliability of TiDB.
970972
- [Backup and Restore FAQs](https://docs.pingcap.com/tidb/stable/backup-and-restore-faq.md): Learn about Frequently Asked Questions (FAQs) and the solutions of backup and restore.
971-
- [Glossary](https://docs.pingcap.com/tidb/stable/glossary.md): Glossaries about TiDB.
973+
- [Glossary](https://docs.pingcap.com/tidb/stable/glossary.md)

0 commit comments

Comments
 (0)