This is an automated email from the ASF dual-hosted git repository.
jooks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new ca308a4b16 add new blog type01 (#964)
ca308a4b16 is described below
commit ca308a4b16bd48c52818ce55d6cd2b879484ae8b
Author: SeaChess <[email protected]>
AuthorDate: Sun Aug 20 17:01:34 2023 +0800
add new blog type01 (#964)
---
blog/E2eTest-Analysis.md | 1 +
.../docusaurus-plugin-content-blog/E2eTest-Analysis.md | 1 +
src/data/blogInfo.js | 18 ++++++++++++++++--
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/blog/E2eTest-Analysis.md b/blog/E2eTest-Analysis.md
index beb7c36210..117abb9589 100644
--- a/blog/E2eTest-Analysis.md
+++ b/blog/E2eTest-Analysis.md
@@ -3,6 +3,7 @@ title: E2e Test Analysis
author: Haiqi Qin
author_title: Apache ShenYu Committer
author_url: https://github.com/HaiqiQin
+author_image_url: https://avatars.githubusercontent.com/u/80969210?v=4
tags: [E2e Test, Apache ShenYu]
---
diff --git a/i18n/zh/docusaurus-plugin-content-blog/E2eTest-Analysis.md
b/i18n/zh/docusaurus-plugin-content-blog/E2eTest-Analysis.md
index 526fe60050..6b8e6dbf55 100644
--- a/i18n/zh/docusaurus-plugin-content-blog/E2eTest-Analysis.md
+++ b/i18n/zh/docusaurus-plugin-content-blog/E2eTest-Analysis.md
@@ -3,6 +3,7 @@ title: e2e测试详解
author: Haiqi Qin
author_title: Apache ShenYu Committer
author_url: https://github.com/HaiqiQin
+author_image_url: https://avatars.githubusercontent.com/u/80969210?v=4
tags: [E2e Test, Apache ShenYu]
---
diff --git a/src/data/blogInfo.js b/src/data/blogInfo.js
index f021d0de5e..e6013aad48 100644
--- a/src/data/blogInfo.js
+++ b/src/data/blogInfo.js
@@ -212,7 +212,21 @@ export default [
abs:<Translate>Code Analysis For Divide Plugin</Translate>
},
]
- },
-
+ },
+ {
+ categray: 'E2e Test',
+ posts: [
+ {
+ title: <Translate>E2e Test Analysis</Translate>,
+ author: "Haiqi Qin (Committer)",
+ autImg: "https://avatars.githubusercontent.com/u/80969210?v=4",
+ autPage:"https://github.com/HaiqiQin",
+ src: "E2eTest-Analysis",
+ cover: "/img/logo.svg",
+ date: '2023-08-20',
+ abs:<Translate>This article will conduct an in-depth analysis
of Apache ShenYu e2e module.</Translate>
+ },
+ ]
+ },
]
\ No newline at end of file