You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/03/20 04:01:48 UTC

[incubator-paimon] branch master updated: [docs] Fix stable version link

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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new d44741d6a [docs] Fix stable version link
d44741d6a is described below

commit d44741d6aaa43a73a20ef96979a8ded72efc2f6c
Author: Leonard Xu <xb...@gmail.com>
AuthorDate: Mon Mar 20 12:01:42 2023 +0800

    [docs] Fix stable version link
    
    This closes #651
---
 docs/config.toml                                      | 2 +-
 docs/layouts/partials/docs/inject/content-before.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 3928cadfc..aed0cdffb 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -62,7 +62,7 @@ pygmentsUseClasses = true
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master"],
-    ["latest", "https://nightlies.apache.org/flink/flink-table-store-docs-release-0.3"],
+    ["stable", "https://nightlies.apache.org/flink/flink-table-store-docs-release-0.3"],
     ["0.3", "https://nightlies.apache.org/flink/flink-table-store-docs-release-0.3"],
   ]
 
diff --git a/docs/layouts/partials/docs/inject/content-before.html b/docs/layouts/partials/docs/inject/content-before.html
index 42aca36ae..acbc055b8 100644
--- a/docs/layouts/partials/docs/inject/content-before.html
+++ b/docs/layouts/partials/docs/inject/content-before.html
@@ -23,14 +23,14 @@ under the License.
 {{ if $.Site.Params.ShowOutDatedWarning }}
 <article class="markdown">
     <blockquote style="border-color:#f66">
-        {{ markdownify "This documentation is for an out-of-date version of Apache Paimon. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/paimon-docs-stable/)."}}
+        {{ markdownify "This documentation is for an out-of-date version of Apache Paimon. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-table-store-docs-stable/)."}}
     </blockquote>
 </article>
 {{ end }}
 {{ if (not $.Site.Params.IsStable) }}
 <article class="markdown">
     <blockquote style="border-color:#f66">
-        {{ markdownify "This documentation is for an unreleased version of Apache Paimon. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/paimon-docs-stable/)."}}
+        {{ markdownify "This documentation is for an unreleased version of Apache Paimon. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-table-store-docs-stable/)."}}
     </blockquote>
 </article>
 {{ end }}