Skip to content

Commit

Permalink
[release] Update doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
morhidi committed Oct 14, 2024
1 parent bd18d4e commit 20c6fa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10'
languageCode = 'en-us'
title = 'Apache Flink Kubernetes Operator'
enableGitInfo = false
Expand All @@ -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
Expand All @@ -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.10-SNAPSHOT"
Version = "1.10.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.10-SNAPSHOT"
VersionTitle = "1.10"

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

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

PreviousDocs = [
["1.9", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.9"],
["1.8", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8"],
["1.7", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.7"],
]

[markup]
Expand Down

0 comments on commit 20c6fa3

Please sign in to comment.