Skip to content

Commit

Permalink
add metrics to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Jan 24, 2025
1 parent 062c6ca commit c4a54fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/src/components/Navigation/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@ export const docRoutes: NavGroup[] = [
tag: Tag.New,
href: '/docs/sandbox/persistence',
},
{
title: 'Metrics',
tag: Tag.New,
href: '/docs/sandbox/metrics',
},
{
title: 'Metadata',
href: '/docs/sandbox/metadata',
Expand Down

0 comments on commit c4a54fc

Please sign in to comment.