From 1ebdeeb6d5f365e66357109236680b8f9c1d3e8d Mon Sep 17 00:00:00 2001 From: earayu Date: Wed, 30 Aug 2023 14:06:14 +0800 Subject: [PATCH] chore: rename docs Signed-off-by: earayu --- .github/workflows/cluster_endtoend_mysqltester.yml | 2 +- .github/workflows/cluster_endtoend_wesql.yml | 2 +- README.md | 6 +++--- doc/toturial/{02-LifeOfAQuery.md => 02-Life of A Query.md} | 0 ...ion&Authorized.md => 06-Authentication&Authorization.md} | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename doc/toturial/{02-LifeOfAQuery.md => 02-Life of A Query.md} (100%) rename doc/toturial/{06-Authentication&Authorized.md => 06-Authentication&Authorization.md} (100%) diff --git a/.github/workflows/cluster_endtoend_mysqltester.yml b/.github/workflows/cluster_endtoend_mysqltester.yml index 0aa3093977..f450a00f56 100644 --- a/.github/workflows/cluster_endtoend_mysqltester.yml +++ b/.github/workflows/cluster_endtoend_mysqltester.yml @@ -1,6 +1,6 @@ # DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows" -name: mysql-tester +name: MTR Test on: pull_request: workflow_dispatch: diff --git a/.github/workflows/cluster_endtoend_wesql.yml b/.github/workflows/cluster_endtoend_wesql.yml index 3bb23560c0..b06d0ec851 100644 --- a/.github/workflows/cluster_endtoend_wesql.yml +++ b/.github/workflows/cluster_endtoend_wesql.yml @@ -1,6 +1,6 @@ # DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows" -name: Cluster (wesql) +name: EndToEnd Test on: pull_request: workflow_dispatch: diff --git a/README.md b/README.md index a8f0d8589a..5bb707d940 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ provided in the documentation. * [Performance Comparison WeSQL-Scale vs MySQL.md](doc%2Fblogs%2FPerformance%20Comparison%20WeSQL-Scale%20vs%20MySQL.md) # Documentation -* [Deploy&Debug.md](doc%2Ftoturial%2F00-Deploy%26Debug.md) +* [Deploy & Debug.md](doc%2Ftoturial%2F00-Deploy%26Debug.md) * [Architecture.md](doc%2Ftoturial%2F01-Architecture.md) -* [LifeOfAQuery.md](doc%2Ftoturial%2F02-LifeOfAQuery.md) +* [Life of A Query.md](doc%2Ftoturial%2F02-Life%20of%20A%20Query.md) * [Read-Write-Split & LoadBalancer.md](doc%2Ftoturial%2F03-Read-Write-Split%20%26%20LoadBalancer.md) * [Read-After-Write-Consistency.md](doc%2Ftoturial%2F04-Read-After-Write-Consistency.md) * [Transparent Failover.md](doc%2Ftoturial%2F05-Transparent%20Failover.md) -* [Authentication&Authorized.md](doc%2Ftoturial%2F06-Authentication%26Authorized.md) +* [Authentication & Authorization.md](doc%2Ftoturial%2F06-Authentication%26Authorization.md) # Features diff --git a/doc/toturial/02-LifeOfAQuery.md b/doc/toturial/02-Life of A Query.md similarity index 100% rename from doc/toturial/02-LifeOfAQuery.md rename to doc/toturial/02-Life of A Query.md diff --git a/doc/toturial/06-Authentication&Authorized.md b/doc/toturial/06-Authentication&Authorization.md similarity index 100% rename from doc/toturial/06-Authentication&Authorized.md rename to doc/toturial/06-Authentication&Authorization.md