This is an automated email from the ASF dual-hosted git repository.
cancai 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 e0d8399 Add links for website maintenance (#359)
e0d8399 is described below
commit e0d8399c9b9df434212e860d6292f378c5ae77e5
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 29 16:13:41 2024 +0100
Add links for website maintenance (#359)
---
docusaurus.config.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index e94bf8d..d49024e 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -282,6 +282,14 @@ const config = {
label: 'Pull Requests',
href: 'https://github.com/apache/incubator-streampark/pulls',
},
+ {
+ label: 'Issue Tracker (Website)',
+ href:
'https://github.com/apache/incubator-streampark-website/issues',
+ },
+ {
+ label: 'Pull Requests (Website)',
+ href:
'https://github.com/apache/incubator-streampark-website/pulls',
+ },
],
},
{