You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/09/14 04:50:33 UTC

[shardingsphere] branch master updated: add editURL for docs (#7435)

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

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bb3cf5  add editURL for docs (#7435)
7bb3cf5 is described below

commit 7bb3cf5b0430bafb0382a9e578cdecaf47b736ec
Author: kimmking <ki...@163.com>
AuthorDate: Mon Sep 14 12:50:17 2020 +0800

    add editURL for docs (#7435)
    
    * add editURL for docs
    
    * add quote
---
 docs/blog/config.toml      | 17 +++++++----------
 docs/community/config.toml | 10 ++++++----
 docs/document/config.toml  |  9 +++++----
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/blog/config.toml b/docs/blog/config.toml
index 6e6c928..3bd7c56 100644
--- a/docs/blog/config.toml
+++ b/docs/blog/config.toml
@@ -17,14 +17,11 @@ title = "ShardingSphere - 博客"
 weight = 2
 languageName = "中文"
 
-
-[params]
-  # Change default color scheme with a variant one. Can be "red", "blue", "green".
-  themeVariant = "black"
-  # Disable search function. It will hide search bar
-  disableSearch = true
-  enableLangChange = true
-
+# Change default color scheme with a variant one. Can be "red", "blue", "green".
+themeVariant = "black"
+# Disable search function. It will hide search bar
+disableSearch = true
+editURL = "https://github.com/apache/shardingsphere/tree/master/docs/blog/content"
 
 [markup]
 [markup.tableOfContents]
@@ -36,7 +33,6 @@ startLevel = 2
 [markup.goldmark.renderer]
 unsafe = true
 
-
 [menu]
 [[Languages.en.menu.main]]
   name = "Articles"
@@ -52,4 +48,5 @@ unsafe = true
 
 [[Languages.cn.menu.main]]
   name = "视频"
-  url = "/cn/videos/"
\ No newline at end of file
+  url = "/cn/videos/"
+  
\ No newline at end of file
diff --git a/docs/community/config.toml b/docs/community/config.toml
index f9c1c30..bbf238d 100644
--- a/docs/community/config.toml
+++ b/docs/community/config.toml
@@ -16,11 +16,13 @@ languageName = "English"
 title = "ShardingSphere"
 weight = 2
 languageName = "简体中文"
+
 [params]
-  # Change default color scheme with a variant one. Can be "red", "blue", "green".
-  themeVariant = "black"
-  # Disable search function. It will hide search bar
-  disableSearch = true
+# Change default color scheme with a variant one. Can be "red", "blue", "green".
+themeVariant = "black"
+# Disable search function. It will hide search bar
+disableSearch = true
+editURL = "https://github.com/apache/shardingsphere/tree/master/docs/community/content"
 
 [markup]
 [markup.goldmark]
diff --git a/docs/document/config.toml b/docs/document/config.toml
index 5c9781d..a29591b 100644
--- a/docs/document/config.toml
+++ b/docs/document/config.toml
@@ -21,10 +21,11 @@ weight = 2
 languageName = "简体中文"
 
 [params]
-  # Change default color scheme with a variant one. Can be "red", "blue", "green".
-  themeVariant = "black"
-  # Disable search function. It will hide search bar
-  disableSearch = true
+# Change default color scheme with a variant one. Can be "red", "blue", "green".
+themeVariant = "black"
+# Disable search function. It will hide search bar
+disableSearch = true
+editURL = "https://github.com/apache/shardingsphere/tree/master/docs/document/content"
 
 [markup]
 [markup.tableOfContents]