Skip to content

Commit af58641

Browse files
teamehtimdorr
authored andcommitted
Docs guides index fix (remix-run#3737)
1 parent ab61a13 commit af58641

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Histories](guides/Histories.md)
99
* [Index Routes and Links](guides/IndexRoutes.md)
1010
* Advanced Usage
11+
* [Testing](guides/Testing.md)
1112
* [Dynamic Routing](guides/DynamicRouting.md)
1213
* [Confirming Navigation](guides/ConfirmingNavigation.md)
1314
* [Server Rendering](guides/ServerRendering.md)

docs/guides/README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Guides
22

3-
* [Route Configuration](RouteConfiguration.md)
4-
* [Route Matching](RouteMatching.md)
5-
* [Histories](Histories.md)
6-
* [Index Routes and Links](IndexRoutes.md)
7-
* [Testing](testing.md)
8-
* [Dynamic Routing](DynamicRouting.md)
9-
* [Confirming Navigation](ConfirmingNavigation.md)
10-
* [Server Rendering](ServerRendering.md)
11-
* [Component Lifecycle](ComponentLifecycle.md)
12-
* [Navigating Outside of Components](NavigatingOutsideOfComponents.md)
13-
* [Minimizing Bundle Size](MinimizingBundleSize.md)
3+
* Basics
4+
* [Route Configuration](RouteConfiguration.md)
5+
* [Route Matching](RouteMatching.md)
6+
* [Histories](Histories.md)
7+
* [Index Routes and Links](IndexRoutes.md)
8+
* Advanced Usage
9+
* [Testing](Testing.md)
10+
* [Dynamic Routing](DynamicRouting.md)
11+
* [Confirming Navigation](ConfirmingNavigation.md)
12+
* [Server Rendering](ServerRendering.md)
13+
* [Component Lifecycle](ComponentLifecycle.md)
14+
* [Navigating Outside of Components](NavigatingOutsideOfComponents.md)
15+
* [Minimizing Bundle Size](MinimizingBundleSize.md)
File renamed without changes.

0 commit comments

Comments
 (0)