Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed May 25, 2024
1 parent 1d86575 commit 262a5d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function sidebarIntroduction(): DefaultTheme.SidebarItem[] {
text: "Solana介绍",
collapsed: false,
items: [
{ text: "概述", link: "overview" },
{ text: "租金经济", link: "rent" },
{ text: "钱包指南", link: "wallets" },
{ text: "开发入门", link: "dev" },
Expand All @@ -46,7 +47,7 @@ function sidebarIntroduction(): DefaultTheme.SidebarItem[] {
text: "Solana客户端",
collapsed: false,
items: [
{ text: "Rust", link: "/rust" },
{ text: "Rust", link: "rust" },
],
},
];
Expand Down

0 comments on commit 262a5d6

Please sign in to comment.