This is an automated email from the ASF dual-hosted git repository.
RongtongJin pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new dd18fdb147 fix: Add required ASF policy links to footer (#780)
dd18fdb147 is described below
commit dd18fdb147eaa338da9b7dfd981dcd59d1a18e8f
Author: Rich Bowen <[email protected]>
AuthorDate: Tue May 26 20:38:32 2026 -0700
fix: Add required ASF policy links to footer (#780)
The RocketMQ website is failing 5 of 9 ASF website policy checks
(https://whimsy.apache.org/site/):
- Foundation link (missing)
- Events (missing)
- Trademarks (missing)
- Privacy (missing)
- License (was present but scanner may not have found it)
This adds Privacy, Events, and Foundation links to the existing
Legal section in the Docusaurus footer, and adds trademark
attribution to the copyright line.
See: https://www.apache.org/foundation/marks/pmcs
Checker: https://whimsy.apache.org/site/
---
docusaurus.config.js | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 31adc1bc31..77f6055942 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -470,6 +470,18 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
label: 'Sponsorship',
href: 'https://www.apache.org/foundation/sponsorship.html',
},
+ {
+ label: 'Privacy',
+ href:
'https://privacy.apache.org/policies/privacy-policy-public.html',
+ },
+ {
+ label: 'Events',
+ href: 'https://www.apache.org/events/current-event.html',
+ },
+ {
+ label: 'Foundation',
+ href: 'https://www.apache.org/',
+ },
],
},
],
@@ -478,7 +490,7 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
src: 'img/Apache_RocketMQ_logo.svg.png',
href: 'https://rocketmq.apache.org/',
},
- copyright: `Copyright © ${new Date().getFullYear()} The Apache
Software Foundation. Licensed under the Apache License, Version 2.0.`,
+ copyright: `Copyright © ${new Date().getFullYear()} The Apache
Software Foundation. Licensed under the Apache License, Version 2.0. Apache
RocketMQ, RocketMQ, Apache, the Apache logo, and the Apache RocketMQ project
logo are either registered trademarks or trademarks of The Apache Software
Foundation.`,
},
prism: {
theme: lightCodeTheme,