Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions __docs__/DOCS.md → __docs__/GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 5 additions & 3 deletions __docs__/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down