This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new e7f333f Add controller to footer (#161)
e7f333f is described below
commit e7f333f9880961f4281c850566607cb5a92faaec
Author: Twice <[email protected]>
AuthorDate: Wed Sep 27 14:34:37 2023 +0900
Add controller to footer (#161)
---
docusaurus.config.js | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index e09b6f4..1695d41 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -118,6 +118,10 @@ const config = {
label: 'Supported commands',
to: '/docs/supported-commands',
},
+ {
+ label: 'How to contribute',
+ to: 'community/contributing',
+ }
],
},
{
@@ -131,19 +135,27 @@ const config = {
label: 'Issue Tracker',
href: 'https://github.com/apache/kvrocks/issues',
},
+ {
+ label: 'Mailing list',
+ href:
'https://lists.apache.org/[email protected]',
+ },
],
},
{
- title: 'More',
+ title: 'Repositories',
items: [
{
- label: 'Source Repo',
+ label: 'Kvrocks',
href: 'https://github.com/apache/kvrocks',
},
{
- label: 'Website Source Repo',
+ label: 'Website',
href: 'https://github.com/apache/kvrocks-website',
},
+ {
+ label: 'Controller',
+ href: 'https://github.com/apache/kvrocks-controller',
+ },
],
},
],