You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/06/05 01:20:50 UTC

[incubator-doris] branch master updated: [Website] Fix CREATE RESOURCE sidebar text and link not right bug (#3777)

This is an automated email from the ASF dual-hosted git repository.

zhaoc 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 fdf3415  [Website] Fix CREATE RESOURCE sidebar text and link not right bug (#3777)
fdf3415 is described below

commit fdf3415d063c1fe684bb122a570c2b5cbd081a13
Author: wyb <wy...@gmail.com>
AuthorDate: Fri Jun 5 09:20:36 2020 +0800

    [Website] Fix CREATE RESOURCE sidebar text and link not right bug (#3777)
---
 docs/.vuepress/sidebar/en.js                                     | 1 +
 docs/.vuepress/sidebar/zh-CN.js                                  | 1 +
 .../{runing-profile.md => running-profile.md}                    | 0
 .../sql-statements/Data Definition/CREATE RESOURCE.md            | 7 +++++++
 .../sql-statements/Data Definition/DROP RESOURCE.md              | 7 +++++++
 .../sql-statements/Data Definition/SHOW RESOURCES.md             | 9 ++++++++-
 6 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js
index db21dc8..b709897 100644
--- a/docs/.vuepress/sidebar/en.js
+++ b/docs/.vuepress/sidebar/en.js
@@ -108,6 +108,7 @@ module.exports = [
       "export_manual",
       "outfile",
       "privilege",
+      "running-profile",
       "small-file-mgr",
       "sql-mode",
       "time-zone",
diff --git a/docs/.vuepress/sidebar/zh-CN.js b/docs/.vuepress/sidebar/zh-CN.js
index 26a3b61..823cd5a 100644
--- a/docs/.vuepress/sidebar/zh-CN.js
+++ b/docs/.vuepress/sidebar/zh-CN.js
@@ -118,6 +118,7 @@ module.exports = [
       "outfile",
       "privilege",
       "resource-management",
+      "running-profile",
       "segment-v2-usage",
       "small-file-mgr",
       "sql-mode",
diff --git a/docs/en/administrator-guide/runing-profile.md b/docs/en/administrator-guide/running-profile.md
similarity index 100%
rename from docs/en/administrator-guide/runing-profile.md
rename to docs/en/administrator-guide/running-profile.md
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE RESOURCE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE RESOURCE.md
index 58828c5..a649e47 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE RESOURCE.md	
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE RESOURCE.md	
@@ -1,3 +1,10 @@
+---
+{
+    "title": "CREATE RESOURCE",
+    "language": "zh-CN"
+}
+---
+
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md
index 79915da..b25a456 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md	
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md	
@@ -1,3 +1,10 @@
+---
+{
+    "title": "DROP RESOURCE",
+    "language": "zh-CN"
+}
+---
+
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md
index 61e0fb9..d59a814 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md	
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md	
@@ -1,3 +1,10 @@
+---
+{
+    "title": "SHOW RESOURCES",
+    "language": "zh-CN"
+}
+---
+
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -28,4 +35,4 @@ under the License.
 
 
 ## keyword
-    SHOW RESOURCES
\ No newline at end of file
+    SHOW RESOURCES


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org