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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 885dadd  Deploy to GitHub pages
885dadd is described below

commit 885daddad0dfdf9427d7784dccbfcf18eb2ef5ae
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 06:12:37 2020 +0000

    Deploy to GitHub pages
---
 blog/index.html                   | 2 +-
 css/main.css                      | 2 +-
 docs/2fa.html                     | 2 +-
 docs/2fa/index.html               | 2 +-
 docs/committer-guide.html         | 2 +-
 docs/committer-guide/index.html   | 2 +-
 docs/contributor-guide.html       | 2 +-
 docs/contributor-guide/index.html | 2 +-
 docs/downloads.html               | 8 +++++---
 docs/downloads/index.html         | 8 +++++---
 docs/release-guide.html           | 2 +-
 docs/release-guide/index.html     | 2 +-
 docs/security.html                | 2 +-
 docs/security/index.html          | 2 +-
 docs/subscrbe-guide.html          | 2 +-
 docs/subscrbe-guide/index.html    | 2 +-
 docs/team.html                    | 2 +-
 docs/team/index.html              | 2 +-
 en/help.html                      | 2 +-
 en/help/index.html                | 2 +-
 en/index.html                     | 4 ++--
 en/users.html                     | 2 +-
 en/users/index.html               | 2 +-
 help.html                         | 2 +-
 help/index.html                   | 2 +-
 index.html                        | 4 ++--
 users.html                        | 2 +-
 users/index.html                  | 2 +-
 28 files changed, 38 insertions(+), 34 deletions(-)

diff --git a/blog/index.html b/blog/index.html
index cee069a..d0056ad 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Blog · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="The 
Cloud-Native API Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Blog · Apache APISIX™"/><meta property="og:type" 
content="website"/><meta property="og:url" content [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Blog · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd."/><meta name="docsearch:language" 
content="en"/><meta property="og:title" content="Blog · Ap [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/css/main.css b/css/main.css
index d7ee374..83739f0 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1 +1 @@
-a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}b
 [...]
\ No newline at end of file
+a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}b
 [...]
\ No newline at end of file
diff --git a/docs/2fa.html b/docs/2fa.html
index bc59a66..1b432c3 100644
--- a/docs/2fa.html
+++ b/docs/2fa.html
@@ -70,7 +70,7 @@
 <h2><a class="anchor" aria-hidden="true" id="how-to-submit-codes"></a><a 
href="#how-to-submit-codes" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.2 [...]
 <p>After enabling 2FA, you need to generate a private access Token to perform 
operations such as git submit and so on. At this time, you will use username + 
private access Token in replace of username + password to submit codes.</p>
 <p>For detailed operations, please refer to Create a Private Token.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/committer-guide"><span class="arrow-prev">← 
</span><span>Committer Guide</span></a><a class="docs-next button" 
href="/docs/release-guide"><span>Release Guide</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#two-factor-authentication2fa">Two-fa [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/committer-guide"><span class="arrow-prev">← 
</span><span>Committer Guide</span></a><a class="docs-next button" 
href="/docs/release-guide"><span>Release Guide</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#two-factor-authentication2fa">Two-factor 
[...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/2fa/index.html b/docs/2fa/index.html
index bc59a66..1b432c3 100644
--- a/docs/2fa/index.html
+++ b/docs/2fa/index.html
@@ -70,7 +70,7 @@
 <h2><a class="anchor" aria-hidden="true" id="how-to-submit-codes"></a><a 
href="#how-to-submit-codes" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.2 [...]
 <p>After enabling 2FA, you need to generate a private access Token to perform 
operations such as git submit and so on. At this time, you will use username + 
private access Token in replace of username + password to submit codes.</p>
 <p>For detailed operations, please refer to Create a Private Token.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/committer-guide"><span class="arrow-prev">← 
</span><span>Committer Guide</span></a><a class="docs-next button" 
href="/docs/release-guide"><span>Release Guide</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#two-factor-authentication2fa">Two-fa [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/committer-guide"><span class="arrow-prev">← 
</span><span>Committer Guide</span></a><a class="docs-next button" 
href="/docs/release-guide"><span>Release Guide</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#two-factor-authentication2fa">Two-factor 
[...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/committer-guide.html b/docs/committer-guide.html
index 4b9d628..71f3f13 100644
--- a/docs/committer-guide.html
+++ b/docs/committer-guide.html
@@ -100,7 +100,7 @@
 <h2><a class="anchor" aria-hidden="true" 
id="how-to-become-a-apisix-pmc"></a><a href="#how-to-become-a-apisix-pmc" 
aria-hidden="true" class="hash-link"><svg class="hash-link-icon" 
aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" 
width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 
3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 
5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 
2.5S13.98 12 13 12H [...]
 <p>In APISIX community, if a committer who have earned even more merit, can be 
invited to be a part of the Project Management Committee (PMC).</p>
 <p>One thing that is sometimes hard to understand when you are new to the open 
development process used at the ASF, is that we value the community more than 
the code. A strong and healthy community will be respectful and be a fun and 
rewarding place. More importantly, a diverse and healthy community can continue 
to support the code over the longer term, even as individual companies come and 
go from the field.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/contributor-guide"><span class="arrow-prev">← 
</span><span>Contributor Guide</span></a><a class="docs-next button" 
href="/docs/2fa"><span>2FA</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#what-can-i-contribute">What can I 
contribute?</a></l [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/contributor-guide"><span class="arrow-prev">← 
</span><span>Contributor Guide</span></a><a class="docs-next button" 
href="/docs/2fa"><span>2FA</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#what-can-i-contribute">What can I 
contribute?</a></li><l [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/committer-guide/index.html b/docs/committer-guide/index.html
index 4b9d628..71f3f13 100644
--- a/docs/committer-guide/index.html
+++ b/docs/committer-guide/index.html
@@ -100,7 +100,7 @@
 <h2><a class="anchor" aria-hidden="true" 
id="how-to-become-a-apisix-pmc"></a><a href="#how-to-become-a-apisix-pmc" 
aria-hidden="true" class="hash-link"><svg class="hash-link-icon" 
aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" 
width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 
3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 
5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 
2.5S13.98 12 13 12H [...]
 <p>In APISIX community, if a committer who have earned even more merit, can be 
invited to be a part of the Project Management Committee (PMC).</p>
 <p>One thing that is sometimes hard to understand when you are new to the open 
development process used at the ASF, is that we value the community more than 
the code. A strong and healthy community will be respectful and be a fun and 
rewarding place. More importantly, a diverse and healthy community can continue 
to support the code over the longer term, even as individual companies come and 
go from the field.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/contributor-guide"><span class="arrow-prev">← 
</span><span>Contributor Guide</span></a><a class="docs-next button" 
href="/docs/2fa"><span>2FA</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#what-can-i-contribute">What can I 
contribute?</a></l [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/contributor-guide"><span class="arrow-prev">← 
</span><span>Contributor Guide</span></a><a class="docs-next button" 
href="/docs/2fa"><span>2FA</span><span class="arrow-next"> 
→</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#what-can-i-contribute">What can I 
contribute?</a></li><l [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/contributor-guide.html b/docs/contributor-guide.html
index 18398a5..62ba0bc 100644
--- a/docs/contributor-guide.html
+++ b/docs/contributor-guide.html
@@ -115,7 +115,7 @@ $ git push origin --delete issueNo
 <pre><code class="hljs css language-sh">$ git config --global user.name <span 
class="hljs-string">"username"</span>
 $ git config --global user.email <span class="hljs-string">"mail 
address"</span>
 </code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/subscrbe-guide"><span class="arrow-prev">← 
</span><span>Subscribe Guide</span></a><a class="docs-next button" 
href="/docs/committer-guide"><span>Committer Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#submit-an-issue">Submit an issue< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/subscrbe-guide"><span class="arrow-prev">← 
</span><span>Subscribe Guide</span></a><a class="docs-next button" 
href="/docs/committer-guide"><span>Committer Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#submit-an-issue">Submit an issue</a>< [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/contributor-guide/index.html 
b/docs/contributor-guide/index.html
index 18398a5..62ba0bc 100644
--- a/docs/contributor-guide/index.html
+++ b/docs/contributor-guide/index.html
@@ -115,7 +115,7 @@ $ git push origin --delete issueNo
 <pre><code class="hljs css language-sh">$ git config --global user.name <span 
class="hljs-string">"username"</span>
 $ git config --global user.email <span class="hljs-string">"mail 
address"</span>
 </code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/subscrbe-guide"><span class="arrow-prev">← 
</span><span>Subscribe Guide</span></a><a class="docs-next button" 
href="/docs/committer-guide"><span>Committer Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#submit-an-issue">Submit an issue< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/subscrbe-guide"><span class="arrow-prev">← 
</span><span>Subscribe Guide</span></a><a class="docs-next button" 
href="/docs/committer-guide"><span>Committer Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#submit-an-issue">Submit an issue</a>< [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/downloads.html b/docs/downloads.html
index 19454ac..6717385 100644
--- a/docs/downloads.html
+++ b/docs/downloads.html
@@ -1,10 +1,12 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Downloads · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="Use 
the links below to download the Apache APISIX™ from one of our mirrors."/><meta 
name="docsearch:language" content="en"/><meta property="og:title" 
content="Downloads · Apache APISIX™"/><meta property="og [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Downloads · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd."/><meta name="docsearch:language" 
content="en"/><meta property="og:title" content="Down [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
           )
         });
-        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body class="sideNavVisible 
separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper 
wrapper"><header><a href="/"><img class="logo" src="/img/logo.png" alt="Apache 
APISIX™"/><h2 class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site n [...]
+        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body class="sideNavVisible 
separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper 
wrapper"><header><a href="/"><img class="logo" src="/img/logo.png" alt="Apache 
APISIX™"/><h2 class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site n [...]
+<p>Apache APISIX software provides rich traffic management features such as 
load balancing, dynamic upstream, canary release, circuit breaking, 
authentication, observability, and more.</p>
+<p>Use the links below to download the Apache APISIX™ from one of our 
mirrors.</p>
 <h2><a class="anchor" aria-hidden="true" id="apisix"></a><a href="#apisix" 
aria-hidden="true" class="hash-link"><svg class="hash-link-icon" 
aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" 
width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 
3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 
5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 
2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2. [...]
 <table>
 <thead>
@@ -54,7 +56,7 @@ or
 
 pgp apache-apisix-**\*\*\*\***.asc
 </code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div 
class="docs-prevnext"></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#apisix">APISIX™</a></li><li><a 
href="#apisix-dashboard">APISIX™ Dashboard</a></li><li><a 
href="#verify-the-releases">Verify the 
releases</a></li></ul></nav></div><footer class="nav-footer" 
id="footer"><section class="sitemap"><a href="/" 
class="nav-home"></a><div><h5>ASF</h5><a [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"></div></div></div><nav 
class="onPageNav"><ul class="toc-headings"><li><a 
href="#apisix">APISIX™</a></li><li><a href="#apisix-dashboard">APISIX™ 
Dashboard</a></li><li><a href="#verify-the-releases">Verify the 
releases</a></li></ul></nav></div><footer class="nav-footer" 
id="footer"><section class="sitemap"><a href="/" 
class="nav-home"></a><div><h5>ASF</h5><a hre [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/downloads/index.html b/docs/downloads/index.html
index 19454ac..6717385 100644
--- a/docs/downloads/index.html
+++ b/docs/downloads/index.html
@@ -1,10 +1,12 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Downloads · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="Use 
the links below to download the Apache APISIX™ from one of our mirrors."/><meta 
name="docsearch:language" content="en"/><meta property="og:title" 
content="Downloads · Apache APISIX™"/><meta property="og [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Downloads · Apache 
APISIX™</title><meta name="viewport" content="width=device-width"/><meta 
name="generator" content="Docusaurus"/><meta name="description" content="Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd."/><meta name="docsearch:language" 
content="en"/><meta property="og:title" content="Down [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
           )
         });
-        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body class="sideNavVisible 
separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper 
wrapper"><header><a href="/"><img class="logo" src="/img/logo.png" alt="Apache 
APISIX™"/><h2 class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site n [...]
+        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body class="sideNavVisible 
separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper 
wrapper"><header><a href="/"><img class="logo" src="/img/logo.png" alt="Apache 
APISIX™"/><h2 class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site n [...]
+<p>Apache APISIX software provides rich traffic management features such as 
load balancing, dynamic upstream, canary release, circuit breaking, 
authentication, observability, and more.</p>
+<p>Use the links below to download the Apache APISIX™ from one of our 
mirrors.</p>
 <h2><a class="anchor" aria-hidden="true" id="apisix"></a><a href="#apisix" 
aria-hidden="true" class="hash-link"><svg class="hash-link-icon" 
aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" 
width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 
3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 
5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 
2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2. [...]
 <table>
 <thead>
@@ -54,7 +56,7 @@ or
 
 pgp apache-apisix-**\*\*\*\***.asc
 </code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div 
class="docs-prevnext"></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#apisix">APISIX™</a></li><li><a 
href="#apisix-dashboard">APISIX™ Dashboard</a></li><li><a 
href="#verify-the-releases">Verify the 
releases</a></li></ul></nav></div><footer class="nav-footer" 
id="footer"><section class="sitemap"><a href="/" 
class="nav-home"></a><div><h5>ASF</h5><a [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"></div></div></div><nav 
class="onPageNav"><ul class="toc-headings"><li><a 
href="#apisix">APISIX™</a></li><li><a href="#apisix-dashboard">APISIX™ 
Dashboard</a></li><li><a href="#verify-the-releases">Verify the 
releases</a></li></ul></nav></div><footer class="nav-footer" 
id="footer"><section class="sitemap"><a href="/" 
class="nav-home"></a><div><h5>ASF</h5><a hre [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/release-guide.html b/docs/release-guide.html
index 5b97447..f344e52 100644
--- a/docs/release-guide.html
+++ b/docs/release-guide.html
@@ -232,7 +232,7 @@ Committed revision 37435.
 <p>Remove <code>rc</code> from the package name, move KEYS and package to 
address</p>
 <h3><a class="anchor" aria-hidden="true" id="update-download-page"></a><a 
href="#update-download-page" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1 [...]
 <p>update address , source repo is <a 
href="https://github.com/apache/apisix-website";>https://github.com/apache/apisix-website</a></p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/2fa"><span class="arrow-prev">← 
</span><span>2FA</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#gpg-settings">GPG Settings</a><ul 
class="toc-headings"><li><a href="#install-gpg">Install GPG</a></li><li><a 
href="#create-key">Create Key</a></li><li><a href="#view-the-generated [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/2fa"><span class="arrow-prev">← 
</span><span>2FA</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#gpg-settings">GPG Settings</a><ul 
class="toc-headings"><li><a href="#install-gpg">Install GPG</a></li><li><a 
href="#create-key">Create Key</a></li><li><a href="#view-the-generated-key [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/release-guide/index.html b/docs/release-guide/index.html
index 5b97447..f344e52 100644
--- a/docs/release-guide/index.html
+++ b/docs/release-guide/index.html
@@ -232,7 +232,7 @@ Committed revision 37435.
 <p>Remove <code>rc</code> from the package name, move KEYS and package to 
address</p>
 <h3><a class="anchor" aria-hidden="true" id="update-download-page"></a><a 
href="#update-download-page" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1 [...]
 <p>update address , source repo is <a 
href="https://github.com/apache/apisix-website";>https://github.com/apache/apisix-website</a></p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/2fa"><span class="arrow-prev">← 
</span><span>2FA</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#gpg-settings">GPG Settings</a><ul 
class="toc-headings"><li><a href="#install-gpg">Install GPG</a></li><li><a 
href="#create-key">Create Key</a></li><li><a href="#view-the-generated [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/2fa"><span class="arrow-prev">← 
</span><span>2FA</span></a></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#gpg-settings">GPG Settings</a><ul 
class="toc-headings"><li><a href="#install-gpg">Install GPG</a></li><li><a 
href="#create-key">Create Key</a></li><li><a href="#view-the-generated-key [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/security.html b/docs/security.html
index 77c636d..1a09780 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -63,7 +63,7 @@
         </script></nav></div><div class="container mainContainer 
docsContainer"><div class="wrapper"><div class="post"><header 
class="postHeader"><h1 id="__docusaurus" 
class="postHeaderTitle">Security</h1></header><article><div><span><p>The Apache 
Software Foundation takes a rigorous stance on eliminating security issues in 
its software projects. Apache APISIX is also very concerned Security issues 
related to its features and functionality.</p>
 <p>If you have apprehensions regarding APISIX’s security or you discover 
vulnerability or potential threat, don’t hesitate to get in touch with the 
Apache Security Team by dropping a mail at <a 
href="mailto:[email protected]";>[email protected]</a>. Please specify the 
project name as APISIX and its product name APISIX or APISIX-Dashboard in the 
email and provide a description of the relevant problem or potential threat. 
You are also urged to recommend the way to reproduce and replicat [...]
 <p>Please pay attention to report the security issue on the security email 
before disclosing it on public domain.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-next 
button" href="/docs/subscrbe-guide"><span>Subscribe Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href="/" class="nav-home"></a><div><h5>ASF</h5><a 
href="https://www.apache.org/";>Foundation</a><a href="https://www. [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-next 
button" href="/docs/subscrbe-guide"><span>Subscribe Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href="/" class="nav-home"></a><div><h5>ASF</h5><a 
href="https://www.apache.org/";>Foundation</a><a href="https://www.apac [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/security/index.html b/docs/security/index.html
index 77c636d..1a09780 100644
--- a/docs/security/index.html
+++ b/docs/security/index.html
@@ -63,7 +63,7 @@
         </script></nav></div><div class="container mainContainer 
docsContainer"><div class="wrapper"><div class="post"><header 
class="postHeader"><h1 id="__docusaurus" 
class="postHeaderTitle">Security</h1></header><article><div><span><p>The Apache 
Software Foundation takes a rigorous stance on eliminating security issues in 
its software projects. Apache APISIX is also very concerned Security issues 
related to its features and functionality.</p>
 <p>If you have apprehensions regarding APISIX’s security or you discover 
vulnerability or potential threat, don’t hesitate to get in touch with the 
Apache Security Team by dropping a mail at <a 
href="mailto:[email protected]";>[email protected]</a>. Please specify the 
project name as APISIX and its product name APISIX or APISIX-Dashboard in the 
email and provide a description of the relevant problem or potential threat. 
You are also urged to recommend the way to reproduce and replicat [...]
 <p>Please pay attention to report the security issue on the security email 
before disclosing it on public domain.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-next 
button" href="/docs/subscrbe-guide"><span>Subscribe Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href="/" class="nav-home"></a><div><h5>ASF</h5><a 
href="https://www.apache.org/";>Foundation</a><a href="https://www. [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-next 
button" href="/docs/subscrbe-guide"><span>Subscribe Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href="/" class="nav-home"></a><div><h5>ASF</h5><a 
href="https://www.apache.org/";>Foundation</a><a href="https://www.apac [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/subscrbe-guide.html b/docs/subscrbe-guide.html
index ae8c2ed..49177f4 100644
--- a/docs/subscrbe-guide.html
+++ b/docs/subscrbe-guide.html
@@ -67,7 +67,7 @@
 <li><p>Receive the Welcome e-mail. After finishing the two steps above, an 
e-mail with the subject of WELCOME to <a 
href="mailto:[email protected]";>[email protected]</a> will be sent to 
your e-mail address. Until now, you have succeeded in subscribing Apache APISIX 
mailing-list.</p></li>
 <li><p>Until now, you can interact with community by your subscribed email or 
track email conversations by Archived email list.</p></li>
 </ol>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/security"><span class="arrow-prev">← 
</span><span>Security</span></a><a class="docs-next button" 
href="/docs/contributor-guide"><span>Contributor Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a hr [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/security"><span class="arrow-prev">← 
</span><span>Security</span></a><a class="docs-next button" 
href="/docs/contributor-guide"><span>Contributor Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href=" [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/subscrbe-guide/index.html b/docs/subscrbe-guide/index.html
index ae8c2ed..49177f4 100644
--- a/docs/subscrbe-guide/index.html
+++ b/docs/subscrbe-guide/index.html
@@ -67,7 +67,7 @@
 <li><p>Receive the Welcome e-mail. After finishing the two steps above, an 
e-mail with the subject of WELCOME to <a 
href="mailto:[email protected]";>[email protected]</a> will be sent to 
your e-mail address. Until now, you have succeeded in subscribing Apache APISIX 
mailing-list.</p></li>
 <li><p>Until now, you can interact with community by your subscribed email or 
track email conversations by Archived email list.</p></li>
 </ol>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/security"><span class="arrow-prev">← 
</span><span>Security</span></a><a class="docs-next button" 
href="/docs/contributor-guide"><span>Contributor Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a hr [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev 
button" href="/docs/security"><span class="arrow-prev">← 
</span><span>Security</span></a><a class="docs-next button" 
href="/docs/contributor-guide"><span>Contributor Guide</span><span 
class="arrow-next"> →</span></a></div></div></div><nav 
class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section 
class="sitemap"><a href=" [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/team.html b/docs/team.html
index e60bfda..36a8498 100644
--- a/docs/team.html
+++ b/docs/team.html
@@ -70,7 +70,7 @@
 <h2><a class="anchor" aria-hidden="true" id="becoming-a-committer"></a><a 
href="#becoming-a-committer" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1 [...]
 <p>The Apache APISIX community follows the Apache Community’s process on 
accepting a new committer. After a contributor participates APISIX's community 
actively, PMC and Committers will make decisions to invite the contributor join 
Committers and PMC.</p>
 <p>You can read <a href="../docs/contributor-guide">Contributor Guide</a> to 
participate the community, and can get more information on <a 
href="../docs/committer-guide">Committer Guide</a>.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div 
class="docs-prevnext"></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#members">Members</a><ul 
class="toc-headings"><li><a href="#pmc">PMC</a></li><li><a 
href="#committer">Committer</a></li></ul></li><li><a 
href="#mentors">Mentors</a></li><li><a 
href="#contributors">Contributors</a></li><li><a 
href="#becoming-a-committer">Becoming a Committer</a>< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"></div></div></div><nav 
class="onPageNav"><ul class="toc-headings"><li><a 
href="#members">Members</a><ul class="toc-headings"><li><a 
href="#pmc">PMC</a></li><li><a 
href="#committer">Committer</a></li></ul></li><li><a 
href="#mentors">Mentors</a></li><li><a 
href="#contributors">Contributors</a></li><li><a 
href="#becoming-a-committer">Becoming a Committer</a></li> [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/docs/team/index.html b/docs/team/index.html
index e60bfda..36a8498 100644
--- a/docs/team/index.html
+++ b/docs/team/index.html
@@ -70,7 +70,7 @@
 <h2><a class="anchor" aria-hidden="true" id="becoming-a-committer"></a><a 
href="#becoming-a-committer" aria-hidden="true" class="hash-link"><svg 
class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 
0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 
0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 
3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 
9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1 [...]
 <p>The Apache APISIX community follows the Apache Community’s process on 
accepting a new committer. After a contributor participates APISIX's community 
actively, PMC and Committers will make decisions to invite the contributor join 
Committers and PMC.</p>
 <p>You can read <a href="../docs/contributor-guide">Contributor Guide</a> to 
participate the community, and can get more information on <a 
href="../docs/committer-guide">Committer Guide</a>.</p>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/3/2020 by Wen Ming</em></div><div 
class="docs-prevnext"></div></div></div><nav class="onPageNav"><ul 
class="toc-headings"><li><a href="#members">Members</a><ul 
class="toc-headings"><li><a href="#pmc">PMC</a></li><li><a 
href="#committer">Committer</a></li></ul></li><li><a 
href="#mentors">Mentors</a></li><li><a 
href="#contributors">Contributors</a></li><li><a 
href="#becoming-a-committer">Becoming a Committer</a>< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on 
9/15/2020 by 琚致远</em></div><div class="docs-prevnext"></div></div></div><nav 
class="onPageNav"><ul class="toc-headings"><li><a 
href="#members">Members</a><ul class="toc-headings"><li><a 
href="#pmc">PMC</a></li><li><a 
href="#committer">Committer</a></li></ul></li><li><a 
href="#mentors">Mentors</a></li><li><a 
href="#contributors">Contributors</a></li><li><a 
href="#becoming-a-committer">Becoming a Committer</a></li> [...]
                 document.addEventListener('keyup', function(e) {
                   if (e.target !== document.body) {
                     return;
diff --git a/en/help.html b/en/help.html
index e1cef54..58a3c6f 100644
--- a/en/help.html
+++ b/en/help.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Apache APISIX™ · The Cloud-Native API 
Gateway"/><meta property="og:type" co [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the Ng 
[...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/en/help/index.html b/en/help/index.html
index e1cef54..58a3c6f 100644
--- a/en/help/index.html
+++ b/en/help/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Apache APISIX™ · The Cloud-Native API 
Gateway"/><meta property="og:type" co [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the Ng 
[...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/en/index.html b/en/index.html
index 5ef0483..77d4ca1 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Apache APISIX™ · The Cloud-Native API 
Gateway"/><meta property="og:type" co [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the Ng 
[...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
           )
         });
-        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body><div 
class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a 
href="/"><img class="logo" src="/img/logo.png" alt="Apache APISIX™"/><h2 
class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site nav-site-internal"><li class=""><a href="/ [...]
+        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body><div 
class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a 
href="/"><img class="logo" src="/img/logo.png" alt="Apache APISIX™"/><h2 
class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site nav-site-internal"><li class=""><a href="/ [...]
 </span></div></h2><div><span><p>Cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices. Apache APISIX is based on Nginx 
and etcd. Compared with traditional API gateways, APISIX has dynamic routing 
and plug-in hot loading, which is especially suitable for API management under 
micro-service system.</p>
 </span></div></div><div class="blockImage"><img 
src="https://github.com/apache/apisix/blob/master/doc/images/apisix.png?raw=true"/></div></div></div></div></div><div
 class="productShowcaseSection paddingBottom"><h2>Who is Using 
This?</h2><p>This project is used by all these folks</p><div class="logos"><a 
href="https://www.360.com";><img 
src="https://static.apiseven.com/2020/05/WechatIMG618.png"; alt="360" 
title="360"/></a><a href="https://www.hellotalk.com/?lang=en";><img 
src="https://stati [...]
                 document.addEventListener('keyup', function(e) {
diff --git a/en/users.html b/en/users.html
index 9185fe9..033c537 100644
--- a/en/users.html
+++ b/en/users.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Apache APISIX™ · The Cloud-Native API 
Gateway"/><meta property="og:type" co [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the Ng 
[...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/en/users/index.html b/en/users/index.html
index 9185fe9..033c537 100644
--- a/en/users/index.html
+++ b/en/users/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta name="docsearch:language" content="en"/><meta 
property="og:title" content="Apache APISIX™ · The Cloud-Native API 
Gateway"/><meta property="og:type" co [...]
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the Ng 
[...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/help.html b/help.html
index 4fc4209..510005e 100644
--- a/help.html
+++ b/help.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta property="og:title" content="Apache APISIX™ · The Cloud-Native 
API Gateway"/><meta property="og:type" content="website"/><meta 
property="og:url" content [...]
+<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the 
Ngin [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/help/index.html b/help/index.html
index 4fc4209..510005e 100644
--- a/help/index.html
+++ b/help/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta property="og:title" content="Apache APISIX™ · The Cloud-Native 
API Gateway"/><meta property="og:type" content="website"/><meta 
property="og:url" content [...]
+<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the 
Ngin [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/index.html b/index.html
index a5cff15..02cad60 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta property="og:title" content="Apache APISIX™ · The Cloud-Native 
API Gateway"/><meta property="og:type" content="website"/><meta 
property="og:url" content [...]
+<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the 
Ngin [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
           )
         });
-        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body><div 
class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a 
href="/"><img class="logo" src="/img/logo.png" alt="Apache APISIX™"/><h2 
class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site nav-site-internal"><li class=""><a href="/ [...]
+        </script><script src="/js/scrollSpy.js"></script><link 
rel="stylesheet" href="/css/main.css"/><script 
src="/js/codetabs.js"></script></head><body><div 
class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a 
href="/"><img class="logo" src="/img/logo.png" alt="Apache APISIX™"/><h2 
class="headerTitleWithLogo">Apache APISIX™</h2></a><div 
class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul 
class="nav-site nav-site-internal"><li class=""><a href="/ [...]
 </span></div></h2><div><span><p>Cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices. Apache APISIX is based on Nginx 
and etcd. Compared with traditional API gateways, APISIX has dynamic routing 
and plug-in hot loading, which is especially suitable for API management under 
micro-service system.</p>
 </span></div></div><div class="blockImage"><img 
src="https://github.com/apache/apisix/blob/master/doc/images/apisix.png?raw=true"/></div></div></div></div></div><div
 class="productShowcaseSection paddingBottom"><h2>Who is Using 
This?</h2><p>This project is used by all these folks</p><div class="logos"><a 
href="https://www.360.com";><img 
src="https://static.apiseven.com/2020/05/WechatIMG618.png"; alt="360" 
title="360"/></a><a href="https://www.hellotalk.com/?lang=en";><img 
src="https://stati [...]
                 document.addEventListener('keyup', function(e) {
diff --git a/users.html b/users.html
index 04ca149..353b2eb 100644
--- a/users.html
+++ b/users.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta property="og:title" content="Apache APISIX™ · The Cloud-Native 
API Gateway"/><meta property="og:type" content="website"/><meta 
property="og:url" content [...]
+<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the 
Ngin [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}
diff --git a/users/index.html b/users/index.html
index 04ca149..353b2eb 100644
--- a/users/index.html
+++ b/users/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · The 
Cloud-Native API Gateway</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="The Cloud-Native API 
Gateway"/><meta property="og:title" content="Apache APISIX™ · The Cloud-Native 
API Gateway"/><meta property="og:type" content="website"/><meta 
property="og:url" content [...]
+<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta 
http-equiv="X-UA-Compatible" content="IE=edge"/><title>Apache APISIX™ · Apache 
APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, 
based on the Nginx library and etcd.</title><meta name="viewport" 
content="width=device-width"/><meta name="generator" 
content="Docusaurus"/><meta name="description" content="Apache APISIX is a 
dynamic, real-time, high-performance Cloud-Native API gateway, based on the 
Ngin [...]
         document.addEventListener('DOMContentLoaded', function() {
           addBackToTop(
             {"zIndex":100}

Reply via email to