Skip to content

Commit f986b40

Browse files
author
Sabra Pratt
committed
Merge pull request #1959 from rackt/0.13/docs/broken-links
Create table of contents for 0.13.x docs
2 parents 283210b + f1b9cce commit f986b40

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ React Router
77

88
A complete routing library for React.
99

10-
**Note: We are currently working hard on some major API changes for version 1.0. You can [follow our progress, here](https://github.com/rackt/react-router/tree/master)!**
11-
12-
[Docs](https://rackt.github.io/react-router/)
10+
[Docs](/doc)
1311

1412
Important Notes
1513
---------------

doc/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Table of Contents
2+
3+
* [Read Me](/README.md)
4+
* Router
5+
* [Overview](/doc/00 Guides/Router Overview.md)
6+
* [Router.create](/doc/02 Top-Level/Router.create.md)
7+
* [Router.run](/doc/02 Top-Level/Router.run.md)
8+
* Route Components
9+
* [Route](/doc/01 Route Configuration/Route.md)
10+
* [DefaultRoute](/doc/01 Route Configuration/DefaultRoute.md)
11+
* [NotFoundRoute](/doc/01 Route Configuration/NotFoundRoute.md)
12+
* [Redirect](/doc/01 Route Configuration/Redirect.md)
13+
* Handler Components
14+
* [Overview](/doc/03 Components/Route Handler.md)
15+
* [Transition](/doc/07 Misc/Transition.md)
16+
* Other Components
17+
* [Root](/doc/03 Components/Link.md)
18+
* [Link](/doc/03 Components/Link.md)
19+
* [RouteHandler](/doc/03 Components/RouteHandler.md)
20+
* Locations
21+
* [HashLocation](/doc/04 Locations/HashLocation.md)
22+
* [HistoryLocation](/doc/04 Locations/HistoryLocation.md)
23+
* [RefreshLocation](/doc/04 Locations/RefreshLocation.md)
24+
* [StaticLocation](/doc/04 Locations/StaticLocation.md)
25+
* [TestLocation](/doc/04 Locations/TestLocation.md)
26+
* [Custom](/doc/04 Locations/Custom Location.md)
27+
* Scroll Behaviors
28+
* [ImitateBrowserBehavior](/doc/05 Scroll Behaviors/ImitateBrowserBehavior.md)
29+
* [ScrollToTopBehavior](/doc/05 Scroll Behaviors/ScrollToTopBehavior.md)
30+
* Mixins
31+
* [Navigation](/doc/06 Mixins/Navigation.md)
32+
* [State](/doc/06 Mixins/State.md)
33+
* [Upgrade Guide](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)

0 commit comments

Comments
 (0)