You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/09/28 09:15:37 UTC

[flink-kubernetes-operator] branch release-1.2 updated: [release] Update docs config for release branch

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch release-1.2
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/release-1.2 by this push:
     new c013c6dd [release] Update docs config for release branch
c013c6dd is described below

commit c013c6ddc5a84f90ee27881aedd6336b1e791a83
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Wed Sep 28 11:14:40 2022 +0200

    [release] Update docs config for release branch
---
 docs/config.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 76de23e2..a7bc2b75 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-kubernetes-operator-docs-main'
+baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.2'
 languageCode = 'en-us'
 title = 'Apache Flink Kubernetes Operator'
 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 = "1.2-SNAPSHOT"
+  Version = "1.2.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 = "1.2-SNAPSHOT"
+  VersionTitle = "1.2"
 
   # The branch for this version of the Apache Flink Kubernetes Operator
-  Branch = "main"
+  Branch = "release-1.2"
 
   # The github repository for the Apache Flink Kubernetes Operator
   Repo = "//github.com/apache/flink-kubernetes-operator"