Skip to content

Commit 27f1c28

Browse files
authored
[docs] Migrate content to the new location (#30757)
1 parent 171942c commit 27f1c28

File tree

2,930 files changed

+18842
-3504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,930 files changed

+18842
-3504
lines changed

benchmark/server/scenarios/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55
import * as React from 'react';
66
import ReactDOMServer from 'react-dom/server';
77
import MarkdownElement from 'docs/src/modules/components/MarkdownElement';
8-
import Markdown from 'docs/src/pages/getting-started/templates/blog/Markdown';
8+
import Markdown from 'docs/data/material/getting-started/templates/blog/Markdown';
99
import { createStore } from 'redux';
1010
import { Provider } from 'react-redux';
1111

@@ -17,7 +17,7 @@ const suite = new Benchmark.Suite('core', {
1717
Benchmark.options.minSamples = 100;
1818

1919
const markdown = fs.readFileSync(
20-
path.join(__dirname, '../../../docs/src/pages/getting-started/templates/blog/blog-post.1.md'),
20+
path.join(__dirname, '../../../docs/data/material/getting-started/templates/blog/blog-post.1.md'),
2121
'UTF-8',
2222
);
2323

benchmark/server/scenarios/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
createGenerateClassName,
1212
} from '@mui/styles';
1313
import { green, red } from '@mui/material/colors';
14-
import Pricing from 'docs/src/pages/getting-started/templates/pricing/Pricing';
14+
import Pricing from 'docs/data/material/getting-started/templates/pricing/Pricing';
1515
import { spacing, palette, unstable_styleFunctionSx as styleFunction } from '@mui/system';
1616
import Avatar from '@mui/material/Avatar';
1717
import Box from '@mui/material/Box';

docs/data/base/pagesApi.js

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
module.exports = [];
1+
module.exports = [
2+
{ pathname: '/base/api/backdrop-unstyled' },
3+
{ pathname: '/base/api/badge-unstyled' },
4+
{ pathname: '/base/api/button-unstyled' },
5+
{ pathname: '/base/api/click-away-listener' },
6+
{ pathname: '/base/api/form-control-unstyled' },
7+
{ pathname: '/base/api/input-unstyled' },
8+
{ pathname: '/base/api/modal-unstyled' },
9+
{ pathname: '/base/api/multi-select-unstyled' },
10+
{ pathname: '/base/api/no-ssr' },
11+
{ pathname: '/base/api/option-group-unstyled' },
12+
{ pathname: '/base/api/option-unstyled' },
13+
{ pathname: '/base/api/popper-unstyled' },
14+
{ pathname: '/base/api/portal' },
15+
{ pathname: '/base/api/select-unstyled' },
16+
{ pathname: '/base/api/slider-unstyled' },
17+
{ pathname: '/base/api/switch-unstyled' },
18+
{ pathname: '/base/api/table-pagination-unstyled' },
19+
{ pathname: '/base/api/tab-panel-unstyled' },
20+
{ pathname: '/base/api/tabs-list-unstyled' },
21+
{ pathname: '/base/api/tabs-unstyled' },
22+
{ pathname: '/base/api/tab-unstyled' },
23+
{ pathname: '/base/api/textarea-autosize' },
24+
{ pathname: '/base/api/unstable-trap-focus' },
25+
];
File renamed without changes.

docs/src/pages/components/about-the-lab/about-the-lab-pt.md renamed to docs/data/material/components/about-the-lab/about-the-lab-pt.md

docs/src/pages/components/about-the-lab/about-the-lab-zh.md renamed to docs/data/material/components/about-the-lab/about-the-lab-zh.md

Lines changed: 1 addition & 1 deletion

docs/src/pages/components/about-the-lab/about-the-lab.md renamed to docs/data/material/components/about-the-lab/about-the-lab.md

docs/src/pages/components/accordion/BasicAccordion.js renamed to docs/data/material/components/accordion/BasicAccordion.js

File renamed without changes.

docs/src/pages/components/accordion/BasicAccordion.tsx renamed to docs/data/material/components/accordion/BasicAccordion.tsx

File renamed without changes.

docs/src/pages/components/accordion/ControlledAccordions.js renamed to docs/data/material/components/accordion/ControlledAccordions.js

File renamed without changes.

0 commit comments

Comments
 (0)