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

dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new 956868ade make link to /security more prominent (#257)
956868ade is described below

commit 956868ade4286b249d0fd1bc538693d2f29fce54
Author: Arnout Engelen <arn...@bzzt.net>
AuthorDate: Thu Nov 7 11:43:31 2024 +0100

    make link to /security more prominent (#257)
    
    This reverts commit bdf5c2ad21939612f5213b461300ce83f9022ea9 / #224
    and instead removes the 'other' link, because it did the exact opposite
    of what the description promised it'd do.
---
 docusaurus.config.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index fb35c3176..09fd65621 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -94,6 +94,10 @@ const config = {
               {
                 label: 'Trademark Guidelines',
                 href: '/trademark-guidelines'
+              },
+              {
+                label: 'Security',
+                href: '/security'
               }
             ]
           },
@@ -216,7 +220,6 @@ const config = {
               {label: 'Foundation', to: 'https://www.apache.org/'},
               {label: 'License', to: 'https://www.apache.org/licenses/'},
               {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'},
               {label: 'Privacy', to: 
'https://www.apache.org/foundation/policies/privacy.html'},
               {label: 'Thanks', to: 
'https://www.apache.org/foundation/thanks.html'}

Reply via email to