This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/footer in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 0595738336ea68fb48756b58ef69603a121f5d27 Author: PragmaTwice <[email protected]> AuthorDate: Wed Sep 27 14:29:56 2023 +0900 Add controller to footer --- 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', + }, ], }, ],
