|
1 | 1 | ## Table of Contents
|
2 | 2 |
|
3 |
| -* [Introduction](/docs/Introduction.md) |
4 |
| -* [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) |
9 |
| -* [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) |
| 3 | +* [Introduction](Introduction.md) |
| 4 | +* [Basics](guides/basics/README.md) |
| 5 | + * [Route Configuration](guides/basics/RouteConfiguration.md) |
| 6 | + * [Route Matching](guides/basics/RouteMatching.md) |
| 7 | + * [Histories](guides/basics/Histories.md) |
| 8 | + * [Index Routes and Links](guides/basics/IndexRoutes.md) |
| 9 | +* [Advanced Usage](guides/advanced/README.md) |
| 10 | + * [Dynamic Routing](guides/advanced/DynamicRouting.md) |
| 11 | + * [Confirming Navigation](guides/advanced/ConfirmingNavigation.md) |
| 12 | + * [Server Rendering](guides/advanced/ServerRendering.md) |
| 13 | + * [Component Lifecycle](guides/advanced/ComponentLifecycle.md) |
| 14 | + * [Navigating Outside of Components](guides/advanced/NavigatingOutsideOfComponents.md) |
| 15 | + * [Minimizing Bundle Size](guides/advanced/MinimizingBundleSize.md) |
15 | 16 | * [Change Log](/CHANGES.md)
|
16 | 17 | * [Upgrading to v1.0.0](../upgrade-guides/v1.0.0.md)
|
17 | 18 | * [Upgrading to v2.0.0](../upgrade-guides/v2.0.0.md)
|
18 |
| -* [Troubleshooting](/docs/Troubleshooting.md) |
19 |
| -* [API](/docs/API.md) |
20 |
| -* [Glossary](/docs/Glossary.md) |
| 19 | +* [Troubleshooting](Troubleshooting.md) |
| 20 | +* [API](API.md) |
| 21 | +* [Glossary](Glossary.md) |
0 commit comments