This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new a6962af [typo](doc) rename DDL Statements to SQL Statements in
sidebars of docs in english (#7922)
a6962af is described below
commit a6962af30f41696dcae392bc7451d07bc03c3c13
Author: dataroaring <[email protected]>
AuthorDate: Mon Jan 31 22:15:10 2022 +0800
[typo](doc) rename DDL Statements to SQL Statements in sidebars of docs in
english (#7922)
---
docs/.vuepress/sidebar/en.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js
index f398d9a..d03014c 100644
--- a/docs/.vuepress/sidebar/en.js
+++ b/docs/.vuepress/sidebar/en.js
@@ -492,7 +492,7 @@ module.exports = [
],
},
{
- title: "DDL Statements",
+ title: "SQL Statements",
directoryPath: "sql-statements/",
children: [
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]