This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-3.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 7cc17636e6c7425eb25d1a85971851ef608e0b99
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 9792385..84ad145 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]

Reply via email to