Skip to content

Commit 3675cc6

Browse files
authored
TOC: fix breakage from pingcap#1045 (pingcap#1050)
The features linked to overview.md
1 parent bfab780 commit 3675cc6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

TOC.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
+ Concepts
77
- [Architecture](architecture.md)
88
+ [Key Features](key-features.md)
9-
- [Horizontal Scalability](overview.md#horizontal-scalability)
10-
- [MySQL Compatible Syntax](overview.md#mysql-compatible-syntax)
11-
- [Replicate from and to MySQL](overview.md#replicate-from-and-to-mysql)
12-
- [Distributed Transactions with Strong Consistency](overview.md#distributed-transactions-with-strong-consistency)
13-
- [Cloud Native Architecture](overview.md#cloud-native-architecture)
14-
- [Minimize ETL with HTAP](overview.md#minimize-etl-with-htap)
15-
- [Fault Tolerance & Recovery with Raft](overview.md#fault-tolerance--recovery-with-raft)
16-
- [Automatic Rebalancing](overview.md#automatic-rebalancing)
17-
- [Deployment and Orchestration with Ansible, Kubernetes, Docker](overview.md#deployment-and-orchestration-with-ansible-kubernetes-docker)
18-
- [JSON Support](overview.md#json-support)
19-
- [Spark Integration](overview.md#spark-integration)
20-
- [Read Historical Data without Restoring from Backup](overview.md#read-historical-data-without-restoring-from-backup)
21-
- [Fast Import and Restore of Data](overview.md#fast-import-and-restore-of-data)
22-
- [Hybrid of Column and Row Storage](overview.md#hybrid-of-column-and-row-storage)
23-
- [SQL Plan Management](overview.md#sql-plan-management)
24-
- [Open Source](overview.md#open-source)
25-
- [Online Schema Changes](overview.md#online-schema-changes)
9+
- [Horizontal Scalability](key-features.md#horizontal-scalability)
10+
- [MySQL Compatible Syntax](key-features.md#mysql-compatible-syntax)
11+
- [Replicate from and to MySQL](key-features.md#replicate-from-and-to-mysql)
12+
- [Distributed Transactions with Strong Consistency](key-features.md#distributed-transactions-with-strong-consistency)
13+
- [Cloud Native Architecture](key-features.md#cloud-native-architecture)
14+
- [Minimize ETL with HTAP](key-features.md#minimize-etl-with-htap)
15+
- [Fault Tolerance & Recovery with Raft](key-features.md#fault-tolerance--recovery-with-raft)
16+
- [Automatic Rebalancing](key-features.md#automatic-rebalancing)
17+
- [Deployment and Orchestration with Ansible, Kubernetes, Docker](key-features.md#deployment-and-orchestration-with-ansible-kubernetes-docker)
18+
- [JSON Support](key-features.md#json-support)
19+
- [Spark Integration](key-features.md#spark-integration)
20+
- [Read Historical Data without Restoring from Backup](key-features.md#read-historical-data-without-restoring-from-backup)
21+
- [Fast Import and Restore of Data](key-features.md#fast-import-and-restore-of-data)
22+
- [Hybrid of Column and Row Storage](key-features.md#hybrid-of-column-and-row-storage)
23+
- [SQL Plan Management](key-features.md#sql-plan-management)
24+
- [Open Source](key-features.md#open-source)
25+
- [Online Schema Changes](key-features.md#online-schema-changes)
2626
+ How-to
2727
+ Get Started
2828
+ Start a Local Cluster

0 commit comments

Comments
 (0)