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

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

commit 6a8bc506e9d9bbbb25bbf682c9900a581b1e83a7
Author: Max Michels <max_mich...@apple.com>
AuthorDate: Thu Mar 14 15:59:12 2024 +0100

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

diff --git a/docs/config.toml b/docs/config.toml
index 4b5317ed..73c8c84c 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.8'
 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.8-SNAPSHOT"
+  Version = "1.8.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.8-SNAPSHOT"
+  VersionTitle = "1.8"
 
   # The branch for this version of the Apache Flink Kubernetes Operator
-  Branch = "main"
+  Branch = "release-1.8"
 
   # The github repository for the Apache Flink Kubernetes Operator
   Repo = "//github.com/apache/flink-kubernetes-operator"
@@ -59,7 +59,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/api/java/"]
+    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8/api/java/"],
   ]
 
   PreviousDocs = [

Reply via email to