Skip to content

Commit

Permalink
[hotfix][build] Add release-3.3 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanhang1993 committed Jan 17, 2025
1 parent 8815f2b commit 1fc0449
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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-cdc-docs-master'
baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-release-3.3'
languageCode = 'en-us'
title = 'Apache Flink CDC'
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
# 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"
Expand All @@ -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 = [
Expand Down

0 comments on commit 1fc0449

Please sign in to comment.