Skip to content

Commit

Permalink
add navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
CKY- committed Dec 9, 2024
1 parent 18c887f commit f7fc8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export const nav: Array<NavGroup> = [
links: [
{ title: 'Alert Queues', href: '/guides/alert-queues' },
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
{ title: 'Conditional Effects', href: '/v5/guides/time-variables' },
{ title: 'Conditional Effects', href: '/v5/guides/manual-restore' },
],
},
{
Expand Down

0 comments on commit f7fc8e1

Please sign in to comment.