Skip to content

Commit

Permalink
[doc] Update to 0.9 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Sep 13, 2024
1 parent 169bea9 commit 6ba7e39
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

baseURL = '//paimon.apache.org/docs/master'
baseURL = '//paimon.apache.org/docs/0.9'
languageCode = 'en-us'
title = 'Apache Paimon'
enableGitInfo = false
Expand All @@ -24,7 +24,7 @@ pygmentsUseClasses = true
[params]
# Flag whether this is a stable version or not.
# Used for the quickstart page.
IsStable = false
IsStable = true

# Flag to indicate whether an outdated warning should be shown.
ShowOutDatedWarning = false
Expand All @@ -34,14 +34,14 @@ pygmentsUseClasses = true
# we change the version for the complete docs when forking of a release branch
# etc.
# The full version string as referenced in Maven (e.g. 1.2.1)
Version = "0.9-SNAPSHOT"
Version = "0.9.0"

# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
# release this should be the same as the regular version
VersionTitle = "0.9-SNAPSHOT"
VersionTitle = "0.9"

# The branch for this version of Apache Paimon
Branch = "master"
Branch = "0.9"

# The most recent supported Apache Flink version
FlinkVersion = "1.20"
Expand All @@ -67,15 +67,13 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]

StableDocs = "https://paimon.apache.org/docs/0.8"
StableDocs = "https://paimon.apache.org/docs/0.9"

PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
["stable", "https://paimon.apache.org/docs/0.8"],
["stable", "https://paimon.apache.org/docs/0.9"],
["0.9", "https://paimon.apache.org/docs/0.9"],
["0.8", "https://paimon.apache.org/docs/0.8"],
["0.7", "https://paimon.apache.org/docs/0.7"],
["0.6", "https://paimon.apache.org/docs/0.6"],
["0.5", "https://paimon.apache.org/docs/0.5"]
]

BookSection = '/'
Expand Down

0 comments on commit 6ba7e39

Please sign in to comment.