From 0a2ba815d7885a8b07905684a77b30938beacf2d Mon Sep 17 00:00:00 2001 From: Sabra Pratt Date: Tue, 15 Sep 2015 12:59:48 -0700 Subject: [PATCH] Add link to guides w/ table of contents --- README.md | 3 ++- doc/README.md | 1 - docs/guides/README.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/guides/README.md diff --git a/README.md b/README.md index 0448b2df3e..4fceebf273 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ React Router A complete routing library for React. -[Docs](/doc) +* [Guides](/doc/guides) +* [Docs](/doc) Important Notes --------------- diff --git a/doc/README.md b/doc/README.md index ed6049f42c..75d2784e22 100644 --- a/doc/README.md +++ b/doc/README.md @@ -30,4 +30,3 @@ * Mixins * [Navigation](/doc/06 Mixins/Navigation.md) * [State](/doc/06 Mixins/State.md) -* [Upgrade Guide](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md) diff --git a/docs/guides/README.md b/docs/guides/README.md new file mode 100644 index 0000000000..c08ca7b6e8 --- /dev/null +++ b/docs/guides/README.md @@ -0,0 +1,8 @@ +## Table of Contents + + * [Overview](/docs/guides/overview.md) + * [React Router + Flux](/docs/guides/flux.md) + * [Path Matching](/docs/guides/path-matching.md) + * [Server Rendering](/docs/guides/server-rendering.md) + * [Testing](/docs/guides/testing.md) + * [Upgrading to React Router 1.0](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)