From 0fd77fdfa9fd5c02849326e2ab9f22bc68be8770 Mon Sep 17 00:00:00 2001 From: zy-kkk Date: Mon, 26 Jun 2023 22:33:13 +0800 Subject: [PATCH] [typo](docs) improvement SQL manual dml load doc (#21199) --- docs/sidebars.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sidebars.json b/docs/sidebars.json index 99015e1f0d..73132ace8a 100644 --- a/docs/sidebars.json +++ b/docs/sidebars.json @@ -856,21 +856,21 @@ "type": "category", "label": "Load", "items": [ - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/PAUSE-ROUTINE-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/MULTI-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/RESUME-SYNC-JOB", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-ROUTINE-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/STOP-ROUTINE-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CLEAN-LABEL", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/ALTER-ROUTINE-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CANCEL-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/RESUME-ROUTINE-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/STOP-SYNC-JOB", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/PAUSE-SYNC-JOB", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-SYNC-JOB", "sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD", - "sql-manual/sql-reference/Data-Manipulation-Statements/Load/MYSQL-LOAD" + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/MULTI-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/MYSQL-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-ROUTINE-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/ALTER-ROUTINE-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/PAUSE-ROUTINE-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/RESUME-ROUTINE-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/STOP-ROUTINE-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-SYNC-JOB", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/PAUSE-SYNC-JOB", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/RESUME-SYNC-JOB", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/STOP-SYNC-JOB", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CANCEL-LOAD", + "sql-manual/sql-reference/Data-Manipulation-Statements/Load/CLEAN-LABEL" ] }, {