This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dd2da30 Update readme, add node version requirement.
dd2da30 is described below
commit dd2da3039c5f53e68d51d3a9d29780df7c852dcf
Author: Huxing Zhang <[email protected]>
AuthorDate: Sat Jan 5 23:02:26 2019 +0800
Update readme, add node version requirement.
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 588f9a9..dc66145 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,11 @@
This project keeps all sources used for building up dubbo official website
which's served at http://dubbo.io or http://dubbo.apache.org.
-## Attention
+## Prerequisite
+Dubbo website is powered by [docsite](https://github.com/txd-team/docsite).
If your version of docsite is less then `1.3.3`, please upgrade to `1.3.3`.
+Please also make sure your node version is 8.x, versions higher than 8.x is
not supported by docsite yet.
## Build instruction