Skip to content

Commit

Permalink
Show metrics in sidebar (#558)
Browse files Browse the repository at this point in the history
show metrics route in the docs sidebar now that the metrics feature is
released
0div authored Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents aea3d3e + 90fb02c commit 1e1d398
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/components/Navigation/routes.tsx
Original file line number Diff line number Diff line change
@@ -280,11 +280,11 @@ export const docRoutes: NavGroup[] = [
tag: Tag.New,
href: '/docs/sandbox/persistence',
},
// {
// title: 'Metrics',
// tag: Tag.New,
// href: '/docs/sandbox/metrics',
// },
{
title: 'Metrics',
tag: Tag.New,
href: '/docs/sandbox/metrics',
},
{
title: 'Metadata',
href: '/docs/sandbox/metadata',

0 comments on commit 1e1d398

Please sign in to comment.