This is an automated email from the ASF dual-hosted git repository. hulk pushed a commit to branch add-asf-links in repository https://gitbox.apache.org/repos/asf/iggy-website.git
commit 95d814fa3dd55fc6b17310ec707d1355e5421f5f Author: git-hulk <[email protected]> AuthorDate: Mon Feb 10 16:46:51 2025 +0800 Add ASF's related links to the iggy website --- docusaurus.config.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 208ae98bc..d5609ca12 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -91,6 +91,20 @@ const config: Config = { label: 'GitHub', position: 'right', }, + { + type: 'dropdown', + label: 'ASF', + position: 'right', + items: [ + {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.html'}, + {label: 'Security', to: 'https://www.apache.org/security/'}, + {label: 'Sponsorship', to: 'https://www.apache.org/foundation/sponsorship.html'}, + {label: 'Privacy', to: 'https://privacy.apache.org/policies/privacy-policy-public.html'}, + {label: 'Thanks', to: 'https://www.apache.org/foundation/thanks.html'} + ], + }, ], }, footer: {
