From ef9491b78ca5f90201f29be65e5a0fd0ed3a50de Mon Sep 17 00:00:00 2001 From: xleoken Date: Thu, 18 Apr 2024 09:18:31 +0800 Subject: [PATCH] [minor][cdc][docs] Optimize markdown styles in quickstart doc --- docs/content/docs/get-started/quickstart/mysql-to-doris.md | 6 +++--- .../docs/get-started/quickstart/mysql-to-starrocks.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/docs/get-started/quickstart/mysql-to-doris.md b/docs/content/docs/get-started/quickstart/mysql-to-doris.md index 852532247..0aa080b2f 100644 --- a/docs/content/docs/get-started/quickstart/mysql-to-doris.md +++ b/docs/content/docs/get-started/quickstart/mysql-to-doris.md @@ -247,9 +247,9 @@ We can find that tables are created and inserted through Doris Web UI. ### Synchronize Schema and Data changes Enter MySQL container - ```shell - docker-compose exec mysql mysql -uroot -p123456 - ``` + ```shell + docker-compose exec mysql mysql -uroot -p123456 + ``` Then, modify schema and record in MySQL, and the tables of Doris will change the same in real time: 1. insert one record in `orders` from MySQL: diff --git a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md index d9ac1718e..4f8393b67 100644 --- a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md +++ b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md @@ -215,9 +215,9 @@ Connect to jdbc through database connection tools such as Dbeaver using `mysql:/ ### Synchronize Schema and Data changes Enter MySQL container - ```shell - docker-compose exec mysql mysql -uroot -p123456 - ``` + ```shell + docker-compose exec mysql mysql -uroot -p123456 + ``` Then, modify schema and record in MySQL, and the tables of StarRocks will change the same in real time: 1. insert one record in `orders` from MySQL: