Skip to content

Commit 20a74e6

Browse files
rubennortefacebook-github-bot
authored andcommitted
Rename DOCS.md as GUIDELINES.md (#50525)
Summary: Pull Request resolved: #50525 Changelog: [internal] Just a rename of the file and moving relevant documentation to the README. Reviewed By: GijsWeterings Differential Revision: D72562795 fbshipit-source-id: d675037376a0345dd7d178cf5863f4093eb74542
1 parent 5491be6 commit 20a74e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

__docs__/DOCS.md __docs__/GUIDELINES.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# React Native Technical Documentation
1+
# React Native Technical Documentation Guidelines
22

3-
The React Native technical documentation describes how React Native works internally, the subsystems it is composed of, how they work and how they interact with each other.
4-
5-
The intended audience is people who want to learn about the internals of React Native and contribute to it. **End users of React Native are meant to use the [public website](https://reactnative.dev) instead** (its code can be found [here](https://github.com/facebook/react-native-website)).
3+
_This is a document about documentation (hence the file name)._
64

75
## Motivation
86

__docs__/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# React Native Documentation
1+
# React Native Technical Documentation
22

3-
This is the internal technical documentation for React Native. It is not intended for end users of the platform.
3+
The React Native technical documentation describes how React Native works internally, the subsystems it is composed of, how they work and how they interact with each other.
44

5-
For information on our documentation strategy and structure, see [DOCS.md](./DOCS.md).
5+
The intended audience is people who want to learn about the internals of React Native and contribute to it. **End users of React Native are meant to use the [public website](https://reactnative.dev) instead** (its code can be found [here](https://github.com/facebook/react-native-website)).
6+
7+
For details on how we approach technical documentation in this repository, see [GUIDELINES.md](./GUIDELINES.md).
68

79
## Usage
810

0 commit comments

Comments
 (0)