mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
5be8c4af26
Summary: Several changes here. The `Text.md` and `PixelRatio.md` files were appended to the autodocs during site generation. This seemed excessive for just two files, so I've just merged the content into the autodocs themselves. It should help us simplify the website generation process in the future. I've also merged IssueGuidelines.md and PullRequestGuidelines.md into the Contribution/Maintainers guidelines to improve their visibility. Finally, I renamed Help to Community in the nav bar. Ran the website locally, and verified every page rendered as expected: the Community page, Contributing page, Maintainers page. Closes https://github.com/facebook/react-native/pull/15374 Differential Revision: D5567400 Pulled By: hramos fbshipit-source-id: e06056edb12c9a17319fe1af46b2ef3a2e1b5854
17 lines
556 B
Markdown
17 lines
556 B
Markdown
<!--
|
|
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
|
|
|
|
Help us understand your motivation by explaining why you decided to make this change.
|
|
|
|
You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html
|
|
|
|
Happy contributing!
|
|
|
|
-->
|
|
|
|
(Write your motivation here.)
|
|
|
|
## Test Plan
|
|
|
|
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)
|