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

sxnan pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-agents.git

commit 476acbaccde4f0ae49e3bb4dd22b6aa14e0bb9c0
Author: sxnan <[email protected]>
AuthorDate: Tue Jan 27 14:31:11 2026 +0800

    [release] Update docs for release-0.2 branch
---
 docs/config.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index cf89f459..0f751053 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-baseURL = '//nightlies.apache.org/flink/flink-agents-docs-main'
+baseURL = '//nightlies.apache.org/flink/flink-agents-docs-release-0.2'
 languageCode = "en-us"
 title = "Apache Flink Agents"
 enableGitInfo = false
@@ -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
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "0.2-SNAPSHOT"
+  Version = "0.2.0"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "0.2-SNAPSHOT"
+  VersionTitle = "0.2"
 
   # The branch for this version of Apache Flink Agents
-  Branch = "main"
+  Branch = "release-0.2"
 
   # The github repository for Apache Flink Agents
   Repo = "//github.com/apache/flink-agents"

Reply via email to