diff --git a/apps/web/src/components/Navigation/routes.tsx b/apps/web/src/components/Navigation/routes.tsx index 545c1e8eb..b4aeaf38d 100644 --- a/apps/web/src/components/Navigation/routes.tsx +++ b/apps/web/src/components/Navigation/routes.tsx @@ -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',