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 <[email protected]>
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',
+ },
+ },
},
],
[