|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-master'
|
|
|
|
|
baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-release-3.3'
|
|
|
|
|
languageCode = 'en-us'
|
|
|
|
|
title = 'Apache Flink CDC'
|
|
|
|
|
enableGitInfo = false
|
|
|
|
@ -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
|
|
|
|
@ -34,14 +34,14 @@ pygmentsUseClasses = true
|
|
|
|
|
# where 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 = "3.3-SNAPSHOT"
|
|
|
|
|
Version = "3.3.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 = "3.3-SNAPSHOT"
|
|
|
|
|
VersionTitle = "3.3"
|
|
|
|
|
|
|
|
|
|
# The branch for this version of Apache Flink CDC
|
|
|
|
|
Branch = "master"
|
|
|
|
|
Branch = "release-3.3"
|
|
|
|
|
|
|
|
|
|
# The GitHub repository for Apache Flink CDC
|
|
|
|
|
Repo = "//github.com/apache/flink-cdc"
|
|
|
|
@ -54,7 +54,7 @@ pygmentsUseClasses = true
|
|
|
|
|
# of the menu
|
|
|
|
|
MenuLinks = [
|
|
|
|
|
["Project Homepage", "//flink.apache.org"],
|
|
|
|
|
["JavaDocs", "//nightlies.apache.org/flink/flink-cdc-docs-master/api/java/"],
|
|
|
|
|
["JavaDocs", "//nightlies.apache.org/flink/flink-cdc-docs-release-3.3/api/java/"],
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
PreviousDocs = [
|
|
|
|
|