Skip to content

Commit f08c016

Browse files
authored
Make User Guide stand out more
1 parent d8b6529 commit f08c016

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,29 @@ Your app is ready to be deployed!
9494

9595
## User Guide
9696

97-
The generated project will include a guide in its README.<br>
98-
You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).
97+
The [User Guide](template/README.md) includes information on different topics, such as:
98+
99+
- [Updating to New Releases](template/README.md#updating-to-new-releases)
100+
- [Folder Structure](template/README.md#folder-structure)
101+
- [Available Scripts](template/README.md#available-scripts)
102+
- [Displaying Lint Output in the Editor](template/README.md#displaying-lint-output-in-the-editor)
103+
- [Installing a Dependency](template/README.md#installing-a-dependency)
104+
- [Importing a Component](template/README.md#importing-a-component)
105+
- [Adding a Stylesheet](template/README.md#adding-a-stylesheet)
106+
- [Post-Processing CSS](template/README.md#post-processing-css)
107+
- [Adding Images and Fonts](template/README.md#adding-images-and-fonts)
108+
- [Adding Bootstrap](template/README.md#adding-bootstrap)
109+
- [Adding Flow](template/README.md#adding-flow)
110+
- [Adding Custom Environment Variables](template/README.md#adding-custom-environment-variables)
111+
- [Can I Use Decorators?](template/README.md#can-i-use-decorators)
112+
- [Integrating with a Node Backend](template/README.md#integrating-with-a-node-backend)
113+
- [Proxying API Requests in Development](template/README.md#proxying-api-requests-in-development)
114+
- [Using HTTPS in Development](template/README.md#using-https-in-development)
115+
- [Adding `<link>` and `<meta>` Tags](template/README.md#adding-link-and-meta-tags)
116+
- [Running Tests](template/README.md#running-tests)
117+
- [Deployment](template/README.md#deployment)
118+
119+
A copy of the user guide will be created as `README.md` in your project folder.
99120

100121
## Philosophy
101122

0 commit comments

Comments
 (0)