Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed May 24, 2024
1 parent 8879553 commit 01fec04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ function sidebarSPL(): DefaultTheme.SidebarItem[] {
// refer https://vitepress.dev/reference/site-config for details
export default defineConfig({
lang: "zh-CN",
title: "Solana开发入门",
description: "由崔棉大师@MasterCui为您带来的Solana开发入门教学.",
title: "Solana中文大全",
description: "由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区.",

themeConfig: {
nav: nav(),
Expand All @@ -98,6 +98,9 @@ export default defineConfig({
"/CLI/": { base: "/CLI/", items: sidebarCLI() },
"/SPL-Token/": { base: "/SPL-Token/", items: sidebarSPL() },
},
footer: {
message: "本教程招募共建者,联系<a href='https://x.com/@MasterCui'>崔棉大师</a>",
},
docFooter: {
prev: "上一页",
next: "下一页",
Expand All @@ -106,7 +109,8 @@ export default defineConfig({
label: "页面导航",
},
editLink: {
pattern: "https://github.com/Fankouzu/solana-basic-ui/edit/main/docs/:path",
pattern:
"https://github.com/Fankouzu/solana-basic-ui/edit/main/docs/:path",
text: "在 GitHub 上编辑此页面",
},
lastUpdated: {
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
layout: home

hero:
name: Solana开发入门
text: 由崔棉大师@MasterCui为您带来的Solana开发入门教学.
tagline: solana,web3,blockchain,bitcoin,ethereum
name: Solana中文大全
text: 最全面的中文Solana开发教学.
tagline: 由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区
actions:
- theme: alt
text: View on GitHub
Expand Down

0 comments on commit 01fec04

Please sign in to comment.