This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.9 by this push:
new f2ab7df [hotfix] Fix the base url of release 1.9 docs and mark 1.9 as
stable
f2ab7df is described below
commit f2ab7dfe2350e5ee0d69a9c11e0d87a66ebd06b1
Author: zhuzhu.zz <[email protected]>
AuthorDate: Sat Aug 24 21:05:53 2019 +0800
[hotfix] Fix the base url of release 1.9 docs and mark 1.9 as stable
This closes #9528.
---
docs/_config.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 9aa4182..8fd855b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -47,14 +47,14 @@ github_url: "https://github.com/apache/flink"
download_url: "http://flink.apache.org/downloads.html"
# please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-docs-master
+baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.9
stable_baseurl: //ci.apache.org/projects/flink/flink-docs-stable
-javadocs_baseurl: //ci.apache.org/projects/flink/flink-docs-master
-pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-master
+javadocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.9
+pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.9
# Flag whether this is a stable version or not. Used for the quickstart page.
-is_stable: false
+is_stable: true
# Flag to indicate whether an outdated warning should be shown.
show_outdated_warning: false