diff --git a/docs/config.toml b/docs/config.toml index af11fd7b16c1..a3273f7d5c64 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -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.6' languageCode = 'en-us' title = 'Apache Paimon' enableGitInfo = false @@ -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 @@ -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.6-SNAPSHOT" + Version = "0.6.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.6-SNAPSHOT" + VersionTitle = "0.6" # The branch for this version of Apache Paimon - Branch = "master" + Branch = "0.6" # The github repository for Apache Paimon Repo = "//github.com/apache/incubator-paimon" @@ -64,11 +64,11 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.5" + StableDocs = "https://paimon.apache.org/docs/0.6" PreviousDocs = [ ["master", "https://paimon.apache.org/docs/master"], - ["stable", "https://paimon.apache.org/docs/0.5"], + ["stable", "https://paimon.apache.org/docs/0.6"], ["0.5", "https://paimon.apache.org/docs/0.5"], ]