diff --git a/__docs__/DOCS.md b/__docs__/GUIDELINES.md similarity index 87% rename from __docs__/DOCS.md rename to __docs__/GUIDELINES.md index ced5de0de654..7c4aa5e9159b 100644 --- a/__docs__/DOCS.md +++ b/__docs__/GUIDELINES.md @@ -1,8 +1,6 @@ -# React Native Technical Documentation +# React Native Technical Documentation Guidelines -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. - -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)). +_This is a document about documentation (hence the file name)._ ## Motivation diff --git a/__docs__/README.md b/__docs__/README.md index de158a2b5c29..40ab0ddb9dad 100644 --- a/__docs__/README.md +++ b/__docs__/README.md @@ -1,8 +1,10 @@ -# React Native Documentation +# React Native Technical Documentation -This is the internal technical documentation for React Native. It is not intended for end users of the platform. +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. -For information on our documentation strategy and structure, see [DOCS.md](./DOCS.md). +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)). + +For details on how we approach technical documentation in this repository, see [GUIDELINES.md](./GUIDELINES.md). ## Usage