You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/09/30 03:07:46 UTC

[apisix-website] branch master updated: fix: rm lts unmaintained banner (#1350)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new afb2281b271 fix: rm lts unmaintained banner (#1350)
afb2281b271 is described below

commit afb2281b271c2e525b20b37f690f0da734dc31bf
Author: Young <is...@outlook.com>
AuthorDate: Fri Sep 30 11:07:40 2022 +0800

    fix: rm lts unmaintained banner (#1350)
---
 doc/docusaurus.config.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/docusaurus.config.js b/doc/docusaurus.config.js
index 0f8703d1aa7..0e3debe96c3 100644
--- a/doc/docusaurus.config.js
+++ b/doc/docusaurus.config.js
@@ -88,6 +88,11 @@ module.exports = {
             version,
           });
         },
+        versions: {
+          2.15: {
+            banner: 'none',
+          },
+        },
       },
     ],
     [