Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/content/docs/(root)/charts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Charts
title: Chart examples
description: A complete set of accessible, copy-paste chart components built on Recharts — every series themed by your design system, in light and dark.
full: true
---
Expand Down
6 changes: 0 additions & 6 deletions www/src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,5 @@ export const navItems: {
to: "/docs/$",
params: { _splat: "components" },
},
{
name: "Charts",
match: "/docs/charts",
to: "/docs/$",
params: { _splat: "charts" },
},
{ name: "Studio", match: "/studio", to: "/studio" },
]
Loading