This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 63e2c7854f [release] Publish 2.0 documentation
63e2c7854f is described below
commit 63e2c7854f5cd994d9391362992c6d3d4948b241
Author: JingsongLi <[email protected]>
AuthorDate: Fri Aug 7 12:32:52 2026 +0800
[release] Publish 2.0 documentation
---
docs/docs/project/download.mdx | 4 ++--
docs/docusaurus.config.js | 16 +++++++++-------
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/docs/docs/project/download.mdx b/docs/docs/project/download.mdx
index 4bfb9591df..b361f7b84c 100644
--- a/docs/docs/project/download.mdx
+++ b/docs/docs/project/download.mdx
@@ -153,7 +153,7 @@ This documentation is a guide for downloading Paimon Jars.
-## MANIFEST.MF
+<h2>MANIFEST.MF</h2>
For unstable version, you can find git commit id in jar:
@@ -176,4 +176,4 @@ The `SCM-Revision` git commit id.
-</Unstable>
\ No newline at end of file
+</Unstable>
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 14c1a41340..c78c2c905e 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -30,8 +30,8 @@ const config = {
},
customFields: {
- version: '1.5-SNAPSHOT',
- versionTitle: '1.5-SNAPSHOT',
+ version: '2.1-SNAPSHOT',
+ versionTitle: '2.1-SNAPSHOT',
branch: 'master',
flinkVersion: '1.20',
isStable: false,
@@ -40,10 +40,11 @@ const config = {
trinoGithubRepo: 'https://github.com/apache/paimon-trino.git',
prestoGithubRepo: 'https://github.com/apache/paimon-presto.git',
scalaVersion: '_2.12',
- stableDocs: 'https://paimon.apache.org/docs/1.4',
+ stableDocs: 'https://paimon.apache.org/docs/2.0',
previousDocs: [
{label: 'master', href: 'https://paimon.apache.org/docs/master'},
- {label: 'stable (1.4)', href: 'https://paimon.apache.org/docs/1.4'},
+ {label: 'stable (2.0)', href: 'https://paimon.apache.org/docs/2.0'},
+ {label: '1.4', href: 'https://paimon.apache.org/docs/1.4'},
{label: '1.3', href: 'https://paimon.apache.org/docs/1.3'},
{label: '1.2', href: 'https://paimon.apache.org/docs/1.2'},
{label: '1.1', href: 'https://paimon.apache.org/docs/1.1'},
@@ -122,11 +123,12 @@ const config = {
items: [
{
type: 'dropdown',
- label: '1.5-SNAPSHOT',
+ label: '2.1-SNAPSHOT',
position: 'right',
items: [
- {label: 'master (1.5-SNAPSHOT)', href:
'https://paimon.apache.org/docs/master'},
- {label: '1.4 (stable)', href:
'https://paimon.apache.org/docs/1.4'},
+ {label: 'master (2.1-SNAPSHOT)', href:
'https://paimon.apache.org/docs/master'},
+ {label: '2.0 (stable)', href:
'https://paimon.apache.org/docs/2.0'},
+ {label: '1.4', href: 'https://paimon.apache.org/docs/1.4'},
{label: '1.3', href: 'https://paimon.apache.org/docs/1.3'},
{label: '1.2', href: 'https://paimon.apache.org/docs/1.2'},
{label: '1.1', href: 'https://paimon.apache.org/docs/1.1'},