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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5077201  feat: add apisix in supports (#494)
5077201 is described below

commit 5077201e44c4854170e5fd13cd007df3f334d1ae
Author: Baoyuan <[email protected]>
AuthorDate: Fri Dec 10 07:30:14 2021 -0600

    feat: add apisix in supports (#494)
---
 _layouts/community.html     |   7 +++++++
 images/supporter/apisix.png | Bin 0 -> 101714 bytes
 2 files changed, 7 insertions(+)

diff --git a/_layouts/community.html b/_layouts/community.html
index 95ec9c4..61e67cb 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -43,6 +43,13 @@ layout: default
                 </a>
               </div>
               <div class="flow-item-container">
+                <a href="https://github.com/apache/apisix"; target="_blank">
+                  <img class="flow-item-image"
+                    src="{{ site.github.url }}/images/supporter/apisix.png"
+                    alt="Apache APISIX supports Apache OpenWhisk">
+                </a>
+              </div>
+              <div class="flow-item-container">
                 <a href="http://articoolo.com/"; target="_blank">
                   <img class="flow-item-image"
                     src="{{ site.github.url }}/images/supporter/articoolo.png"
diff --git a/images/supporter/apisix.png b/images/supporter/apisix.png
new file mode 100644
index 0000000..f5dddb8
Binary files /dev/null and b/images/supporter/apisix.png differ

Reply via email to