Skip to content

Commit

Permalink
fix: update navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jul 29, 2024
1 parent e599962 commit e0e0dd7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/lib/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ export const navigation = [
{ title: 'Integration into Existing Code', href: '/docs/intro/integration-into-existing-code' },
],
},
{
title: 'Statistics (Pro)',
links: [
{ title: 'Setup Statistics', href: '/docs/statistics/setup' },
]
},
{
title: 'Links (Pro)',
links: [
{ title: 'Setup Links', href: '/docs/links/setup' },
]
},
{
title: 'Parameters',
links: [
Expand All @@ -22,18 +34,6 @@ export const navigation = [
{ title: 'Toggle (Pro)', href: '/docs/parameters/types/toggle' },
]
},
{
title: 'Statistics (Pro)',
links: [
{ title: 'Setup Statistics', href: '/docs/statistics/setup' },
]
},
{
title: 'Links (Pro)',
links: [
{ title: 'Setup Links', href: '/docs/links/setup' },
]
},
{
title: 'Personalize',
links: [
Expand Down

0 comments on commit e0e0dd7

Please sign in to comment.