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) 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)