Skip to content

Commit cc48881

Browse files
committed
添加到侧边栏
1 parent a86e37e commit cc48881

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .vitepress/sidebar.ts

+10
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ export const sidebar = {
105105
{ text: "蒲公英", link: "/user-guide/plugins/tara" },
106106
],
107107
},
108+
{
109+
text: "第三方软件集成",
110+
collapsed: true,
111+
items: [
112+
{
113+
text: "利用 Obsidian Web Clipper 保存网页",
114+
link: "/user-guide/integration/obsidian-web-clipper",
115+
},
116+
],
117+
},
108118
{
109119
text: "常见问题",
110120
collapsed: true,

0 commit comments

Comments
 (0)