This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch team-and-users
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git

commit 4486add886f2165d84fa8d39f764641a3ea4b159
Author: tison <[email protected]>
AuthorDate: Fri Dec 16 16:39:08 2022 +0800

    dummy users page
    
    Signed-off-by: tison <[email protected]>
---
 docusaurus.config.js | 1 +
 src/pages/users.md   | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index bfa784e..2857b48 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -72,6 +72,7 @@ const config = {
           {to: '/download', label: 'Download', position: 'right'},
           {type: 'doc', docId: 'community', position: 'right', label: 
'Community', docsPluginId: 'community'},
           {to: '/blog', label: 'Blog', position: 'right'},
+          {to: '/users', label: 'Users', position: 'right'},
           {
             href: 'https://github.com/apache/incubator-kvrocks',
             position: 'right',
diff --git a/src/pages/users.md b/src/pages/users.md
new file mode 100644
index 0000000..d75f656
--- /dev/null
+++ b/src/pages/users.md
@@ -0,0 +1,5 @@
+# Our Users
+
+Various companies and organizations use Kvrocks for as a persistent storage 
replacement with Redis.
+
+Users are encouraged to add themselves to this page. Send a pull request to 
add your company or organization information 
[here](https://github.com/apache/incubator-kvrocks-website/tree/main).

Reply via email to