Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed Jun 4, 2024
1 parent f5eba30 commit 9778916
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@ function sidebarSolanaValidatorDocumentation(): DefaultTheme.SidebarItem[] {
text: "架构",
collapsed: false,
items: [
{ text: "概述", link: "architecture" },
{
text: "集群",
collapsed: false,
items: [
{ text: "概述", link: "clusters/clusters" },
{ text: "Solana可用集群", link: "clusters/availiable" },
{ text: "集群性能基准测试", link: "clusters/benchmark" },
{ text: "集群性能指标", link: "clusters/metrics" },
],
},
{
text: "共识",
collapsed: false,
Expand Down

0 comments on commit 9778916

Please sign in to comment.