File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const zhNavbar = navbar([
3636 {
3737 text : "贡献指南" ,
3838 icon : "creative" ,
39- link : "/about/contributing.md" ,
39+ link : "/about/contributing/CONTRIBUTING .md" ,
4040 } ,
4141 {
4242 text : "关于" ,
Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ Zotero 中文文档接受多种形式的贡献,请阅读这一份指南,以
5757
58581 . 在线修改
5959
60- 点击文档网页右上角的 “在 GitHub 上编辑此页”,网页会自动跳转到文档源码文件。点击源码右上方的铅笔符号
60+ 打开需要修改的文档网页,点击末尾左下角的 “在 GitHub 上编辑此页”,网页会自动跳转到 GitHub 编辑文档源码的页面。
6161
62- “Edit this file”,即可在线修改。此过程会自动复制(Fork)仓库至个人 GitHub 帐号中。
62+ 如果提示需要 fork 才能继续则点击即可。
63+
64+ 编辑需要修改的地方,Markdown 语法请参阅 [ Markdown 语法] ( ./markdown-demo.md ) 。
6365
64662 . 提交修改
6567
@@ -71,6 +73,10 @@ Zotero 中文文档接受多种形式的贡献,请阅读这一份指南,以
7173
7274 在 “Open a pull request” 页面中,输入此 PR 的标题和具体描述。点击 “Create pull request” 即可。
7375
76+ PR 提交后,CI 工具会自动对提交的 PR 生成一个预览链接并评论在 PR 中,可以在此预览修改的结果。
77+
78+ 维护者将尽快审核这些修改。
79+
7480### 大量修改
7581
7682请参考 [ 构建指南] ( build.md ) 。
You can’t perform that action at this time.
0 commit comments