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 dad0b5a0168397d952d994eba1705143b760734c
Author: tison <[email protected]>
AuthorDate: Fri Dec 16 12:21:36 2022 +0800

    renama docs
    
    Signed-off-by: tison <[email protected]>
---
 community/{release-process.md => create-a-release.md}                | 4 ++--
 .../{verify-release-candidate.md => verify-a-release-candidate.md}   | 5 +++--
 community/vote-a-core-developer.md                                   | 2 +-
 sidebarsCommunity.js                                                 | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/community/release-process.md b/community/create-a-release.md
similarity index 99%
rename from community/release-process.md
rename to community/create-a-release.md
index 7b421cb..58977b8 100644
--- a/community/release-process.md
+++ b/community/create-a-release.md
@@ -1,6 +1,6 @@
 ---
-id: release-process
-title: How to release
+id: create-a-release
+title: Create a Kvrocks release
 ---
 
 > This article mainly introduces how the Release Manager releases a new 
 > version in accordance with the Apache requirements.
diff --git a/community/verify-release-candidate.md 
b/community/verify-a-release-candidate.md
similarity index 98%
rename from community/verify-release-candidate.md
rename to community/verify-a-release-candidate.md
index 9eb894e..392b728 100644
--- a/community/verify-release-candidate.md
+++ b/community/verify-a-release-candidate.md
@@ -1,9 +1,10 @@
 ---
-id: verify-release-candidate
-title: How to verify release
+id: verify-a-release-candidate
+title: Verify a release candidate
 ---
 
 To verify the release, the following checklist can be used to reference:
+
 - [ ] Download links are valid.
 - [ ] Checksums and PGP signatures are valid.
 - [ ] Source code artifacts have correct names matching the current release.
diff --git a/community/vote-a-core-developer.md 
b/community/vote-a-core-developer.md
index 59694d4..9965d52 100644
--- a/community/vote-a-core-developer.md
+++ b/community/vote-a-core-developer.md
@@ -1,6 +1,6 @@
 ---
 id: vote-a-core-developer
-title: How to vote a Committer or PMC Member
+title: Vote a new committer or PMC member
 ---
 
 ## Initiate discussion in the community private mailing group
diff --git a/sidebarsCommunity.js b/sidebarsCommunity.js
index 3b02047..fafad6f 100644
--- a/sidebarsCommunity.js
+++ b/sidebarsCommunity.js
@@ -9,8 +9,8 @@ const sidebars = {
         type: 'generated-index',
       },
       items: [
-        'verify-release-candidate',
-        'release-process',
+        'create-a-release',
+        'verify-a-release-candidate',
       ]
     },
     {

Reply via email to