Skip to content

Commit

Permalink
bump vite version, update nav dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 15, 2024
1 parent fe8184a commit 74a4569
Show file tree
Hide file tree
Showing 3 changed files with 885 additions and 277 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ function nav() {
return [
{ text: 'Home', link: '/' },
{
text: "Join the Network",
text: "Navigate",
items: [
{ text: "Flame", link: "/flame/flame.md" },
{ text: "Learn", link: "/overview/introduction" },
{ text: "Developers", link: "/developer/tutorials/1-using-astria-cli-go" },
{ text: "Community", link: '/community/1-overview' },
{ text: "Developers", link: "/developer/astria-go/astria-go-installation" },
],
},
];
Expand Down
Loading

0 comments on commit 74a4569

Please sign in to comment.