This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git
The following commit(s) were added to refs/heads/master by this push:
new c25b318 add contributor notice to edit guide
c25b318 is described below
commit c25b3182245d1d2bf97564e468f92a9cf20140b6
Author: 100pah <[email protected]>
AuthorDate: Sun Oct 12 15:18:44 2025 +0800
add contributor notice to edit guide
---
contents/en/meta/edit-guide.md | 2 +-
contents/zh/meta/edit-guide.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contents/en/meta/edit-guide.md b/contents/en/meta/edit-guide.md
index 62d540c..55ac9f1 100644
--- a/contents/en/meta/edit-guide.md
+++ b/contents/en/meta/edit-guide.md
@@ -2,7 +2,7 @@
## Adding a Markdown File [[[#adding-a-markdown-file]]]
-Add a markdown file to the `contents/zh/` (Chinese posts) or `contents/en/`
(English posts) directories, up to three levels. Update the path and title
information in `contents/zh/posts.yml` or `contents/en/posts.yml`.
+Add a markdown file to the `contents/zh/` (Chinese posts) or `contents/en/`
(English posts) directories, up to three levels. Update the path and title
information in `contents/zh/posts.yml` or `contents/en/posts.yml`. Add the
corresponding contributor information in `components/helper/contributors.ts`.
(Notice, `en` and `zh` are separate entries in that file.)
Lowercase markdown file names.
diff --git a/contents/zh/meta/edit-guide.md b/contents/zh/meta/edit-guide.md
index 34eaab2..ee18f05 100644
--- a/contents/zh/meta/edit-guide.md
+++ b/contents/zh/meta/edit-guide.md
@@ -2,7 +2,7 @@
## 新增一个 markdown 文件 [[[#adding-a-markdown-file]]]
-在 `contents/zh/`(中文文章)或 `contents/en/`(英文文章)目录下新增一个 markdown
文件,最多支持三级目录。将路径及标题信息更新在 `contents/zh/posts.yml` 或 `contents/en/posts.yml`。
+在 `contents/zh/`(中文文章)或 `contents/en/`(英文文章)目录下新增一个 markdown
文件,最多支持三级目录。将路径及标题信息更新在 `contents/zh/posts.yml` 或
`contents/en/posts.yml`。将作者信息添加在 `components/helper/contributors.ts`。(注意,此文件中
`en` 和 `zh` 是不同的条目。)
markdown 文件名称小写。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]