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 <sjwies...@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>

Reply via email to