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

zhangliang 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 1df9bfc  fix link in docs (#6373)
1df9bfc is described below

commit 1df9bfc3f9a946acc1e2834e9e53609d58f45584
Author: kimmking <[email protected]>
AuthorDate: Fri Jul 17 15:14:05 2020 +0800

    fix link in docs (#6373)
---
 docs/blog/config.toml      | 6 +++++-
 docs/community/config.toml | 5 +++++
 docs/document/config.toml  | 6 +++++-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/docs/blog/config.toml b/docs/blog/config.toml
index 3f08135..d5f5e9e 100644
--- a/docs/blog/config.toml
+++ b/docs/blog/config.toml
@@ -26,4 +26,8 @@ languageName = "Chinese"
 [markup.tableOfContents]
 endLevel = 3
 ordered = false
-startLevel = 2
\ No newline at end of file
+startLevel = 2
+
+[markup.goldmark]
+[markup.goldmark.renderer]
+unsafe = true
diff --git a/docs/community/config.toml b/docs/community/config.toml
index 24061cb..5d2cd69 100644
--- a/docs/community/config.toml
+++ b/docs/community/config.toml
@@ -21,3 +21,8 @@ languageName = "Chinese"
   themeVariant = "black"
   # Disable search function. It will hide search bar
   disableSearch = true
+
+[markup]
+[markup.goldmark]
+[markup.goldmark.renderer]
+unsafe = true
diff --git a/docs/document/config.toml b/docs/document/config.toml
index 518b085..9ad8e32 100644
--- a/docs/document/config.toml
+++ b/docs/document/config.toml
@@ -30,4 +30,8 @@ languageName = "Chinese"
 [markup.tableOfContents]
 endLevel = 3
 ordered = false
-startLevel = 2
\ No newline at end of file
+startLevel = 2
+
+[markup.goldmark]
+[markup.goldmark.renderer]
+unsafe = true

Reply via email to