This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new 53d0e46 [docs][release] Mark 0.1 as latest in docs (#257)
53d0e46 is described below
commit 53d0e46c413540f7df40e4d3ddfa1c67e1f1b5e4
Author: Eugene <[email protected]>
AuthorDate: Thu Oct 9 15:31:18 2025 +0800
[docs][release] Mark 0.1 as latest in docs (#257)
---
docs/config.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 243f907..76a2d3e 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.1'
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.1-SNAPSHOT"
+ Version = "0.1.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.1-SNAPSHOT"
+ VersionTitle = "0.1"
# The branch for this version of Apache Flink Agents
- Branch = "main"
+ Branch = "release-0.1"
# The github repository for Apache Flink Agents
Repo = "//github.com/apache/flink-agents"