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-elasticjob-lite.git
The following commit(s) were added to refs/heads/master by this push: new 164cdea change base url to current new eaebf45 Merge pull request #1020 from tuohai666/master 164cdea is described below commit 164cdeac6c567b44a4ed06fd2cac6f9f3d50dff7 Author: tuohai666 <zhangyong...@apache.org> AuthorDate: Fri Jul 10 17:48:00 2020 +0800 change base url to current --- docs/config.toml | 6 +++--- docs/content/dev-manual/lite-design.cn.md | 4 ++-- docs/content/overview/_index.cn.md | 2 +- docs/content/user-manual/dump.cn.md | 2 +- docs/layouts/index.html | 2 +- docs/layouts/partials/favicon.html | 2 +- docs/layouts/partials/logo.html | 2 +- docs/layouts/partials/style.html | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index a07df56..aa283bf 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://shardingsphere.apache.org/elasticjob/lite" +baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" canonifyurls = true languageCode = "en-us" title = "ElasticJob" @@ -9,13 +9,13 @@ defaultContentLanguageInSubdir= true [Languages] [Languages.en] -#baseURL = "https://shardingsphere.apache.org/elasticjob/lite" +#baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" title = "ElasticJob" weight = 1 languageName = "English" [Languages.cn] -#baseURL = "https://shardingsphere.apache.org/elasticjob/lite" +#baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" title = "ElasticJob" weight = 2 languageName = "Chinese" diff --git a/docs/content/dev-manual/lite-design.cn.md b/docs/content/dev-manual/lite-design.cn.md index 64e3133..e602d50 100644 --- a/docs/content/dev-manual/lite-design.cn.md +++ b/docs/content/dev-manual/lite-design.cn.md @@ -70,8 +70,8 @@ leader节点是内部使用的节点,如果对作业框架原理不感兴趣 ### 作业启动 - + ### 作业执行 - + diff --git a/docs/content/overview/_index.cn.md b/docs/content/overview/_index.cn.md index b56581c..7da861a 100644 --- a/docs/content/overview/_index.cn.md +++ b/docs/content/overview/_index.cn.md @@ -30,7 +30,7 @@ ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://sh ### ElasticJob Lite - + ## 功能列表 diff --git a/docs/content/user-manual/dump.cn.md b/docs/content/user-manual/dump.cn.md index 3959a00..8757410 100644 --- a/docs/content/user-manual/dump.cn.md +++ b/docs/content/user-manual/dump.cn.md @@ -66,7 +66,7 @@ dump 命令完全参照 Zookeeper 的四字命令理念 echo "dump@jobName" | nc <任意一台作业服务器IP> 9888 ``` - + 导出至文件 diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 7059909..064ed50 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -19,7 +19,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta http-equiv="refresh" content="0; url=https://shardingsphere.apache.org/elasticjob/lite/en/overview/"> + <meta http-equiv="refresh" content="0; url=https://shardingsphere.apache.org/elasticjob/current/lite/en/overview/"> <title>Index</title> </head> <body> diff --git a/docs/layouts/partials/favicon.html b/docs/layouts/partials/favicon.html index 28f3233..5a33ab3 100644 --- a/docs/layouts/partials/favicon.html +++ b/docs/layouts/partials/favicon.html @@ -1 +1 @@ -<link rel="shortcut icon" href="https://shardingsphere.apache.org/elasticjob/images/favicon.png" type="image/x-icon" /> +<link rel="shortcut icon" href="https://shardingsphere.apache.org/elasticjob/current/images/favicon.png" type="image/x-icon" /> diff --git a/docs/layouts/partials/logo.html b/docs/layouts/partials/logo.html index 80cd122..056b4a0 100644 --- a/docs/layouts/partials/logo.html +++ b/docs/layouts/partials/logo.html @@ -1 +1 @@ -<img src="https://shardingsphere.apache.org/elasticjob/lite/img/elastic-job.png" /> \ No newline at end of file +<img src="https://shardingsphere.apache.org/elasticjob/current/lite/img/elastic-job.png" /> \ No newline at end of file diff --git a/docs/layouts/partials/style.html b/docs/layouts/partials/style.html index 4a7f00f..5930018 100644 --- a/docs/layouts/partials/style.html +++ b/docs/layouts/partials/style.html @@ -1,2 +1,2 @@ <link rel="stylesheet" href="http://cdn.bootcss.com/highlight.js/9.8.0/styles/monokai-sublime.min.css"> -<link rel="stylesheet" href="https://shardingsphere.apache.org/elasticjob/lite/css/style.css"> \ No newline at end of file +<link rel="stylesheet" href="https://shardingsphere.apache.org/elasticjob/current/lite/css/style.css"> \ No newline at end of file