Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix API links #11930

Merged
merged 1 commit into from
Feb 5, 2024
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 docs/data/charts/components/components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Charts - Custom components
productId: x-charts
components: ChartsClipPath, ChartsSurface, CartesianContextProvider, DrawingProvider, HighlightProvider, InteractionProvider, SeriesContextProvider
components: ChartsClipPath, ChartsSurface
---

# Charts - Custom components
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/scatter-demo/scatter-demo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Charts - Scatter demonstration
productId: x-charts
components: Scatter, ScatterChart, ScatterPlot, ChartsVoronoiHandler
components: Scatter, ScatterChart, ScatterPlot
---

# Charts - Scatter demonstration
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/scatter/scatter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: React Scatter chart
productId: x-charts
components: Scatter, ScatterChart, ScatterPlot, ChartsVoronoiHandler
components: Scatter, ScatterChart, ScatterPlot
---

# Charts - Scatter
Expand Down
1 change: 0 additions & 1 deletion docs/data/tree-view/overview/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
productId: x-tree-view
title: Tree View React component
components: TreeItem, TreeView
githubLabel: 'component: tree view'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/treeview/
packageName: '@mui/x-tree-view'
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/tree-view/tree-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/x-tree-view/src/TreeItem/TreeItem.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/x/react-tree-view/getting-started/\">Tree View - Getting Started</a></li>\n<li><a href=\"/x/react-tree-view/overview/\">MUI X Tree View</a></li></ul>",
"demos": "<ul><li><a href=\"/x/react-tree-view/getting-started/\">Tree View - Getting Started</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/x/api/tree-view/tree-view.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"forwardsRefTo": "HTMLUListElement",
"filename": "/packages/x-tree-view/src/TreeView/TreeView.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/x/react-tree-view/getting-started/\">Tree View - Getting Started</a></li>\n<li><a href=\"/x/react-tree-view/overview/\">MUI X Tree View</a></li></ul>",
"demos": "<ul><li><a href=\"/x/react-tree-view/getting-started/\">Tree View - Getting Started</a></li></ul>",
"cssComponent": false
}
Loading