This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new ad720da96e [release] Publish 2.0 documentation
ad720da96e is described below
commit ad720da96e7b11c627f25a1744e84b45df28e904
Author: JingsongLi <[email protected]>
AuthorDate: Fri Aug 7 12:33:06 2026 +0800
[release] Publish 2.0 documentation
---
docs/docs/project/download.mdx | 4 ++--
docs/docusaurus.config.js | 24 +++++++++++++-----------
2 files changed, 15 insertions(+), 13 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..0d8497e8c5 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -7,7 +7,7 @@ const config = {
favicon: 'favicon.png',
url: 'https://paimon.apache.org',
- baseUrl: '/docs/master/',
+ baseUrl: '/docs/2.0/',
organizationName: 'apache',
projectName: 'paimon',
@@ -30,20 +30,21 @@ const config = {
},
customFields: {
- version: '1.5-SNAPSHOT',
- versionTitle: '1.5-SNAPSHOT',
- branch: 'master',
+ version: '2.0.0',
+ versionTitle: '2.0',
+ branch: 'release-2.0',
flinkVersion: '1.20',
- isStable: false,
+ isStable: true,
showOutDatedWarning: false,
githubRepo: 'https://github.com/apache/paimon.git',
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'},
@@ -58,7 +59,7 @@ const config = {
docs: {
routeBasePath: '/',
sidebarPath: './sidebars.js',
- editUrl: 'https://github.com/apache/paimon/edit/master/docs/',
+ editUrl: 'https://github.com/apache/paimon/edit/release-2.0/docs/',
beforeDefaultRemarkPlugins: [
require('./src/plugins/remark-variable-interpolation'),
],
@@ -122,11 +123,12 @@ const config = {
items: [
{
type: 'dropdown',
- label: '1.5-SNAPSHOT',
+ label: '2.0',
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'},