This is an automated email from the ASF dual-hosted git repository.
rohit 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 bdf5c2ad make link to /security more prominent (#224)
bdf5c2ad is described below
commit bdf5c2ad21939612f5213b461300ce83f9022ea9
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Jul 30 11:35:05 2024 +0200
make link to /security more prominent (#224)
Remove the link to https://apache.org/security from the top-level menu
since we want people to first find the About>Security link pointing to
the project-specific security information at
https://cloudstack.apache.org/security . The Apache-wide information is
linked from there.
---
docusaurus.config.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 149c2834..e8f2594c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -90,10 +90,6 @@ const config = {
{
label: 'Trademark Guidelines',
href: '/trademark-guidelines'
- },
- {
- label: 'Security',
- href: '/security'
}
]
},