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/06/12 06:30:32 UTC

[shardingsphere-elastic-job-lite] branch master updated: update resource url for docs

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-elastic-job-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2eaebd8  update resource url for docs
     new b96d607  Merge pull request #770 from tuohai666/master
2eaebd8 is described below

commit 2eaebd87680dd99f5fd8e98d5bb6c88a7a039e1b
Author: tuohai666 <zh...@apache.org>
AuthorDate: Fri Jun 12 14:28:43 2020 +0800

    update resource url for docs
---
 docs/config.toml                                     |  2 +-
 docs/content/00-overview/intro.md                    |  2 +-
 docs/content/02-guide/dump.md                        |  2 +-
 docs/content/03-design/lite-design.md                |  4 ++--
 docs/layouts/index.html                              |  2 +-
 docs/layouts/partials/logo.html                      |  2 +-
 docs/layouts/partials/style.html                     |  2 +-
 docs/themes/hugo-theme-learn/layouts/404.html        | 14 +++++++-------
 .../hugo-theme-learn/layouts/partials/footer.html    | 20 ++++++++++----------
 .../hugo-theme-learn/layouts/partials/header.html    |  6 +++---
 .../hugo-theme-learn/layouts/partials/search.html    |  6 +++---
 11 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 9a9fc22..7f76c0b 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -1,3 +1,3 @@
-baseurl = "http://elasticjob.io/docs/elastic-job-lite"
+baseurl = "https://shardingsphere.apache.org/elasticjob/lite"
 canonifyurls = true
 theme = "hugo-theme-learn"
diff --git a/docs/content/00-overview/intro.md b/docs/content/00-overview/intro.md
index 390b7e3..17b4a2b 100644
--- a/docs/content/00-overview/intro.md
+++ b/docs/content/00-overview/intro.md
@@ -54,7 +54,7 @@ Elastic-Job-Lite也提供最灵活的方式,最大限度的提高执行作业
 
 # 整体架构图
 
-![Elastic-Job-Lite Architecture](http://ovfotjrsi.bkt.clouddn.com/docs/img/architecture/elastic_job_lite.png)
+![Elastic-Job-Lite Architecture](https://shardingsphere.apache.org/elasticjob/lite/img/architecture/elastic_job_lite.png)
 
 
 # 快速入门
diff --git a/docs/content/02-guide/dump.md b/docs/content/02-guide/dump.md
index 1a2eeff..5cd48c9 100644
--- a/docs/content/02-guide/dump.md
+++ b/docs/content/02-guide/dump.md
@@ -63,7 +63,7 @@ dump命令完全参照Zookeeper的四字命令理念
 echo "dump" | nc <任意一台作业服务器IP> 9888
 ```
 
-![dump命令](http://ovfotjrsi.bkt.clouddn.com/docs/img/dump/dump.jpg)
+![dump命令](https://shardingsphere.apache.org/elasticjob/lite/img/dump/dump.jpg)
 
 导出至文件
 
diff --git a/docs/content/03-design/lite-design.md b/docs/content/03-design/lite-design.md
index 09a618d..d11190a 100644
--- a/docs/content/03-design/lite-design.md
+++ b/docs/content/03-design/lite-design.md
@@ -72,8 +72,8 @@ leader节点是内部使用的节点,如果对作业框架原理不感兴趣
 
 ### 作业启动
 
-![作业启动](http://ovfotjrsi.bkt.clouddn.com/docs/img/principles/job_start.jpg)
+![作业启动](https://shardingsphere.apache.org/elasticjob/lite/img/principles/job_start.jpg)
 
 ### 作业执行
 
-![作业执行](http://ovfotjrsi.bkt.clouddn.com/docs/img/principles/job_exec.jpg)
+![作业执行](https://shardingsphere.apache.org/elasticjob/lite/img/principles/job_exec.jpg)
diff --git a/docs/layouts/index.html b/docs/layouts/index.html
index ef0c2bc..2785eeb 100644
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <meta http-equiv="refresh" content="0; url=http://elasticjob.io/docs/elastic-job-lite/00-overview">
+    <meta http-equiv="refresh" content="0; url=https://shardingsphere.apache.org/elasticjob/lite/00-overview">
     <title>Index</title>
 </head>
 <body>
diff --git a/docs/layouts/partials/logo.html b/docs/layouts/partials/logo.html
index be1b293..80cd122 100644
--- a/docs/layouts/partials/logo.html
+++ b/docs/layouts/partials/logo.html
@@ -1 +1 @@
-<img src="http://ovfotjrsi.bkt.clouddn.com/docs/img/elastic-job.png" />
\ No newline at end of file
+<img src="https://shardingsphere.apache.org/elasticjob/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 bdb690a..4a7f00f 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="http://ovfotjrsi.bkt.clouddn.com/docs/css/style.css">
\ No newline at end of file
+<link rel="stylesheet" href="https://shardingsphere.apache.org/elasticjob/lite/css/style.css">
\ No newline at end of file
diff --git a/docs/themes/hugo-theme-learn/layouts/404.html b/docs/themes/hugo-theme-learn/layouts/404.html
index 648775d..2501143 100644
--- a/docs/themes/hugo-theme-learn/layouts/404.html
+++ b/docs/themes/hugo-theme-learn/layouts/404.html
@@ -5,13 +5,13 @@
   <meta charset="utf-8"> {{ partial "meta.html" . }} {{ partial "favicon.html" . }} {{ .Scratch.Add "title" "" }}{{ if eq .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}}
   <title>{{ .Scratch.Get "title" }}</title>
   {{ partial "style.html" . }}
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/nucleus.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/font-awesome.min.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/hybrid.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/featherlight.min.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/perfect-scrollbar.min.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/theme.css" rel="stylesheet">
-  <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/hugo-theme.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/nucleus.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/font-awesome.min.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/hybrid.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/featherlight.min.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/perfect-scrollbar.min.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/theme.css" rel="stylesheet">
+  <link href="https://shardingsphere.apache.org/elasticjob/lite/css/hugo-theme.css" rel="stylesheet">
   <style type="text/css">
     :root #header + #content > #left > #rlblock_left {
       display: none !important;
diff --git a/docs/themes/hugo-theme-learn/layouts/partials/footer.html b/docs/themes/hugo-theme-learn/layouts/partials/footer.html
index 16781b0..e678dda 100644
--- a/docs/themes/hugo-theme-learn/layouts/partials/footer.html
+++ b/docs/themes/hugo-theme-learn/layouts/partials/footer.html
@@ -55,17 +55,17 @@
     <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
       <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
     </div>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/clipboard.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/perfect-scrollbar.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/perfect-scrollbar.jquery.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/jquery.sticky-kit.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/featherlight.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/html5shiv-printshiv.min.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/highlight.pack.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/clipboard.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/perfect-scrollbar.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/perfect-scrollbar.jquery.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/jquery.sticky-kit.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/featherlight.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/html5shiv-printshiv.min.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/highlight.pack.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/modernizr.custom.71422.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/learn.js"></script>
-    <script src="http://ovfotjrsi.bkt.clouddn.com/docs/js/hugo-learn.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/modernizr.custom.71422.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/learn.js"></script>
+    <script src="https://shardingsphere.apache.org/elasticjob/lite/js/hugo-learn.js"></script>
     {{ partial "script.html" . }}
   </body>
 </html>
diff --git a/docs/themes/hugo-theme-learn/layouts/partials/header.html b/docs/themes/hugo-theme-learn/layouts/partials/header.html
index 508b8dd..3113e46 100644
--- a/docs/themes/hugo-theme-learn/layouts/partials/header.html
+++ b/docs/themes/hugo-theme-learn/layouts/partials/header.html
@@ -8,10 +8,10 @@
     {{ partial "favicon.html" . }}
     {{ .Scratch.Add "title" "" }}{{ if eq .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}}
     <title>{{ .Scratch.Get "title" }}</title>
-    <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/nucleus.css" rel="stylesheet">
+    <link href="https://shardingsphere.apache.org/elasticjob/lite/css/nucleus.css" rel="stylesheet">
     <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
-    <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/theme.css" rel="stylesheet">
-    <link href="http://ovfotjrsi.bkt.clouddn.com/docs/css/hugo-theme.css" rel="stylesheet">
+    <link href="https://shardingsphere.apache.org/elasticjob/lite/css/theme.css" rel="stylesheet">
+    <link href="https://shardingsphere.apache.org/elasticjob/lite/css/hugo-theme.css" rel="stylesheet">
     <script src="https://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
     <style type="text/css">:root #header + #content > #left > #rlblock_left
     {display:none !important;}</style>
diff --git a/docs/themes/hugo-theme-learn/layouts/partials/search.html b/docs/themes/hugo-theme-learn/layouts/partials/search.html
index f248041..61e25b2 100644
--- a/docs/themes/hugo-theme-learn/layouts/partials/search.html
+++ b/docs/themes/hugo-theme-learn/layouts/partials/search.html
@@ -3,6 +3,6 @@
     <input id="search-by" type="text" placeholder="Search">
     <span data-search-clear=""><i class="fa fa-close"></i></span>
 </div>
-<script type="text/javascript" src="http://ovfotjrsi.bkt.clouddn.com/docs//js/lunr.min.js"></script>
-<script type="text/javascript" src="http://ovfotjrsi.bkt.clouddn.com/docs//js/horsey.js"></script>
-<script type="text/javascript" src="http://ovfotjrsi.bkt.clouddn.com/docs//js/search.js"></script>
+<script type="text/javascript" src="https://shardingsphere.apache.org/elasticjob/lite//js/lunr.min.js"></script>
+<script type="text/javascript" src="https://shardingsphere.apache.org/elasticjob/lite//js/horsey.js"></script>
+<script type="text/javascript" src="https://shardingsphere.apache.org/elasticjob/lite//js/search.js"></script>