Skip to content

Commit ce968a9

Browse files
reactjserianschmitz
authored andcommitted
Update getting-started.md (#7841)
Update the initial project structure generated by create-react-app.
1 parent 4b024e9 commit ce968a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus/docs/getting-started.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ my-app
8787
├── public
8888
│ ├── favicon.ico
8989
│ ├── index.html
90-
│ └── manifest.json
90+
│ ├── logo192.png
91+
│ ├── logo512.png
92+
│ ├── manifest.json
93+
│ └── robots.txt
9194
└── src
9295
├── App.css
9396
├── App.js

0 commit comments

Comments
 (0)