You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/03/25 08:11:16 UTC

[apisix-website] branch master updated: docs: add events page to track our events (#971)

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

juzhiyuan 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 ac2c4c3  docs: add events page to track our events (#971)
ac2c4c3 is described below

commit ac2c4c39619bc893880852113f0ae1a95756003d
Author: Livermore <bo...@gmail.com>
AuthorDate: Fri Mar 25 10:11:09 2022 +0200

    docs: add events page to track our events (#971)
    
    Co-authored-by: boburumurzokov <bo...@astrazeneca.com>
---
 website/config/navbar.js           |  4 ++++
 website/docs/general/events.md     | 34 ++++++++++++++++++++++++++++++++++
 website/docs/general/sidebars.json |  1 +
 3 files changed, 39 insertions(+)

diff --git a/website/config/navbar.js b/website/config/navbar.js
index d3c19ce..f760827 100644
--- a/website/config/navbar.js
+++ b/website/config/navbar.js
@@ -79,6 +79,10 @@ module.exports = [
         label: "Community"
       },
       {
+        to: "/docs/general/events",
+        label: "Events"
+      },
+      {
         to: "/contribute",
         label: "Contribute"
       }
diff --git a/website/docs/general/events.md b/website/docs/general/events.md
new file mode 100644
index 0000000..48ffcbe
--- /dev/null
+++ b/website/docs/general/events.md
@@ -0,0 +1,34 @@
+---
+id: events
+title: Events
+keywords:
+  - Events
+  - Conferences
+  - Workshops
+  - Meetups
+description: This page provides information about upcoming Apache APISIX's community events where you can track Meetups, Conferences and Workshops.
+---
+
+Here you will find details about upcoming all type of events (*conferences*, *workshops*, *meetups* etc.)
+that have a specific focus on Apache APISIX.
+
+> To add your event to the list, please open [a Documentation issue](https://github.com/apache/apisix-website/issues/new?assignees=&labels=documentation&template=documentation.yaml&title=%5BDocs%5D%3A+) or submit a PR to the [Apache APISIX Website repo](https://github.com/apache/apisix-website).
+
+## Upcoming
+
+### Conferences
+
+#### [CloudLand](https://www.cloudland.org/de/home/)
+
+* **Topic:** Evolving your APIs
+* **Speaker:** [Nicolas Fränkel](https://github.com/nfrankel)
+* **Dates:** from 2022-06-29 to 2022-07-02
+* **Location:** Berlin, Germany
+
+### Workshops
+
+Coming soon...
+
+### Meetups
+
+Coming soon...
diff --git a/website/docs/general/sidebars.json b/website/docs/general/sidebars.json
index 51988b5..ac76b63 100644
--- a/website/docs/general/sidebars.json
+++ b/website/docs/general/sidebars.json
@@ -2,6 +2,7 @@
   "docs": {
     "General": [
       "community",
+      "events",
       "contributor-guide",
       "committer-guide",
       "subscribe-guide",