Skip to content

Commit 78f4258

Browse files
committed
替换文件名为全英文,取消文件名编号
1 parent a6ef9f7 commit 78f4258

File tree

22 files changed

+104
-42
lines changed

22 files changed

+104
-42
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import { userGuide } from "./user-guide";
12
import { sidebar } from "vuepress-theme-hope";
23

34
export const zhSidebar = sidebar({
4-
"/user-guide/": "structure",
5+
"/user-guide/": userGuide,
56
"/plugin-dev-guide/": "structure",
67
"/csl-dev-guide/": "structure",
78
"/about/": "structure",
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
import { arraySidebar } from "vuepress-theme-hope";
2+
3+
export const userGuide = arraySidebar([
4+
// "",
5+
"why-use-zotero",
6+
"quick-start",
7+
{
8+
text: "基础使用",
9+
icon: "module",
10+
prefix: "basic-usage",
11+
collapsible: true,
12+
children: ["install", "add-items", "organize-library", "take-notes"],
13+
},
14+
{
15+
text: "创建参考文献",
16+
icon: "code",
17+
prefix: "generate-bibliography",
18+
collapsible: true,
19+
children: [
20+
"create-bibliographies-within-zotero",
21+
"ms-word-plugin",
22+
"citation-styles",
23+
],
24+
},
25+
{
26+
text: "同步、协作与备份",
27+
icon: "language",
28+
prefix: "sync-collaboration-backup",
29+
collapsible: true,
30+
children: ["data-file-sync", "group", "backup"],
31+
},
32+
{
33+
text: "插件",
34+
icon: "plugin",
35+
prefix: "plugins",
36+
collapsible: true,
37+
children: "structure",
38+
},
39+
{
40+
text: "常见问题",
41+
icon: "question",
42+
prefix: "faqs",
43+
collapsible: true,
44+
children: "structure",
45+
},
46+
{
47+
text: "杂项",
48+
icon: "advance",
49+
prefix: "misc",
50+
collapsible: true,
51+
children: "structure",
52+
},
53+
]);

src/user-guide/01-快速开始/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/user-guide/02-参考文献/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/user-guide/03-同步-协作-备份/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/user-guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Zotero 百科全书
3+
icon: creative
4+
index: false
35
date: 2023-04-19 22:27:07
46
updated: 2023-07-20 16:51:54
57
---
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 添加条目
3+
icon: add
34
date: 2023-06-28 21:14:03
45
updated: 2023-07-28 10:38:12
56
---
@@ -40,7 +41,7 @@ Zotero 的基本文件单元,用来表示一篇论文、一本书等的题录
4041

4142
::: tip
4243

43-
使用这种方法需要确保以安装浏览器插件 Zotero Connector。如未安装,请参考:[Zotero 下载与安装](./01-安装.md)
44+
使用这种方法需要确保以安装浏览器插件 Zotero Connector。如未安装,请参考:[Zotero 下载与安装](install.md)
4445

4546
:::
4647

@@ -63,7 +64,7 @@ Zotero 的基本文件单元,用来表示一篇论文、一本书等的题录
6364
Connector 抓取中文文献能力依靠中文 Translator 支持,更新中文 Translator 请参考:
6465

6566
- [中文文献增强:茉莉花插件](https://zotero.yuque.com/staff-gkhviy/zotero/jasminum?view=doc_embed&inner=BlFh2)
66-
- 如果茉莉花插件更新 translator 失败,可以尝试[手动更新 translator](../06-常见问题/如何手动更新translator.md).
67+
- 如果茉莉花插件更新 translator 失败,可以尝试[手动更新 translator](../faqs/如何手动更新translator.md).
6768

6869
Connector 抓取文献错误解决:[从浏览器抓取条目时发生错误 / 抓取时不能自动下载 PDF / 无法自动给添加的 PDF 附件创建条目](https://zotero.yuque.com/staff-gkhviy/zotero/mribmi?view=doc_embed)
6970

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 安装
33
# order: 2
4+
icon: install
45
date: 2023-04-19 22:27:07
56
updated: 2023-07-20 16:51:54
67
---

src/user-guide/01-快速开始/03-管理文献库.md renamed to src/user-guide/basic-usage/organize-library.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 组织、管理你的文献库
3+
icon: class
34
date: 2023-06-28 21:14:16
45
updated: 2023-07-20 16:51:54
56
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 阅读文献、添加笔记
3+
icon: note
34
date: 2023-06-28 21:16:16
45
updated: 2023-07-21 19:17:58
56
---

0 commit comments

Comments
 (0)