This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch test-doc in repository https://gitbox.apache.org/repos/asf/flink.git
commit 380b5a5d2e92e50a6d226bed70357cf414eb9e9b Author: Weijie Guo <[email protected]> AuthorDate: Fri Aug 2 16:43:11 2024 +0800 update toml --- docs/config.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 0fb4a4e02c2..a38ca00f075 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 = '//nightlies.apache.org/flink/flink-docs-master' +baseURL = '//nightlies.apache.org/flink/flink-docs-release-1.20' languageCode = "en-us" title = "Apache Flink" 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 = "2.0-SNAPSHOT" + Version = "1.20.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 = "2.0-SNAPSHOT" + VersionTitle = "1.20" # The branch for this version of Apache Flink - Branch = "master" + Branch = "release-1.20" # The github repository for Apache Flink Repo = "//github.com/apache/flink" @@ -60,22 +60,23 @@ pygmentsUseClasses = true ZhDownloadPage = "//flink.apache.org/zh/downloads.html" - JavaDocs = "//nightlies.apache.org/flink/flink-docs-master/api/java/" + JavaDocs = "//nightlies.apache.org/flink/flink-docs-release-1.20/api/java/" - ScalaDocs = "//nightlies.apache.org/flink/flink-docs-master/api/scala/index.html#org.apache.flink.api.scala.package" + ScalaDocs = "//nightlies.apache.org/flink/flink-docs-release-1.20/api/scala/index.html#org.apache.flink.api.scala.package" - PyDocs = "//nightlies.apache.org/flink/flink-docs-master/api/python/" + PyDocs = "//nightlies.apache.org/flink/flink-docs-release-1.20/api/python/" # External links at the bottom # of the menu MenuLinks = [ ["Project Homepage", "//flink.apache.org"], - ["JavaDocs", "//nightlies.apache.org/flink/flink-docs-master/api/java/"], - ["ScalaDocs", "//nightlies.apache.org/flink/flink-docs-master/api/scala/index.html#org.apache.flink.api.scala.package"], - ["PyDocs", "//nightlies.apache.org/flink/flink-docs-master/api/python/"] + ["JavaDocs", "//nightlies.apache.org/flink/flink-docs-release-1.20/api/java/"], + ["ScalaDocs", "//nightlies.apache.org/flink/flink-docs-release-1.20/api/scala/index.html#org.apache.flink.api.scala.package/"], + ["PyDocs", "//nightlies.apache.org/flink/flink-docs-release-1.20/api/python/"] ] PreviousDocs = [ + ["1.20", "http://nightlies.apache.org/flink/flink-docs-release-1.20"], ["1.19", "http://nightlies.apache.org/flink/flink-docs-release-1.19"], ["1.18", "http://nightlies.apache.org/flink/flink-docs-release-1.18"], ["1.17", "http://nightlies.apache.org/flink/flink-docs-release-1.17"],
