Skip to content

Commit 647865f

Browse files
committed
[doc] Update to 0.9 stable
1 parent e200fac commit 647865f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/config.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
3434
# we change the version for the complete docs when forking of a release branch
3535
# etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "0.9-SNAPSHOT"
37+
Version = "1.0-SNAPSHOT"
3838

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

4343
# The branch for this version of Apache Paimon
4444
Branch = "master"
@@ -67,15 +67,13 @@ pygmentsUseClasses = true
6767
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
6868
]
6969

70-
StableDocs = "https://paimon.apache.org/docs/0.8"
70+
StableDocs = "https://paimon.apache.org/docs/0.9"
7171

7272
PreviousDocs = [
7373
["master", "https://paimon.apache.org/docs/master"],
74-
["stable", "https://paimon.apache.org/docs/0.8"],
74+
["stable", "https://paimon.apache.org/docs/0.9"],
75+
["0.9", "https://paimon.apache.org/docs/0.9"],
7576
["0.8", "https://paimon.apache.org/docs/0.8"],
76-
["0.7", "https://paimon.apache.org/docs/0.7"],
77-
["0.6", "https://paimon.apache.org/docs/0.6"],
78-
["0.5", "https://paimon.apache.org/docs/0.5"]
7977
]
8078

8179
BookSection = '/'

0 commit comments

Comments
 (0)