Skip to content

Commit

Permalink
update advance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed May 25, 2024
1 parent 98084d3 commit c7e17bc
Show file tree
Hide file tree
Showing 8 changed files with 963 additions and 963 deletions.
14 changes: 13 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ function sidebarIntroduction(): DefaultTheme.SidebarItem[] {
{ text: "开发入门", link: "/dev" },
],
},
{
text: "高级概念",
collapsed: false,
items: [
{ text: "版本化交易", link: "/versions" },
{ text: "地址查找表", link: "/lookup-tables" },
{ text: "交易确认及过期", link: "/confirmation" },
{ text: "重试交易", link: "/retry" },
{ text: "状态压缩", link: "/state-compression" },
],
},
];
}

Expand Down Expand Up @@ -99,7 +110,8 @@ export default defineConfig({
"/SPL-Token/": { base: "/SPL-Token/", items: sidebarSPL() },
},
footer: {
message: "本教程招募共建者,联系<a href='https://x.com/@MasterCui'>崔棉大师</a>",
message:
"本教程招募共建者,联系<a href='https://x.com/@MasterCui'>崔棉大师</a>",
},
docFooter: {
prev: "上一页",
Expand Down
Loading

0 comments on commit c7e17bc

Please sign in to comment.