You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/07/17 07:04:21 UTC

[shardingsphere-elasticjob] branch master updated: fix link in docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 10a438d  fix link in docs
     new 06f70fa  Merge pull request #1100 from kimmking/fixLink
10a438d is described below

commit 10a438d7c08b1fb2a971a752beaadd86781e14e3
Author: kimmking <ki...@apache.org>
AuthorDate: Fri Jul 17 14:59:58 2020 +0800

    fix link in docs
---
 .gitignore       | 2 ++
 docs/config.toml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index cfca204..9fd552d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ logs/
 # system ignore
 .DS_Store
 Thumbs.db
+
+public/
diff --git a/docs/config.toml b/docs/config.toml
index 0ddd497..449b092 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -31,3 +31,7 @@ languageName = "Chinese"
 endLevel = 3
 ordered = false
 startLevel = 2
+
+[markup.goldmark]
+[markup.goldmark.renderer]
+unsafe = true