Skip to content

Commit a05ccc1

Browse files
committed
Merge pull request #2130 from timdorr/docs-shortcuts
Docs shortcuts
2 parents cc7f3b2 + 5b9e13d commit a05ccc1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
* [Introduction](/docs/Introduction.md)
44
* [Basics](/docs/guides/basics/README.md)
5+
* [Route Configuration](/docs/guides/basics/RouteConfiguration.md)
6+
* [Route Matching](/docs/guides/basics/RouteMatching.md)
7+
* [Histories](/docs/guides/basics/Histories.md)
8+
* [Index Routes and Links](/docs/guides/basics/IndexRoutes.md)
59
* [Advanced Usage](/docs/guides/advanced/README.md)
10+
* [Dynamic Routing](/docs/guides/advanced/DynamicRouting.md)
11+
* [Confirming Navigation](/docs/guides/advanced/ConfirmingNavigation.md)
12+
* [Server Rendering](/docs/guides/advanced/ServerRendering.md)
13+
* [Component Lifecycle](/docs/guides/advanced/ComponentLifecycle.md)
14+
* [Navigating Outside of Components](/docs/guides/advanced/NavigatingOutsideOfComponents.md)
615
* [Upgrade Guide](/UPGRADE_GUIDE.md)
716
* [Troubleshooting](/docs/Troubleshooting.md)
817
* [API](/docs/API.md)

docs/guides/basics/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
* [Route Configuration](RouteConfiguration.md)
44
* [Route Matching](RouteMatching.md)
55
* [Histories](Histories.md)
6+
* [Index Routes and Links](IndexRoutes.md)

0 commit comments

Comments
 (0)