We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86e37e commit cc48881Copy full SHA for cc48881
.vitepress/sidebar.ts
@@ -105,6 +105,16 @@ export const sidebar = {
105
{ text: "蒲公英", link: "/user-guide/plugins/tara" },
106
],
107
},
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
118
{
119
text: "常见问题",
120
collapsed: true,
0 commit comments