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

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit 5f3105960fbfcedad3930041b60a2fbbfa388c2c
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Aug 30 17:03:57 2019 +0800

    update readme
---
 README.md | 42 +++++++++---------------------------------
 server.js |  2 +-
 2 files changed, 10 insertions(+), 34 deletions(-)

diff --git a/README.md b/README.md
index a3563be..2155ac9 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,14 @@
 
 ## Online Docs
 
-+ [教程 Tutorial](http://echarts.baidu.com/tutorial.html)
-    + [中文](http://echarts.baidu.com/tutorial.html)
-    + [English](https://ecomfe.github.io/echarts-doc/public/en/tutorial.html)
-
-+ [实例接口文档 API](http://echarts.baidu.com/api.html)
-    + [中文](http://echarts.baidu.com/api.html)
-    + [English](https://ecomfe.github.io/echarts-doc/public/en/api.html)
-
-+ [配置项手册 Option Manual](http://echarts.baidu.com/option.html)
-    + [中文](http://echarts.baidu.com/option.html)
-    + [English](https://ecomfe.github.io/echarts-doc/public/en/option.html)
-
++ English
+    + [Tutorial](https://echarts.apache.org/en/tutorial.html)
+    + [API](https://echarts.apache.org/en/api.html)
+    + [Chart Configuration](https://echarts.apache.org/en/option.html)
++ 中文
+    + [Tutorial](https://echarts.apache.org/zh/tutorial.html)
+    + [API](https://echarts.apache.org/zh/api.html)
+    + [Chart Configuration](https://echarts.apache.org/zh/option.html)
 
 ## Build and Run Locally
 
@@ -21,27 +17,7 @@
 # Install depedencies
 npm install
 # Build
-node build.js (github)
+sh release.sh
 # Run a static server
 node server.js
 ```
-
-Dev:
-```shell
-node watch.js dev
-# should put <https://github.com/ecomfe/echarts-examples> on the same folder 
with echarts-doc
-```
-
-## Build Dash Docset
-
-1. `cd public/documents`
-
-2. `node dashing.js`
-
-3. `cd dash`
-
-3. Build
-  - To build Docset in English: `./dashing build echarts -f dashing-en.json -s 
./en`.
-  - To build Docset in Chinese: `./dashing build echarts -f dashing-cn.json -s 
./cn`.
-
-4. The generated Docset is under current directory. Change version number in 
`echarts.docset/Contents/Info.plist` if you may.
diff --git a/server.js b/server.js
index 91220bb..31fed85 100644
--- a/server.js
+++ b/server.js
@@ -8,4 +8,4 @@ require('http').createServer(function (request, response) {
     }).resume();
 }).listen(3001);
 
-open('http://127.0.0.1:3001/index.html');
\ No newline at end of file
+open('http://127.0.0.1:3001/en/index.html');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to