Skip to content

Commit aff4893

Browse files
committed
Add READMEs to each package's docs dir
1 parent 21a62e5 commit aff4893

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# React Router DOM Documentation Sources
2+
3+
The documents in this directory are the sources for [React
4+
Router](https://reactrouter.com)'s documentation, specifically [the
5+
`react-router-dom` npm package](https://www.npmjs.com/package/react-router-dom).
6+
7+
They were designed to be read online [on our
8+
website](https://reacttraining.com/react-router/), but that site is temporarily
9+
unavailable. While it is offline, you can browse the docs here on GitHub.
10+
11+
- [API docs](/packages/react-router-dom/docs/api)
12+
- [Guides](/packages/react-router-dom/docs/guides)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# React Router Documentation Sources
2+
3+
The documents in this directory are the sources for [React
4+
Router](https://reactrouter.com)'s documentation, specifically [the
5+
`react-router-native` npm
6+
package](https://www.npmjs.com/package/react-router-native).
7+
8+
They were designed to be read online [on our
9+
website](https://reacttraining.com/react-router/), but that site is temporarily
10+
unavailable. While it is offline, you can browse the docs here on GitHub.
11+
12+
- [API docs](/packages/react-router-native/docs/api)
13+
- [Guides](/packages/react-router-native/docs/guides)

packages/react-router/docs/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# React Router Documentation Sources
2+
3+
The documents in this directory are the sources for [React
4+
Router](https://reactrouter.com)'s documentation, specifically [the
5+
`react-router` npm package](https://www.npmjs.com/package/react-router).
6+
7+
They were designed to be read online [on our
8+
website](https://reacttraining.com/react-router/), but that site is temporarily
9+
unavailable. While it is offline, you can browse the docs here on GitHub.
10+
11+
- [API docs](/packages/react-router/docs/api)
12+
- [Guides](/packages/react-router/docs/guides)

0 commit comments

Comments
 (0)