Skip to content

Commit be8e899

Browse files
committed
[release] Update docs config for release branch
1 parent d54c8df commit be8e899

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main'
17+
baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11'
1818
languageCode = 'en-us'
1919
title = 'Apache Flink Kubernetes Operator'
2020
enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
2424
[params]
2525
# Flag whether this is a stable version or not.
2626
# Used for the quickstart page.
27-
IsStable = false
27+
IsStable = true
2828

2929
# Flag to indicate whether an outdated warning should be shown.
3030
ShowOutDatedWarning = false
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
3434
# we change the version for the complete docs when forking of a release branch
3535
# etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "1.11-SNAPSHOT"
37+
Version = "1.11.0"
3838

3939
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
4040
# release this should be the same as the regular version
41-
VersionTitle = "1.11-SNAPSHOT"
41+
VersionTitle = "1.11"
4242

4343
# The branch for this version of the Apache Flink Kubernetes Operator
44-
Branch = "main"
44+
Branch = "release-1.11"
4545

4646
# The github repository for the Apache Flink Kubernetes Operator
4747
Repo = "//github.com/apache/flink-kubernetes-operator"
@@ -53,13 +53,13 @@ pygmentsUseClasses = true
5353

5454
ProjectHomepage = "//flink.apache.org"
5555

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/"
5757

5858
# External links at the bottom
5959
# of the menu
6060
MenuLinks = [
6161
["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/"]
6363
]
6464

6565
PreviousDocs = [

0 commit comments

Comments
 (0)