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

guoqi 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 72aabb8bfbb fix: the build error "Invalid docs option 'versions': 
unknown versions (2.15) found" (#1834)
72aabb8bfbb is described below

commit 72aabb8bfbb0d1162abefb951364444b1500610c
Author: Qi Guo <[email protected]>
AuthorDate: Mon Dec 2 16:50:52 2024 +0800

    fix: the build error "Invalid docs option 'versions': unknown versions 
(2.15) found" (#1834)
---
 doc/docusaurus.config.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/docusaurus.config.js b/doc/docusaurus.config.js
index ec1f63ec09f..4cc79673cae 100644
--- a/doc/docusaurus.config.js
+++ b/doc/docusaurus.config.js
@@ -90,11 +90,6 @@ module.exports = {
             projectName: 'apisix',
           });
         },
-        versions: {
-          2.15: {
-            banner: 'none',
-          },
-        },
       },
     ],
     [

Reply via email to