This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 063d0872484dc61c127936e5416ca0725c68b99f Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Wed Apr 7 17:39:08 2021 +0800 [hotfix] [docs] IsStable should be false on master snapshot docs --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index c3a3280..a0c74dc 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 = true + IsStable = false # Flag to indicate whether an outdated warning should be shown. ShowOutDatedWarning = false
