This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch refactor in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
commit c274f5f2baea9c2de7b3531ae2f808c251c9571b Author: tison <[email protected]> AuthorDate: Fri Dec 16 11:55:44 2022 +0800 Update metadata Signed-off-by: tison <[email protected]> --- community/{how-to-release.md => release-process.md} | 2 +- community/{how-to-verify.md => verify-release-candidate.md} | 2 +- docusaurus.config.js | 2 +- sidebarsCommunity.js | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/community/how-to-release.md b/community/release-process.md similarity index 99% rename from community/how-to-release.md rename to community/release-process.md index 425cabe..7b421cb 100644 --- a/community/how-to-release.md +++ b/community/release-process.md @@ -1,6 +1,6 @@ --- +id: release-process title: How to release -sidebar_position: 2 --- > This article mainly introduces how the Release Manager releases a new > version in accordance with the Apache requirements. diff --git a/community/how-to-verify.md b/community/verify-release-candidate.md similarity index 99% rename from community/how-to-verify.md rename to community/verify-release-candidate.md index 81887bf..9eb894e 100644 --- a/community/how-to-verify.md +++ b/community/verify-release-candidate.md @@ -1,6 +1,6 @@ --- +id: verify-release-candidate title: How to verify release -sidebar_position: 3 --- To verify the release, the following checklist can be used to reference: diff --git a/docusaurus.config.js b/docusaurus.config.js index 65a1093..5773c1a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,7 +80,7 @@ const config = { }, items: [ {type: 'doc', docId: 'supported-commands', position: 'right', label: 'Docs'}, - {type: 'doc', docId: 'index', position: 'right', label: 'Community', docsPluginId: 'community'}, + {type: 'doc', docId: 'community', position: 'right', label: 'Community', docsPluginId: 'community'}, {to: '/blog', label: 'Blog', position: 'right'}, {to: '/download', label: 'Download', position: 'right'}, { diff --git a/sidebarsCommunity.js b/sidebarsCommunity.js index edb101d..3b02047 100644 --- a/sidebarsCommunity.js +++ b/sidebarsCommunity.js @@ -8,6 +8,10 @@ const sidebars = { link: { type: 'generated-index', }, + items: [ + 'verify-release-candidate', + 'release-process', + ] }, { "type": "category",
