Skip to content

Commit

Permalink
add contributing routing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed May 9, 2024
1 parent 12edb8d commit a9a1420
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions runatlantis.io/.vitepress/navbars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const en = [
{ text: "Home", link: "/"},
{ text: "Guide", link: "/guide/introduction" },
{ text: "Docs", link: "/docs/installation-guide" },
{ text: "Contributing", link: "/contributing/" },
{ text: "Blog", link: "https://medium.com/runatlantis" },
];

Expand Down
11 changes: 10 additions & 1 deletion runatlantis.io/.vitepress/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,16 @@ const en = [
'/docs/contributing',
]
},
]
],
'/contributing/': [
{
text: 'Implementation Details',
children: [
'/contributing/events-controller',
]
},
'/contributing/glossary',
],
}
];

Expand Down

0 comments on commit a9a1420

Please sign in to comment.