Skip to content

Commit

Permalink
Hide metrics in sidebar (#555)
Browse files Browse the repository at this point in the history
Hide metrics route in the docs sidebar until the feature is fully
released
  • Loading branch information
mlejva authored Jan 27, 2025
2 parents 43291b5 + 5b3ef97 commit 90788ee
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
Expand Up @@ -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',
Expand Down

0 comments on commit 90788ee

Please sign in to comment.