This is an automated email from the ASF dual-hosted git repository. sjwiesman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 1f6eed685bfef91686dab18ab43944341878c0a2 Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Tue Mar 30 17:34:06 2021 +0800 [hotfix] [docs] Amend config.toml for standard stable release configs --- docs/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 06c5124..c3a3280 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -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 @@ -61,6 +61,7 @@ pygmentsUseClasses = true ] PreviousDocs = [ + ["3.0", "https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0"], ["2.2", "https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2"], ["2.1", "https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1"], ["2.0", "https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2"]
