blob: 3af07ec245c12734d9ce65ebc93fd766fa4d1386 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
baseURL = 'https://flink.apache.org'
languageCode = "en-us"
title = "Apache Flink"
enableGitInfo = false
theme = "book"
pygmentsUseClasses = true
[permalinks]
posts = "/:year/:month/:day/:title/"
[params]
DocsBaseUrl = "//nightlies.apache.org/flink"
# The github repository for Apache Flink project website
Repo = "//github.com/apache/flink-web"
# The link to Flink's Jira issues
FlinkIssuesUrl = "https://issues.apache.org/jira/projects/FLINK/issues/"
FlinkStableVersion = "1.17.0"
FlinkStableShortVersion = "1.17"
StateFunStableVersion = "3.2.0"
StateFunStableShortVersion = "3.2"
FlinkMLStableVersion = "2.1.0"
FlinkMLStableShortVersion = "2.1"
FlinkKubernetesOperatorStableVersion = "1.4.0"
FlinkKubernetesOperatorStableShortVersion = "1.4"
FlinkTableStoreStableVersion = "0.3.0"
FlinkTableStoreStableShortVersion = "0.3"
# External links at the bottom
# of the menu
MenuLinks = [
["Flink on GitHub", "https://github.com/apache/flink"],
["@ApacheFlink", "https://twitter.com/apacheflink"]
]
[markup]
[markup.goldmark.renderer]
unsafe = true
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
weight = 1
[languages.zh]
languageName = '中文版'
contentDir = 'content.zh'
weight = 2