From a196253703ab5c79e4e2c38e6400a94d7f2c7137 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Tue, 29 Sep 2015 14:11:41 -0400 Subject: [PATCH 1/2] Add a link to the Index Routes and Index Links guide --- docs/guides/basics/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/basics/README.md b/docs/guides/basics/README.md index 6145ce4ada..05aea81b1c 100644 --- a/docs/guides/basics/README.md +++ b/docs/guides/basics/README.md @@ -3,3 +3,4 @@ * [Route Configuration](RouteConfiguration.md) * [Route Matching](RouteMatching.md) * [Histories](Histories.md) +* [Index Routes and Links](IndexRoutes.md) From 5b9e13d48e90657dae18005e4b5d96ddbfda0750 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Tue, 29 Sep 2015 14:12:10 -0400 Subject: [PATCH 2/2] Add shortcuts back to base docs readme. --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README.md b/docs/README.md index ec62f70fbb..92b16c5c5a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,16 @@ * [Introduction](/docs/Introduction.md) * [Basics](/docs/guides/basics/README.md) + * [Route Configuration](/docs/guides/basics/RouteConfiguration.md) + * [Route Matching](/docs/guides/basics/RouteMatching.md) + * [Histories](/docs/guides/basics/Histories.md) + * [Index Routes and Links](/docs/guides/basics/IndexRoutes.md) * [Advanced Usage](/docs/guides/advanced/README.md) + * [Dynamic Routing](/docs/guides/advanced/DynamicRouting.md) + * [Confirming Navigation](/docs/guides/advanced/ConfirmingNavigation.md) + * [Server Rendering](/docs/guides/advanced/ServerRendering.md) + * [Component Lifecycle](/docs/guides/advanced/ComponentLifecycle.md) + * [Navigating Outside of Components](/docs/guides/advanced/NavigatingOutsideOfComponents.md) * [Upgrade Guide](/UPGRADE_GUIDE.md) * [Troubleshooting](/docs/Troubleshooting.md) * [API](/docs/API.md)