diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index aa9cd2cf..6cf6ab7d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -65,6 +65,40 @@ const config = { position: 'right', }, {to: 'blog', label: 'Blogs', position: 'left'}, + { + label: 'ASF', + position: 'left', + 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", + }, + { + 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", + }, + ], + }, ], }, prism: {