File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ React Router
7
7
8
8
A complete routing library for React.
9
9
10
- [ Docs] ( /doc )
10
+ * [ Guides] ( /doc/guides )
11
+ * [ Docs] ( /doc )
11
12
12
13
Important Notes
13
14
---------------
Original file line number Diff line number Diff line change 30
30
* Mixins
31
31
* [ Navigation] (/doc/06 Mixins/Navigation.md)
32
32
* [ State] (/doc/06 Mixins/State.md)
33
- * [ Upgrade Guide] ( https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md )
Original file line number Diff line number Diff line change
1
+ ## Table of Contents
2
+
3
+ * [ Overview] ( /docs/guides/overview.md )
4
+ * [ React Router + Flux] ( /docs/guides/flux.md )
5
+ * [ Path Matching] ( /docs/guides/path-matching.md )
6
+ * [ Server Rendering] ( /docs/guides/server-rendering.md )
7
+ * [ Testing] ( /docs/guides/testing.md )
8
+ * [ Upgrading to React Router 1.0] ( https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md )
You can’t perform that action at this time.
0 commit comments