Skip to content

Commit

Permalink
updates for contributing sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed May 10, 2024
1 parent 3ba2ac2 commit deb5cd8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions runatlantis.io/.vitepress/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const en = [
items: [
{
text: "Installing Atlantis",
collapsed: true,
items: [
{ text: "Installing Guide", link: "/docs/installation-guide" },
{ text: "Requirements", link: "/docs/requirements" },
Expand All @@ -26,6 +27,7 @@ const en = [
},
{
text: "Configuring Atlantis",
collapsed: true,
items: [
{ text: "Overview", link: "/docs/configuring-atlantis" },
"/docs/configuring-atlantis",
Expand All @@ -48,13 +50,15 @@ const en = [
},
{
text: "Using Atlantis",
collapsed: true,
items: [
{ text: "Overview", link: "/docs/using-atlantis" },
"/docs/api-endpoints",
]
},
{
text: 'How Atlantis Works',
collapsed: true,
items: [
{
text: 'Overview',
Expand All @@ -68,38 +72,34 @@ const en = [
},
{
text: 'Real-time Terraform Logs',
collapsed: true,
items: [
'/docs/streaming-logs',
]
},
{
text: 'Troubleshooting',
collapsed: true,
items: [
'/docs/troubleshooting',
]
},
],
},
{
text: "Contributing",
link: "/contributing",
collapsed: false,
items: [
{
text: 'Upgrading Atlantis',
items: [
'/docs/upgrading-atlantis',
]
},
{
text: 'Contributing to Atlantis',
text: 'Implementation Details',
items: [
'/docs/contributing',
{text: "Events Controller", link: "/contributing/events-controller"},
]
},
],
'/contributing/': [
{
text: 'Implementation Details',
children: [
'/contributing/events-controller',
]
},
'/contributing/glossary',
],
{text: "Glossry", link: "/contributing/glossary"},
]

}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ If you're new, check out the [Guide](../guide/README.md) or the

### Next Steps

- [Events Controller](events-controller.md)&nbsp;&nbsp;&nbsp;&nbsp;How do the events work?
- [Events Controller](./contributing/events-controller.md)&nbsp;&nbsp;&nbsp;&nbsp;How do the events work?

0 comments on commit deb5cd8

Please sign in to comment.