순서가 섞일 수 있는 코드 | 147 |순서가 섞이지 않는 코드 | 148 |
---|---|
153 | ![]() |
155 |
156 | ![]() |
158 |
docs
directory.
23 | >
24 | ),
25 | },
26 | {
27 | title: 'Powered by React',
28 | Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
29 | description: (
30 | <>
31 | Extend or customize your website layout by reusing React. Docusaurus can
32 | be extended while reusing the same header and footer.
33 | >
34 | ),
35 | },
36 | ];
37 |
38 | function Feature({Svg, title, description}) {
39 | return (
40 | {description}
47 |