Skip to content

Commit

Permalink
[release][doc] Update doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Jan 26, 2024
1 parent b88938d commit 6a31721
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.7'
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.7-SNAPSHOT"
Version = "0.7.0-incubating"

# 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.7-SNAPSHOT"
VersionTitle = "0.7"

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

# The github repository for Apache Paimon
Repo = "//github.com/apache/incubator-paimon"
Expand All @@ -64,11 +64,11 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]

StableDocs = "https://paimon.apache.org/docs/0.6"
StableDocs = "https://paimon.apache.org/docs/0.7"

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

Expand Down

0 comments on commit 6a31721

Please sign in to comment.