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-handbook.git

commit ec93026ca43d39dd4be7d2705f8683dcef39ffa3
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Tue May 12 16:31:19 2020 +0800

    doc: update readme and contributions
---
 README.md                    |   4 ++
 pages/helper/contributors.ts | 102 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 105 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f779ff9..89b9ab8 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ Open in browser: http://localhost:3000/echarts-handbook/dist/
 ## Release
 
 ```bash
+# Update contributors
+npm run prepare
+
+# Generate to `dist`
 npm run generate
 ```
 
diff --git a/pages/helper/contributors.ts b/pages/helper/contributors.ts
index ff8b4c5..84a731a 100644
--- a/pages/helper/contributors.ts
+++ b/pages/helper/contributors.ts
@@ -1 +1,101 @@
-export default {};
+export default {
+    "contents/zh/meta/get-started.md": [
+        "Ovilia"
+    ],
+    "contents/zh/get-started.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/mobile.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/downplay.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/down-play.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/cross-platform.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/connect.md": [
+        "Ovilia"
+    ],
+    "contents/zh/cookbook/aria.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/visual-map.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/tooltip.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/series.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/options.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/legend.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/coordinate.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/chart-size.md": [
+        "Ovilia"
+    ],
+    "contents/zh/concepts/axis.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/xxx.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/line.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/bar/waterfall.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/bar/visual-map.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/bar/stacked-bar.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/bar/simple-bar.md": [
+        "Ovilia"
+    ],
+    "contents/zh/chart-types/bar/polar-bar.md": [
+        "Ovilia"
+    ],
+    "contents/zh/best-practice/mobile.md": [
+        "Ovilia"
+    ],
+    "contents/zh/best-practice/design.md": [
+        "Ovilia"
+    ],
+    "contents/zh/basics/resource.md": [
+        "Ovilia"
+    ],
+    "contents/zh/basics/inspiration.md": [
+        "Ovilia"
+    ],
+    "contents/zh/basics/help.md": [
+        "Ovilia"
+    ],
+    "contents/zh/basics/download.md": [
+        "Ovilia"
+    ],
+    "contents/en/posts.js": [
+        "Ovilia"
+    ],
+    "contents/en/bar.md": [
+        "Ovilia"
+    ],
+    "contents/zh/meta/writing.md": [
+        "Ovilia"
+    ],
+    "contents/zh/posts.js": [
+        "Ovilia"
+    ]
+};
\ No newline at end of file


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

Reply via email to