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

lzljs3620320 pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git

commit b34cebbcc8337b2a061374644e0d184df13d31e3
Author: JingsongLi <[email protected]>
AuthorDate: Fri Apr 1 19:47:37 2022 +0800

    [hotfix] Update document config.toml to release-0.1
---
 docs/config.toml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 274144d..bf5ef0c 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-table-store-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-table-store-docs-release-0.1'
 languageCode = 'en-us'
 title = 'Apache Flink Table Store'
 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"
 
   # 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 Table Store
-  Branch = "master"
+  Branch = "release-0.1"
 
   # The github repository for Apache Flink Table Store
   Repo = "//github.com/apache/flink-table-store"
@@ -57,11 +57,10 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-table-store-docs-master/api/java/"],
+    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-table-store-docs-release-0.1/api/java/"],
   ]
 
   PreviousDocs = [
-    ["0.1", 
"https://nightlies.apache.org/flink/flink-table-store-docs-release-0.1";],
   ]
 
 [markup]

Reply via email to