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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 44137888a6 add apachecon to footer (#593)
44137888a6 is described below

commit 44137888a68efb9f74b9d1378a4ff93eb2f87a6d
Author: Zhang Yonglun <[email protected]>
AuthorDate: Thu Jun 9 13:36:17 2022 +0800

    add apachecon to footer (#593)
---
 docusaurus.config.js                         | 9 +++++++++
 i18n/zh/docusaurus-theme-classic/footer.json | 8 ++++++++
 2 files changed, 17 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ab36a78ff8..f0fe0f1171 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -117,6 +117,15 @@ module.exports = {
     footer: {
       style: 'dark',
       links: [
+        {
+          title: 'Events',
+          items: [
+            {
+              label: 'ApacheCon',
+              href: 'https://www.apachecon.com',
+            },
+          ],
+        },
         {
           title: 'ShenYu',
           items: [
diff --git a/i18n/zh/docusaurus-theme-classic/footer.json 
b/i18n/zh/docusaurus-theme-classic/footer.json
index 6762aac898..18373b6c36 100755
--- a/i18n/zh/docusaurus-theme-classic/footer.json
+++ b/i18n/zh/docusaurus-theme-classic/footer.json
@@ -1,4 +1,8 @@
 {
+  "link.title.Events": {
+    "message": "活动",
+    "description": "The title of the footer links column with title=Events in 
the footer"
+  },
   "link.title.ShenYu": {
     "message": "ShenYu",
     "description": "The title of the footer links column with title=ShenYu in 
the footer"
@@ -11,6 +15,10 @@
     "message": "订阅邮件组",
     "description": "The title of the footer links column with title=Subscribe 
mailing list in the footer"
   },
+  "link.item.label.ApacheCon": {
+    "message": "ApacheCon",
+    "description": "The label of footer link with label=ApacheCon linking to 
https://www.apachecon.com";
+},
   "link.item.label.Download": {
     "message": "下载",
     "description": "The title of the footer links column with title=Download 
in the footer"

Reply via email to