Skip to content

Commit 055fcaf

Browse files
authored
Docs: update (#248)
1 parent a92bf6b commit 055fcaf

File tree

173 files changed

+1181
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+1181
-257
lines changed

docs/.vuepress/navbar/en.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import { navbar } from "vuepress-theme-hope";
22

33
export const en = navbar([
44
// "/",
5-
{ text: "Guide", icon: "creative", link: "/guide/" },
6-
{ text: "Config", icon: "config", link: "/config/" },
7-
{ text: "FAQ", icon: "question", link: "/faq/" },
8-
{ text: "Pricing", icon: "tag", link: "/pricing" },
5+
{ text: "Guide", icon: "iconfont icon-creative", link: "/guide/" },
6+
{ text: "Config", icon: "iconfont icon-config", link: "/config/" },
7+
{ text: "FAQ", icon: "iconfont icon-question", link: "/faq/" },
8+
{ text: "Pricing", icon: "iconfont icon-tag", link: "/pricing" },
99
// { text: "Tool", icon: "tool", link: "/tool/" },
1010
{
1111
text: "Community",
12-
icon: "community",
12+
icon: "iconfont icon-community",
1313
children: [
1414
{
1515
text: "Discussion",
@@ -21,15 +21,15 @@ export const en = navbar([
2121
},
2222
{
2323
text: "More",
24-
icon: "more",
24+
icon: "iconfont icon-more",
2525
children: [
2626
{ text: "V2", link: "https://alist-doc.nn.ci" },
2727
{ text: "Desktop", link: "https://ad.nn.ci/" },
2828
],
2929
},
3030
{
3131
text: "Github",
32-
icon: "github",
32+
icon: "iconfont icon-github",
3333
link: "https://github.com/alist-org/alist",
3434
},
3535
]);

docs/.vuepress/navbar/zh.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import { navbar } from "vuepress-theme-hope";
22

33
export const zh = navbar([
44
// "/zh/",
5-
{ text: "使用指南", icon: "creative", link: "/zh/guide/" },
6-
{ text: "配置", icon: "config", link: "/zh/config/" },
7-
{ text: "常见问题", icon: "question", link: "/zh/faq/" },
8-
{ text: "定价", icon: "tag", link: "/zh/pricing" },
9-
// { text: "工具", icon: "tool", link: "/tool/" },
5+
{ text: "使用指南", icon: "iconfont icon-creative", link: "/zh/guide/" },
6+
{ text: "配置", icon: "iconfont icon-config", link: "/zh/config/" },
7+
{ text: "常见问题", icon: "iconfont icon-question", link: "/zh/faq/" },
8+
{ text: "定价", icon: "iconfont icon-tag", link: "/zh/pricing" },
9+
// { text: "工具", "iconfont icon-tool", link: "/tool/" },
1010
{
1111
text: "社区",
12-
icon: "community",
12+
icon: "iconfont icon-community",
1313
children: [
1414
{
1515
text: "Discussion",
@@ -21,15 +21,15 @@ export const zh = navbar([
2121
},
2222
{
2323
text: "更多",
24-
icon: "more",
24+
icon: "iconfont icon-more",
2525
children: [
2626
{ text: "V2", link: "https://alist-doc.nn.ci" },
2727
{ text: "桌面版", link: "https://ad.nn.ci/" },
2828
],
2929
},
3030
{
3131
text: "Github",
32-
icon: "github",
32+
icon: "iconfont icon-github",
3333
link: "https://github.com/alist-org/alist",
3434
},
3535
]);
20.6 KB
Loading
43.4 KB
Loading
33.6 KB
Loading
45.5 KB
Loading
8.14 KB
Loading
31.1 KB
Loading
37.1 KB
Loading

0 commit comments

Comments
 (0)