forked from mui/mui-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Prepare scripts + E2E tests for migration (mui#3515)
- Loading branch information
1 parent
dcaa6d8
commit 21afcba
Showing
26 changed files
with
1,180 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
const pages = [ | ||
{ | ||
pathname: '/x/react-data-grid', | ||
scopePathnames: ['/x/api/data-grid'], | ||
title: 'Data Grid', | ||
icon: 'TableViewIcon', | ||
children: [ | ||
{ pathname: '/x/react-data-grid', title: 'Overview' }, | ||
{ pathname: '/x/react-data-grid/demo' }, | ||
{ pathname: '/x/react-data-grid/getting-started' }, | ||
{ pathname: '/x/react-data-grid/migration-v4', title: 'Migration From v4' }, | ||
{ pathname: '/x/react-data-grid/layout' }, | ||
{ pathname: '/x/react-data-grid/columns' }, | ||
{ pathname: '/x/react-data-grid/rows' }, | ||
{ pathname: '/x/react-data-grid/editing' }, | ||
{ pathname: '/x/react-data-grid/sorting' }, | ||
{ pathname: '/x/react-data-grid/filtering' }, | ||
{ pathname: '/x/react-data-grid/pagination' }, | ||
{ pathname: '/x/react-data-grid/selection' }, | ||
{ pathname: '/x/react-data-grid/events' }, | ||
{ pathname: '/x/react-data-grid/export' }, | ||
{ pathname: '/x/react-data-grid/components' }, | ||
{ pathname: '/x/react-data-grid/style' }, | ||
{ pathname: '/x/react-data-grid/localization' }, | ||
{ pathname: '/x/react-data-grid/scrolling' }, | ||
{ pathname: '/x/react-data-grid/virtualization' }, | ||
{ pathname: '/x/react-data-grid/accessibility' }, | ||
{ pathname: '/x/react-data-grid/group-pivot', title: 'Group & Pivot' }, | ||
{ | ||
pathname: '/x/api/data-grid', | ||
title: 'API Reference', | ||
children: [ | ||
{ pathname: '/x/api/data-grid', title: 'Index' }, | ||
{ pathname: '/x/api/data-grid/data-grid', title: 'DataGrid' }, | ||
{ pathname: '/x/api/data-grid/data-grid-pro', title: 'DataGridPro' }, | ||
{ pathname: '/x/api/data-grid/grid-api', title: 'GridApi' }, | ||
{ pathname: '/x/api/data-grid/grid-col-def', title: 'GridColDef' }, | ||
{ pathname: '/x/api/data-grid/grid-cell-params', title: 'GridCellParams' }, | ||
{ pathname: '/x/api/data-grid/grid-row-params', title: 'GridRowParams' }, | ||
{ pathname: '/x/api/data-grid/grid-csv-export-options', title: 'GridCSVExportOptions' }, | ||
{ | ||
pathname: '/x/api/data-grid/grid-print-export-options', | ||
title: 'GridPrintExportOptions', | ||
}, | ||
], | ||
}, | ||
], | ||
}, | ||
]; | ||
|
||
export default pages; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.