You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2020/06/11 02:39:34 UTC

[flink-web] branch asf-site updated (985d9da -> 82c710d)

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

sjwiesman pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from 985d9da  rebuild website
     new d60d129  Syncing the ZH version of the Docs Style Guide with recent changes and correcting an additional point.
     new 82c710d  rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contributing/docs-style.html    | 2 +-
 content/zh/contributing/docs-style.html | 8 +++-----
 contributing/docs-style.md              | 2 +-
 contributing/docs-style.zh.md           | 8 +++-----
 4 files changed, 8 insertions(+), 12 deletions(-)


[flink-web] 01/02: Syncing the ZH version of the Docs Style Guide with recent changes and correcting an additional point.

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit d60d1296a8e02917ecb70f03fa57d97d2d0f7005
Author: Marta Paes Moreira <ma...@gmail.com>
AuthorDate: Wed Jun 10 10:07:18 2020 +0200

    Syncing the ZH version of the Docs Style Guide with recent changes and correcting an additional point.
---
 contributing/docs-style.md    | 2 +-
 contributing/docs-style.zh.md | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/contributing/docs-style.md b/contributing/docs-style.md
index a7c79be..d016d00 100644
--- a/contributing/docs-style.md
+++ b/contributing/docs-style.md
@@ -82,7 +82,7 @@ opening a pull-request.
 ## Repository
 
 Markdown files (.md) should have a short name that summarizes the topic
-covered, spelled in **lowercase** and with **underscores** separating the
+covered, spelled in **lowercase** and with **dashes (-)** separating the
 words. The Chinese version file should have the same name as the English
 version, but suffixed with **.zh.md**.
 
diff --git a/contributing/docs-style.zh.md b/contributing/docs-style.zh.md
index a39f6df..d016d00 100644
--- a/contributing/docs-style.zh.md
+++ b/contributing/docs-style.zh.md
@@ -82,7 +82,7 @@ opening a pull-request.
 ## Repository
 
 Markdown files (.md) should have a short name that summarizes the topic
-covered, spelled in **lowercase** and with **underscores** separating the
+covered, spelled in **lowercase** and with **dashes (-)** separating the
 words. The Chinese version file should have the same name as the English
 version, but suffixed with **.zh.md**.
 
@@ -336,13 +336,11 @@ overwriting.
   [Link Text](#heading-title) 
   ```
 
-* **Links to other pages of the Flink documentation.** The base relative path
-  to the domain of the documentation is available as a configuration variable
-  named `baseurl`.
+* **Links to other pages of the Flink documentation.**
 
   {% raw %}
   ```liquid 
-  [Link Text]({{ site.baseurl }}{% link path/to/link-page.md %})
+  [Link Text]({% link path/to/link-page.md %})
   ```
   {% endraw %}
 


[flink-web] 02/02: rebuild website

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 82c710d04c98c9a3539ddca62bbd6e3cc5165589
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Wed Jun 10 21:39:15 2020 -0500

    rebuild website
---
 content/contributing/docs-style.html    | 2 +-
 content/zh/contributing/docs-style.html | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/contributing/docs-style.html b/content/contributing/docs-style.html
index 5c96a82..cf04a02 100644
--- a/content/contributing/docs-style.html
+++ b/content/contributing/docs-style.html
@@ -328,7 +328,7 @@ opening a pull-request.</p>
 <h2 id="repository">Repository</h2>
 
 <p>Markdown files (.md) should have a short name that summarizes the topic
-covered, spelled in <strong>lowercase</strong> and with <strong>underscores</strong> separating the
+covered, spelled in <strong>lowercase</strong> and with <strong>dashes (-)</strong> separating the
 words. The Chinese version file should have the same name as the English
 version, but suffixed with <strong>.zh.md</strong>.</p>
 
diff --git a/content/zh/contributing/docs-style.html b/content/zh/contributing/docs-style.html
index 0c52d6d..066dad6 100644
--- a/content/zh/contributing/docs-style.html
+++ b/content/zh/contributing/docs-style.html
@@ -326,7 +326,7 @@ opening a pull-request.</p>
 <h2 id="repository">Repository</h2>
 
 <p>Markdown files (.md) should have a short name that summarizes the topic
-covered, spelled in <strong>lowercase</strong> and with <strong>underscores</strong> separating the
+covered, spelled in <strong>lowercase</strong> and with <strong>dashes (-)</strong> separating the
 words. The Chinese version file should have the same name as the English
 version, but suffixed with <strong>.zh.md</strong>.</p>
 
@@ -575,11 +575,9 @@ making the heading lowercase and replacing internal spaces with hyphens.</p>
     <div class="highlight"><pre><code class="language-liquid">[Link Text](#heading-title)</code></pre></div>
   </li>
   <li>
-    <p><strong>Links to other pages of the Flink documentation.</strong> The base relative path
-to the domain of the documentation is available as a configuration variable
-named <code>baseurl</code>.</p>
+    <p><strong>Links to other pages of the Flink documentation.</strong></p>
 
-    <div class="highlight"><pre><code class="language-liquid">[Link Text](<span class="p">{{</span><span class="w"> </span><span class="nv">site</span><span class="p">.</span><span class="nv">baseurl</span><span class="w"> </span><span class="p">}}{%</span><span class="w"> </span><span class="nt">link</span><span class="w"> </span>path/to/link-page.md<span class="w"> </span><span class="p">%}</span>)</code></pre></div>
+    <div class="highlight"><pre><code class="language-liquid">[Link Text](<span class="p">{%</span><span class="w"> </span><span class="nt">link</span><span class="w"> </span>path/to/link-page.md<span class="w"> </span><span class="p">%}</span>)</code></pre></div>
   </li>
   <li>
     <p><strong>Links to external pages</strong></p>