Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
],
Expand All @@ -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,
Expand Down
Loading