14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- baseURL = ' //nightlies.apache.org/flink/flink-kubernetes-operator-docs-main '
17
+ baseURL = ' //nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11 '
18
18
languageCode = ' en-us'
19
19
title = ' Apache Flink Kubernetes Operator'
20
20
enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
24
24
[params ]
25
25
# Flag whether this is a stable version or not.
26
26
# Used for the quickstart page.
27
- IsStable = false
27
+ IsStable = true
28
28
29
29
# Flag to indicate whether an outdated warning should be shown.
30
30
ShowOutDatedWarning = false
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
34
34
# we change the version for the complete docs when forking of a release branch
35
35
# etc.
36
36
# The full version string as referenced in Maven (e.g. 1.2.1)
37
- Version = " 1.11-SNAPSHOT "
37
+ Version = " 1.11.0 "
38
38
39
39
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
40
40
# release this should be the same as the regular version
41
- VersionTitle = " 1.11-SNAPSHOT "
41
+ VersionTitle = " 1.11"
42
42
43
43
# The branch for this version of the Apache Flink Kubernetes Operator
44
- Branch = " main "
44
+ Branch = " release-1.11 "
45
45
46
46
# The github repository for the Apache Flink Kubernetes Operator
47
47
Repo = " //github.com/apache/flink-kubernetes-operator"
@@ -53,13 +53,13 @@ pygmentsUseClasses = true
53
53
54
54
ProjectHomepage = " //flink.apache.org"
55
55
56
- JavaDocs = " //nightlies.apache.org/flink/flink-kubernetes-operator-docs-main /api/java/"
56
+ JavaDocs = " //nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11 /api/java/"
57
57
58
58
# External links at the bottom
59
59
# of the menu
60
60
MenuLinks = [
61
61
[" Project Homepage" , " //flink.apache.org" ],
62
- [" JavaDocs" , " //nightlies.apache.org/flink/flink-kubernetes-operator-docs-main /api/java/" ]
62
+ [" JavaDocs" , " //nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11 /api/java/" ]
63
63
]
64
64
65
65
PreviousDocs = [
0 commit comments