Skip to content

Commit 46eb4c0

Browse files
author
You
committed
chore: remove Pricing and More sections from English and Chinese navbars, update token retrieval instructions in driver documentation
1 parent 134f3c7 commit 46eb4c0

4 files changed

Lines changed: 0 additions & 21 deletions

File tree

docs/.vuepress/navbar/en.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const en = navbar([
55
{ text: "Guide", icon: "iconfont icon-creative", link: "/guide/" },
66
{ text: "Config", icon: "iconfont icon-config", link: "/config/" },
77
{ text: "FAQ", icon: "iconfont icon-question", link: "/faq/" },
8-
{ text: "Pricing", icon: "iconfont icon-tag", link: "/pricing" },
98
// { text: "Tool", icon: "tool", link: "/tool/" },
109
{
1110
text: "Community",
@@ -17,14 +16,6 @@ export const en = navbar([
1716
}
1817
],
1918
},
20-
{
21-
text: "More",
22-
icon: "iconfont icon-more",
23-
children: [
24-
{ text: "Demo", link: "https://alist.pages.dev/" },
25-
{ text: "V2", link: "https://alist-doc.iots.vip" },
26-
],
27-
},
2819
{
2920
text: "Github",
3021
icon: "iconfont icon-github",

docs/.vuepress/navbar/zh.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const zh = navbar([
55
{ text: "使用指南", icon: "iconfont icon-creative", link: "/zh/guide/" },
66
{ text: "配置", icon: "iconfont icon-config", link: "/zh/config/" },
77
{ text: "常见问题", icon: "iconfont icon-question", link: "/zh/faq/" },
8-
{ text: "定价", icon: "iconfont icon-tag", link: "/zh/pricing" },
98
// { text: "工具", "iconfont icon-tool", link: "/tool/" },
109
{
1110
text: "社区",
@@ -17,15 +16,6 @@ export const zh = navbar([
1716
}
1817
],
1918
},
20-
{
21-
text: "更多",
22-
icon: "iconfont icon-more",
23-
children: [
24-
{ text: "演示", link: "https://alist.pages.dev/" },
25-
{ text: "V2", link: "https://alist-doc.iots.vip" },
26-
{ text: "桌面版", link: "https://ad.iots.vip/" },
27-
],
28-
},
2919
{
3020
text: "Github",
3121
icon: "iconfont icon-github",

docs/guide/drivers/Alist V2 V3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ The Alist path you want to mount has a meta information password set
165165

166166
(This is for the other party to give you, generally no one will hand over their token to outsiders)
167167

168-
- How to get V2: Go to the V2 document to view --> **https://alist-doc.iots.vip/docs/driver/alist#token**
169168
- How to get V3: Background --> Settings --> Others --> **`Token`**
170169

171170
::::

docs/zh/guide/drivers/Alist V2 V3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ failed get objs: failed to list objs: request failed,code: 400, message: Key: 'L
167167

168168
(这是让对方给你的,一般没有人会交出自己的token给外人)
169169

170-
- V2获取方式:前往V2文档进行查看 --> **https://alist-doc.iots.vip/docs/driver/alist#token**
171170
- V3获取方式:后台 --> 设置 --> 其他 --> **`令牌`**
172171

173172
::::

0 commit comments

Comments
 (0)