Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee4cc2

Browse files
thiagopaiva99gaearon
authored andcommitted
Documentation on README (react#11368)
* Adding the Documentation to the README * Updating the Documentation to the README * Tweaks
1 parent 80849fd commit dee4cc2

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ React is a JavaScript library for building user interfaces.
88

99
[Learn how to use React in your own project](https://reactjs.org/docs/getting-started.html).
1010

11+
## Documentation
12+
13+
You can find the React documentation [on the website](https://reactjs.org/docs).
14+
It is divided into several sections:
15+
16+
* [Quick Start](https://reactjs.org/docs/hello-world.html)
17+
* [Advanced Guides](https://reactjs.org/docs/jsx-in-depth.html)
18+
* [API Reference](https://reactjs.org/docs/react-api.html)
19+
* [Tutorial](https://reactjs.org/tutorial/tutorial.html)
20+
* [Where to Get Support](https://reactjs.org/community/support.html)
21+
* [Contributing Guide](https://reactjs.org/docs/how-to-contribute.html)
22+
23+
You can improve it by sending pull requests to [this repository](https://github.com/reactjs/reactjs.org).
24+
1125
## Examples
1226

1327
We have several examples [on the website](https://reactjs.org/). Here is the first one to get you started:
@@ -49,7 +63,7 @@ The main purpose of this repository is to continue to evolve React core, making
4963

5064
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
5165

52-
### Contributing Guide
66+
### [Contributing Guide](https://reactjs.org/contributing/how-to-contribute.html)
5367

5468
Read our [contributing guide](https://reactjs.org/contributing/how-to-contribute.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.
5569

0 commit comments

Comments
 (0)