Skip to content

Commit

Permalink
[doc] Add release 1.0 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jan 3, 2025
1 parent aae4983 commit 480acd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]

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

PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
["stable", "https://paimon.apache.org/docs/0.9"],
["stable", "https://paimon.apache.org/docs/1.0"],
["1.0", "https://paimon.apache.org/docs/1.0"],
["0.9", "https://paimon.apache.org/docs/0.9"],
["0.8", "https://paimon.apache.org/docs/0.8"],
]
Expand Down

0 comments on commit 480acd5

Please sign in to comment.