This is an automated email from the ASF dual-hosted git repository.
zfeng pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 73475978692 support seata-go v2 path (#1069)
73475978692 is described below
commit 734759786921cb6fc6626b059345d9657cec7728
Author: FengZhang <[email protected]>
AuthorDate: Mon Feb 9 23:51:55 2026 +0800
support seata-go v2 path (#1069)
---
.github/workflows/deploy-oss.yml | 2 +-
.github/workflows/deploy.yml | 2 +-
static/seata-go/index.html | 16 ++++++++++++++++
static/seata-go/v2/index.html | 16 ++++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-oss.yml b/.github/workflows/deploy-oss.yml
index 3f504a7779f..62afc3795ba 100644
--- a/.github/workflows/deploy-oss.yml
+++ b/.github/workflows/deploy-oss.yml
@@ -37,7 +37,7 @@ jobs:
run: |
npm install --omit=dev && npm run build
mkdir deploy-dist && cp -R build/* deploy-dist/
- mv .htaccess .asf.yaml *.txt *.html seata-go* deploy-dist/
+ mv .htaccess .asf.yaml *.txt *.html deploy-dist/
- name: generate sitemap.xml and site.txt
# The new generated sitemap for the index form,
# in order to ensure consistency with the old version,
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ac44649aed9..9a7e9cebe14 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
node-version: 19.5.x
- name: Build
run: |
- npm install --omit=dev && npm run build && mkdir -p deploy-dist &&
cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html
seata-go* deploy-dist/
+ npm install --omit=dev && npm run build && mkdir -p deploy-dist &&
cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html
deploy-dist/
- name:
generate sitemap.xml and site.txt
# The new generated sitemap for the index form,
diff --git a/static/seata-go/index.html b/static/seata-go/index.html
index 90467c88e04..5580e6bbd1d 100644
--- a/static/seata-go/index.html
+++ b/static/seata-go/index.html
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<html>
<head>
<meta name="go-import" content="seata.apache.org/seata-go git
https://github.com/apache/incubator-seata-go">
diff --git a/static/seata-go/v2/index.html b/static/seata-go/v2/index.html
index 21cb7677967..af182c2f0a9 100644
--- a/static/seata-go/v2/index.html
+++ b/static/seata-go/v2/index.html
@@ -1,3 +1,19 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
<html>
<head>
<meta name="go-import" content="seata.apache.org/seata-go/v2 git
https://github.com/apache/incubator-seata-go">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]