You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by gi...@apache.org on 2020/09/01 02:24:13 UTC

[incubator-tubemq-website] branch asf-site updated: Automated deployment: Tue Sep 1 02:24:04 UTC 2020 f3dc250ec1ed3e33e032e3efd72a64f74a238748

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 26d8d72  Automated deployment: Tue Sep  1 02:24:04 UTC 2020 f3dc250ec1ed3e33e032e3efd72a64f74a238748
26d8d72 is described below

commit 26d8d72294aa948d46705c03982c9b74f503ca85
Author: gosonzhang <go...@users.noreply.github.com>
AuthorDate: Tue Sep 1 02:24:05 2020 +0000

    Automated deployment: Tue Sep  1 02:24:04 UTC 2020 f3dc250ec1ed3e33e032e3efd72a64f74a238748
---
 docs/en-us/quick_start.md   | 2 +-
 en-us/docs/quick_start.html | 2 +-
 en-us/docs/quick_start.json | 2 +-
 en-us/docs/quick_start.md   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/quick_start.md b/docs/en-us/quick_start.md
index 9fa218f..ad84f77 100644
--- a/docs/en-us/quick_start.md
+++ b/docs/en-us/quick_start.md
@@ -23,7 +23,7 @@ mvn test
 - Build Individual Module:
 ```bash
 mvn clean install
-cd module-name (比如: tubemq-client)
+cd module-name (e.g. tubemq-client)
 mvn test
 ```
 After the build, please go to `tubemq-server/target`. You can find the
diff --git a/en-us/docs/quick_start.html b/en-us/docs/quick_start.html
index 057795b..c83246f 100644
--- a/en-us/docs/quick_start.html
+++ b/en-us/docs/quick_start.html
@@ -38,7 +38,7 @@
 <li>Build Individual Module:</li>
 </ul>
 <pre><code class="language-bash">mvn clean install
-<span class="hljs-built_in">cd</span> module-name (比如: tubemq-client)
+<span class="hljs-built_in">cd</span> module-name (e.g. tubemq-client)
 mvn <span class="hljs-built_in">test</span>
 </code></pre>
 <p>After the build, please go to <code>tubemq-server/target</code>. You can find the
diff --git a/en-us/docs/quick_start.json b/en-us/docs/quick_start.json
index c480b7a..159d3ba 100644
--- a/en-us/docs/quick_start.json
+++ b/en-us/docs/quick_start.json
@@ -1,6 +1,6 @@
 {
   "filename": "quick_start.md",
-  "__html": "<h2>Build TubeMQ</h2>\n<h3>Prerequisites</h3>\n<ul>\n<li>Java JDK 1.7 or 1.8</li>\n<li>Maven 3.3+</li>\n</ul>\n<h3>Build Distribution Tarball</h3>\n<ul>\n<li>Compile and Package</li>\n</ul>\n<pre><code class=\"language-bash\">mvn clean package -DskipTests\n</code></pre>\n<ul>\n<li>(Optional) Build Using Docker:</li>\n</ul>\n<pre><code class=\"language-bash\">docker run -v REPLACE_WITH_SOURCE_PATH:/tubemq  apachetubemq/tubemq-build clean package -DskipTests\n</code></pre>\n<u [...]
+  "__html": "<h2>Build TubeMQ</h2>\n<h3>Prerequisites</h3>\n<ul>\n<li>Java JDK 1.7 or 1.8</li>\n<li>Maven 3.3+</li>\n</ul>\n<h3>Build Distribution Tarball</h3>\n<ul>\n<li>Compile and Package</li>\n</ul>\n<pre><code class=\"language-bash\">mvn clean package -DskipTests\n</code></pre>\n<ul>\n<li>(Optional) Build Using Docker:</li>\n</ul>\n<pre><code class=\"language-bash\">docker run -v REPLACE_WITH_SOURCE_PATH:/tubemq  apachetubemq/tubemq-build clean package -DskipTests\n</code></pre>\n<u [...]
   "link": "/en-us/docs/quick_start.html",
   "meta": {
     "title": "Quick Start - Apache TubeMQ"
diff --git a/en-us/docs/quick_start.md b/en-us/docs/quick_start.md
index 9fa218f..ad84f77 100644
--- a/en-us/docs/quick_start.md
+++ b/en-us/docs/quick_start.md
@@ -23,7 +23,7 @@ mvn test
 - Build Individual Module:
 ```bash
 mvn clean install
-cd module-name (比如: tubemq-client)
+cd module-name (e.g. tubemq-client)
 mvn test
 ```
 After the build, please go to `tubemq-server/target`. You can find the