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/09 14:58:54 UTC

[flink-web] branch asf-site updated (385872e -> 985d9da)

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 385872e  Rebuild website
     new 94758ac  [hotfix] Update docs style for creating cross links
     new 985d9da  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 | 6 ++----
 contributing/docs-style.md           | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)


[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 985d9da79fab248e5746d64ee6700f870acb5270
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Tue Jun 9 09:58:33 2020 -0500

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

diff --git a/content/contributing/docs-style.html b/content/contributing/docs-style.html
index 2936d6b..5c96a82 100644
--- a/content/contributing/docs-style.html
+++ b/content/contributing/docs-style.html
@@ -577,11 +577,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>


[flink-web] 01/02: [hotfix] Update docs style for creating cross links

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 94758acac66ba2379c3142551e3278378106687c
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Tue Jun 9 09:58:24 2020 -0500

    [hotfix] Update docs style for creating cross links
---
 contributing/docs-style.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/contributing/docs-style.md b/contributing/docs-style.md
index a39f6df..a7c79be 100644
--- a/contributing/docs-style.md
+++ b/contributing/docs-style.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 %}