[hotfix] [docs] Amend config.toml for standard stable release configs
diff --git a/docs/config.toml b/docs/config.toml
index b960287..9792385 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -24,7 +24,7 @@
 [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 @@
   ]
 
   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"]