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 ee52661  [hotfix] Add 0.1 to Previous Docs (#261)
ee52661 is described below

commit ee52661df4599cf66df6820a35847c7903de748b
Author: Eugene <[email protected]>
AuthorDate: Thu Oct 9 16:13:50 2025 +0800

    [hotfix] Add 0.1 to Previous Docs (#261)
---
 docs/config.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/config.toml b/docs/config.toml
index 76a2d3e..1e9a0f9 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -56,7 +56,9 @@ pygmentsUseClasses = true
     ["Project Homepage", "//flink.apache.org"],
   ]
 
-  PreviousDocs = []
+  PreviousDocs = [
+    ["0.1", "http://nightlies.apache.org/flink/flink-agents-docs-release-0.1";],
+  ]
 
 [markup]
 [markup.goldmark.renderer]

Reply via email to