This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new b84badd Header add ASF menu (#119)
b84badd is described below
commit b84badda75354c8722c0c538a8a5bf4d26af3137
Author: ChunFu Wu <[email protected]>
AuthorDate: Sat Sep 10 09:36:19 2022 +0800
Header add ASF menu (#119)
---
docusaurus.config.js | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 0e94da6..f4f7f5e 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -145,6 +145,36 @@ const config = {
position: 'right',
label: 'FAQ'
},
+ {
+ 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",
+ },
+ {
+ label: "Security",
+ to:
"https://www.apache.org/security/",
+ },
+ {
+ label: "Sponsorship",
+ to:
"https://www.apache.org/foundation/sponsorship.html",
+ },
+ {
+ label: "Thanks",
+ to:
"https://www.apache.org/foundation/thanks.html",
+ },
+ ],
+ },
{
href:
'https://github.com/streamxhub/streamx',
label: 'GitHub',
