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

fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 43257a2663a Remove link to ASF-wide security page from the menu (#312)
43257a2663a is described below

commit 43257a2663a59e49e9da3d1fd86b4a5623fd26b5
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Jun 18 10:19:09 2024 +0200

    Remove link to ASF-wide security page from the menu (#312)
    
    To make the link to the project-specific security page
    (which links to the ASF-wide security page, but also
    adds project-specific information) more prominent.
---
 docusaurus.config.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1bfe4ac348e..1f072e8e10b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -171,10 +171,6 @@ const config = {
               label: "Events",
               to: "https://www.apache.org/events/current-event";,
             },
-            {
-              label: "Security",
-              to: "https://www.apache.org/security/";,
-            },
             {
               label: "Sponsorship",
               to: "https://www.apache.org/foundation/sponsorship.html";,

Reply via email to