This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new cb8b83c [FLINK-28396][doc] Updating config file with doc versions
cb8b83c is described below
commit cb8b83cec7dd1df373b993f6e192fa6568685df0
Author: doramarsal <[email protected]>
AuthorDate: Wed Jul 6 11:15:01 2022 +0200
[FLINK-28396][doc] Updating config file with doc versions
---
docs/config.toml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index d4c2001..0e9692f 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ 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.0-SNAPSHOT"
+ Version = "1.1-SNAPSHOT"
# 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.0-SNAPSHOT"
+ VersionTitle = "1.1-SNAPSHOT"
# The branch for this version of the Apache Flink Kubernetes Operator
Branch = "main"
@@ -60,6 +60,8 @@ pygmentsUseClasses = true
]
PreviousDocs = [
+ ["1.0",
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.0"],
+ ["0.1",
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-0.1"]
]
[markup]