File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
src/components/HomepageFeatures Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -9,36 +9,6 @@ type FeatureItem = {
99} ;
1010
1111const FeatureList : FeatureItem [ ] = [
12- {
13- title : 'Easy to Use' ,
14- Svg : require ( '@site/static/img/undraw_docusaurus_mountain.svg' ) . default ,
15- description : (
16- < >
17- Docusaurus was designed from the ground up to be easily installed and
18- used to get your website up and running quickly.
19- </ >
20- ) ,
21- } ,
22- {
23- title : 'Focus on What Matters' ,
24- Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
25- description : (
26- < >
27- Docusaurus lets you focus on your docs, and we'll do the chores. Go
28- ahead and move your docs into the < code > docs</ code > directory.
29- </ >
30- ) ,
31- } ,
32- {
33- title : 'Powered by React' ,
34- Svg : require ( '@site/static/img/undraw_docusaurus_react.svg' ) . default ,
35- description : (
36- < >
37- Extend or customize your website layout by reusing React. Docusaurus can
38- be extended while reusing the same header and footer.
39- </ >
40- ) ,
41- } ,
4212] ;
4313
4414function Feature ( { title, Svg, description} : FeatureItem ) {
You can’t perform that action at this time.
0 commit comments