Skip to content

Commit 20c6fa3

Browse files
committed
[release] Update doc config
1 parent bd18d4e commit 20c6fa3

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.10'
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.10-SNAPSHOT"
37+
Version = "1.10.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.10-SNAPSHOT"
41+
VersionTitle = "1.10"
4242

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

4646
# The github repository for the Apache Flink Kubernetes Operator
4747
Repo = "//github.com/apache/flink-kubernetes-operator"
@@ -59,12 +59,12 @@ pygmentsUseClasses = true
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.10/api/java/"]
6363
]
6464

6565
PreviousDocs = [
66+
["1.9", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.9"],
6667
["1.8", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8"],
67-
["1.7", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.7"],
6868
]
6969

7070
[markup]

0 commit comments

Comments
 (0)