This is an automated email from the ASF dual-hosted git repository.
tison 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 d5ed10c docs: Move contact us to the first place
d5ed10c is described below
commit d5ed10c9a9d1204a23a2f386541d4d5cbfb77f91
Author: tison <[email protected]>
AuthorDate: Mon Aug 7 17:36:41 2023 +0800
docs: Move contact us to the first place
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b186359..2af3739 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
This project keeps all sources used for building the Apache Kvrocks official
website, which is served at https://kvrocks.apache.org/.
+## Contact Us
+
+* Submit [an issue](https://github.com/apache/kvrocks/issues/new) on the [main
repo](http://github.com/apache/kvrocks)
+* Send an email to the [dev mailing list](mailto:[email protected])
([subscribe](mailto:[email protected]))
+* Ask on the [#general channel on Kvrocks
Slack](https://kvrocks.slack.com/archives/general)
([join](https://join.slack.com/t/kvrockscommunity/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w))
+
## Prerequisite
The Apache Kvrocks website is powered by [Docusaurus
2](https://docusaurus.io/) and is built with Node 19 and Yarn 3. Check the
[deploy workflow](.github/workflows/deploy.yml) for concrete requirements and
instructions.
@@ -27,9 +33,3 @@ yarn build
```
This command generates static content into the `build` directory and can be
served using any static content hosting service.
-
-## Contact Us
-
-* Submit [an issue](https://github.com/apache/kvrocks/issues/new) on the [main
repo](http://github.com/apache/kvrocks)
-* Send an email to the [dev mailing list](mailto:[email protected])
([subscribe](mailto:[email protected]))
-* Ask on the [#general channel on Kvrocks
Slack](https://kvrocks.slack.com/archives/general)
([join](https://join.slack.com/t/kvrockscommunity/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w))
\ No newline at end of file