Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed Jun 16, 2024
1 parent 4b33f8e commit a8475fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,18 @@ function sidebarSolanaValidatorDocumentation(): DefaultTheme.SidebarItem[] {
},
],
},
{
text: "运行验证器",
collapsed: false,
items: [
{ text: "运行验证器", link: "operations/operations" },
{
text: "验证者节点 vs RPC节点",
link: "operations/validator-or-rpc-node",
},
{ text: "准备工作", link: "operations/prerequisites" },
],
},
],
},
];
Expand Down

0 comments on commit a8475fe

Please sign in to comment.