forked from remix-run/react-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add READMEs to each package's docs dir
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# React Router DOM Documentation Sources | ||
|
||
The documents in this directory are the sources for [React | ||
Router](https://reactrouter.com)'s documentation, specifically [the | ||
`react-router-dom` npm package](https://www.npmjs.com/package/react-router-dom). | ||
|
||
They were designed to be read online [on our | ||
website](https://reacttraining.com/react-router/), but that site is temporarily | ||
unavailable. While it is offline, you can browse the docs here on GitHub. | ||
|
||
- [API docs](/packages/react-router-dom/docs/api) | ||
- [Guides](/packages/react-router-dom/docs/guides) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# React Router Documentation Sources | ||
|
||
The documents in this directory are the sources for [React | ||
Router](https://reactrouter.com)'s documentation, specifically [the | ||
`react-router-native` npm | ||
package](https://www.npmjs.com/package/react-router-native). | ||
|
||
They were designed to be read online [on our | ||
website](https://reacttraining.com/react-router/), but that site is temporarily | ||
unavailable. While it is offline, you can browse the docs here on GitHub. | ||
|
||
- [API docs](/packages/react-router-native/docs/api) | ||
- [Guides](/packages/react-router-native/docs/guides) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# React Router Documentation Sources | ||
|
||
The documents in this directory are the sources for [React | ||
Router](https://reactrouter.com)'s documentation, specifically [the | ||
`react-router` npm package](https://www.npmjs.com/package/react-router). | ||
|
||
They were designed to be read online [on our | ||
website](https://reacttraining.com/react-router/), but that site is temporarily | ||
unavailable. While it is offline, you can browse the docs here on GitHub. | ||
|
||
- [API docs](/packages/react-router/docs/api) | ||
- [Guides](/packages/react-router/docs/guides) |