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 3482176 Deploy to GitHub pages
3482176 is described below
commit 34821769adf95a716b73d82d4efcf15ef80c766a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 23 09:11:07 2020 +0000
Deploy to GitHub pages
---
2fa.html | 2 +-
2fa/index.html | 2 +-
committer-guide.html | 2 +-
committer-guide/index.html | 2 +-
contributor-guide.html | 2 +-
contributor-guide/index.html | 2 +-
downloads.html | 11 +----------
downloads/index.html | 11 +----------
release-guide.html | 2 +-
release-guide/index.html | 2 +-
security.html | 2 +-
security/index.html | 2 +-
subscrbe-guide.html | 2 +-
subscrbe-guide/index.html | 2 +-
team.html | 2 +-
team/index.html | 2 +-
16 files changed, 16 insertions(+), 34 deletions(-)
diff --git a/2fa.html b/2fa.html
index d791488..0e43cba 100644
--- a/2fa.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/committer-guide"><span class="arrow-prev">←
</span><span>Committer Guide</span></a><a class="docs-next button"
href="/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
authenti [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/committer-guide"><span class="arrow-prev">←
</span><span>Committer Guide</span></a><a class="docs-next button"
href="/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
auth [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/2fa/index.html b/2fa/index.html
index d791488..0e43cba 100644
--- a/2fa/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/committer-guide"><span class="arrow-prev">←
</span><span>Committer Guide</span></a><a class="docs-next button"
href="/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
authenti [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/committer-guide"><span class="arrow-prev">←
</span><span>Committer Guide</span></a><a class="docs-next button"
href="/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
auth [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/committer-guide.html b/committer-guide.html
index 04dd4e2..be5ccd3 100644
--- a/committer-guide.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/contributor-guide"><span class="arrow-prev">←
</span><span>Contributor Guide</span></a><a class="docs-next button"
href="/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><li><a href [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/contributor-guide"><span class="arrow-prev">←
</span><span>Contributor Guide</span></a><a class="docs-next button"
href="/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><li><a [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/committer-guide/index.html b/committer-guide/index.html
index 04dd4e2..be5ccd3 100644
--- a/committer-guide/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/contributor-guide"><span class="arrow-prev">←
</span><span>Contributor Guide</span></a><a class="docs-next button"
href="/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><li><a href [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/contributor-guide"><span class="arrow-prev">←
</span><span>Contributor Guide</span></a><a class="docs-next button"
href="/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><li><a [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/contributor-guide.html b/contributor-guide.html
index 8193414..43df3fb 100644
--- a/contributor-guide.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/subscrbe-guide"><span class="arrow-prev">←
</span><span>Subscribe Guide</span></a><a class="docs-next button"
href="/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></li><li>< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/subscrbe-guide"><span class="arrow-prev">←
</span><span>Subscribe Guide</span></a><a class="docs-next button"
href="/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></li><
[...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 8193414..43df3fb 100644
--- a/contributor-guide/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/subscrbe-guide"><span class="arrow-prev">←
</span><span>Subscribe Guide</span></a><a class="docs-next button"
href="/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></li><li>< [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/subscrbe-guide"><span class="arrow-prev">←
</span><span>Subscribe Guide</span></a><a class="docs-next button"
href="/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></li><
[...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/downloads.html b/downloads.html
index c1a6faa..a42d36e 100644
--- a/downloads.html
+++ b/downloads.html
@@ -14,14 +14,6 @@
</thead>
<tbody>
<tr><td>2.0</td><td>27/10/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/2.0/apache-apisix-2.0-src.tgz">source</a>
(<a
href="https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz.sha512">sha512</a>)</td></tr>
-<tr><td>1.5</td><td>05/08/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/1.5/apache-apisix-1.5-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.4.1</td><td>20/07/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.4</td><td>29/06/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.3</td><td>24/05/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.2</td><td>20/04/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.1</td><td>24/02/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.0</td><td>15/01/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>0.9</td><td>24/11/2019</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
</tbody>
</table>
<h2><a class="anchor" aria-hidden="true" id="apisix-dashboard"></a><a
href="#apisix-dashboard" 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. [...]
@@ -30,7 +22,6 @@
<tr><th>Version</th><th>Release Date</th><th>Downloads</th></tr>
</thead>
<tbody>
-<tr><td>1.5</td><td>12/08/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.sha512">sha512</a>)</td></tr>
<tr><td>2.0</td><td>20/11/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz">source</a>
(<a
href="https://downloads.apache.org/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz.sha512">sha512</a>)</td></tr>
</tbody>
</table>
@@ -58,7 +49,7 @@ or
pgp apache-apisix-**\*\*\*\***.asc
</code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/22/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 hr [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</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>< [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/downloads/index.html b/downloads/index.html
index c1a6faa..a42d36e 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -14,14 +14,6 @@
</thead>
<tbody>
<tr><td>2.0</td><td>27/10/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/2.0/apache-apisix-2.0-src.tgz">source</a>
(<a
href="https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz.sha512">sha512</a>)</td></tr>
-<tr><td>1.5</td><td>05/08/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/1.5/apache-apisix-1.5-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.4.1</td><td>20/07/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.4</td><td>29/06/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.3</td><td>24/05/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.2</td><td>20/04/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.1</td><td>24/02/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>1.0</td><td>15/01/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
-<tr><td>0.9</td><td>24/11/2019</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512">sha512</a>)</td></tr>
</tbody>
</table>
<h2><a class="anchor" aria-hidden="true" id="apisix-dashboard"></a><a
href="#apisix-dashboard" 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. [...]
@@ -30,7 +22,6 @@
<tr><th>Version</th><th>Release Date</th><th>Downloads</th></tr>
</thead>
<tbody>
-<tr><td>1.5</td><td>12/08/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz">source</a>
(<a
href="https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.sha512">sha512</a>)</td></tr>
<tr><td>2.0</td><td>20/11/2020</td><td><a
href="https://www.apache.org/dyn/closer.cgi/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz">source</a>
(<a
href="https://downloads.apache.org/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz.asc">asc</a>
<a
href="https://downloads.apache.org/apisix/dashboard-2.0/apache-apisix-dashboard-2.0-src.tgz.sha512">sha512</a>)</td></tr>
</tbody>
</table>
@@ -58,7 +49,7 @@ or
pgp apache-apisix-**\*\*\*\***.asc
</code></pre>
-</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/22/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 hr [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</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>< [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/release-guide.html b/release-guide.html
index 423a194..2f6e1a6 100644
--- a/release-guide.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/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">Vi
[...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/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/release-guide/index.html b/release-guide/index.html
index 423a194..2f6e1a6 100644
--- a/release-guide/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/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">Vi
[...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/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/security.html b/security.html
index b771815..ca850dc 100644
--- a/security.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-next
button" href="/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.apache.o [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-next
button" href="/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/security/index.html b/security/index.html
index b771815..ca850dc 100644
--- a/security/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-next
button" href="/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.apache.o [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-next
button" href="/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/subscrbe-guide.html b/subscrbe-guide.html
index f535a4a..7ec84a4 100644
--- a/subscrbe-guide.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/security"><span class="arrow-prev">←
</span><span>Security</span></a><a class="docs-next button"
href="/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="/" class= [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/security"><span class="arrow-prev">←
</span><span>Security</span></a><a class="docs-next button"
href="/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="/" cl [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/subscrbe-guide/index.html b/subscrbe-guide/index.html
index f535a4a..7ec84a4 100644
--- a/subscrbe-guide/index.html
+++ b/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
11/22/2020 by 琚致远</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/security"><span class="arrow-prev">←
</span><span>Security</span></a><a class="docs-next button"
href="/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="/" class= [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</em></div><div class="docs-prevnext"><a class="docs-prev
button" href="/security"><span class="arrow-prev">←
</span><span>Security</span></a><a class="docs-next button"
href="/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="/" cl [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/team.html b/team.html
index 9b1d13a..bcb9971 100644
--- a/team.html
+++ b/team.html
@@ -72,7 +72,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
11/22/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 [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</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> [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
diff --git a/team/index.html b/team/index.html
index 9b1d13a..bcb9971 100644
--- a/team/index.html
+++ b/team/index.html
@@ -72,7 +72,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
11/22/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 [...]
+</span></div></article></div><div class="docLastUpdate"><em>Last updated on
11/23/2020 by litesun</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> [...]
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;