Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbody committed Sep 11, 2015
1 parent 3e88d90 commit 7e1d344
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
* [Introduction](/docs/introduction/README.md)
* [Motivation](/docs/introduction/Motivation.md)
* [Principles](/docs/introduction/Principles.md)
* [Examples](/docs/introduction/Examples.md)
* [Basics](/docs/basics/README.md)
* [Route Configuration](/docs/basics/RouteConfiguration.md)
* [Route Matching](/docs/basics/RouteMatching.md)
* [Histories](/docs/basics/Histories.md)
* [Examples](/docs/basics/Examples.md)
* [Advanced](/docs/advanced/README.md)
* [Dynamic Routing](/docs/advanced/DynamicRouting.md)
* [Confirming Navigation](/docs/advanced/ConfirmingNavigation.md)
* [Server Rendering](/docs/advanced/ServerRendering.md)
* [Component Lifecycle](/docs/advanced/ComponentLifecycle.md)
* [Examples](/docs/advanced/Examples.md)
* [Recipes](/docs/recipes/README.md)
* [Upgrade Guide](/UPGRADE_GUIDE.md)
* [Troubleshooting](/docs/Troubleshooting.md)
Expand Down
1 change: 0 additions & 1 deletion docs/advanced/Examples.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
* [Confirming Navigation](ConfirmingNavigation.md)
* [Server Rendering](ServerRendering.md)
* [Component Lifecycle](ComponentLifecycle.md)
* [Examples](Examples.md)
1 change: 0 additions & 1 deletion docs/basics/Examples.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
* [Route Configuration](RouteConfiguration.md)
* [Route Matching](RouteMatching.md)
* [Histories](Histories.md)
* [Examples](Examples.md)
1 change: 0 additions & 1 deletion docs/introduction/Examples.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ React Router is a powerful routing library built on top of [React](http://facebo

* [Motivation](Motivation.md)
* [Principles](Principles.md)
* [Examples](Examples.md)

===

Expand Down

0 comments on commit 7e1d344

Please sign in to comment.