This is an automated email from the ASF dual-hosted git repository.
navendu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2cbcd906518 feat: add Malaysia meetup poster (#1611)
2cbcd906518 is described below
commit 2cbcd90651894a2cdf084f38857ee951dd3cbd40
Author: Qi Guo <[email protected]>
AuthorDate: Thu Jun 8 16:31:56 2023 +0800
feat: add Malaysia meetup poster (#1611)
---
config/event-poster-card.json | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/config/event-poster-card.json b/config/event-poster-card.json
index 76b2270ca8d..eff759e6b6d 100644
--- a/config/event-poster-card.json
+++ b/config/event-poster-card.json
@@ -1,16 +1,18 @@
{
"$schema": "../website/src/components/event-poster-card-schema.json",
"show": true,
- "expire": "2022-11-27",
+ "expire": "2023-07-04",
"width": 400,
"config": {
"en": {
- "disable": true
+ "image":
"https://static.apiseven.com/uploads/2023/06/08/UsMDjIRq_20230608-161656.jpeg",
+ "link":
"https://docs.google.com/forms/d/e/1FAIpQLSdDqDHYt_lNdBOkC1ZJoLaCXM2_KH6o_NfF_F1ZGEr9FMOMpw/viewform",
+ "description": "Apache APISIX Community Meetup Malaysia"
},
"zh": {
- "image": "https://static.apiseven.com/2022/11/22/637c9b44eb861.png",
- "link": "http://hdxu.cn/M7hd7",
- "description": "直播预告|Apache APISIX x Apache SeaTunnel 助力探索提升数据价值之道"
+ "image":
"https://static.apiseven.com/uploads/2023/06/08/UsMDjIRq_20230608-161656.jpeg",
+ "link":
"https://docs.google.com/forms/d/e/1FAIpQLSdDqDHYt_lNdBOkC1ZJoLaCXM2_KH6o_NfF_F1ZGEr9FMOMpw/viewform",
+ "description": "Apache APISIX Community Meetup Malaysia"
}
}
}