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 940f0b29c12c487690952c888b8a0d8640874a1b Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Wed Apr 7 17:27:47 2021 +0800 [hotfix] Fix indentation in config.toml --- docs/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index a0c74dc..467eebd 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -61,10 +61,10 @@ 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"], + ["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"] + ["2.0", "https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2"] ] [markup]
