Skip to content

Commit

Permalink
fix: api reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 3, 2024
1 parent 96974c2 commit abb3c23
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions docs/api/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,69 @@ title: Router API
---

- Classes
- [FileRoute Class](./router/FileRouteClass.md)
- [Route Class](./router/RouteClass.md)
- [Router Class](./router/RouterClass.md)
- [RouteApi Class](./router/RouteApiClass.md)
- [RootRoute Class](./router/RootRouteClass.md)
- [NotFoundRoute Class](./router/NotFoundRouteClass.md)
- [FileRoute Class](./api/router/FileRouteClass)
- [Route Class](./api/router/RouteClass)
- [Router Class](./api/router/RouterClass)
- [RouteApi Class](./api/router/RouteApiClass)
- [RootRoute Class](./api/router/RootRouteClass)
- [NotFoundRoute Class](./api/router/NotFoundRouteClass)
- Components
- [Await Component](./router/awaitComponent.md)
- [CatchBoundary Component](./router/catchBoundaryComponent.md)
- [ErrorComponent Component](./router/errorComponentComponent.md)
- [Navigate Component](./router/navigateComponent.md)
- [Link Component](./router/linkComponent.md)
- [Outlet Component](./router/outletComponent.md)
- [MatchRoute Component](./router/matchRouteComponent.md)
- [Await Component](./api/router/awaitComponent)
- [CatchBoundary Component](./api/router/catchBoundaryComponent)
- [ErrorComponent Component](./api/router/errorComponentComponent)
- [Navigate Component](./api/router/navigateComponent)
- [Link Component](./api/router/linkComponent)
- [Outlet Component](./api/router/outletComponent)
- [MatchRoute Component](./api/router/matchRouteComponent)
- Hooks
- [useAwaited Hook](./router/useAwaitedHook.md)
- [useNavigate Hook](./router/useNavigateHook.md)
- [useMatchRoute Hook](./router/useMatchRouteHook.md)
- [useMatch Hook](./router/useMatchHook.md)
- [useMatches Hook](./router/useMatchesHook.md)
- [useParentMatches Hook](./router/useParentMatchesHook.md)
- [useLoaderData Hook](./router/useLoaderDataHook.md)
- [useParams Hook](./router/useParamsHook.md)
- [useAwaited Hook](./api/router/useAwaitedHook)
- [useNavigate Hook](./api/router/useNavigateHook)
- [useMatchRoute Hook](./api/router/useMatchRouteHook)
- [useMatch Hook](./api/router/useMatchHook)
- [useMatches Hook](./api/router/useMatchesHook)
- [useParentMatches Hook](./api/router/useParentMatchesHook)
- [useLoaderData Hook](./api/router/useLoaderDataHook)
- [useParams Hook](./api/router/useParamsHook)
- Functions
- [lazyRouteComponent Function](./router/lazyRouteComponentFunction.md)
- [Defer Function](./router/deferFunction.md)
- [Redirect Function](./router/redirectFunction.md)
- [isRedirect Function](./router/isRedirectFunction.md)
- [rootRouteWithContext Function](./router/rootRouteWithContextFunction.md)
- [createRouteMask Function](./router/createRouteMaskFunction.md)
- [lazyRouteComponent Function](./api/router/lazyRouteComponentFunction)
- [Defer Function](./api/router/deferFunction)
- [Redirect Function](./api/router/redirectFunction)
- [isRedirect Function](./api/router/isRedirectFunction)
- [rootRouteWithContext Function](./api/router/rootRouteWithContextFunction)
- [createRouteMask Function](./api/router/createRouteMaskFunction)
- Types
- [RouterOptions Type](./router/RouterOptionsType.md)
- [RegisteredRouter Type](./router/RegisteredRouterType.md)
- [AsyncRouteComponent Type](./router/AsyncRouteComponentType.md)
- [AwaitOptions Type](./router/AwaitOptionsType.md)
- [DeferredPromise Type](./router/DeferredPromiseType.md)
- [DeferredPromiseState Type](./router/DeferredPromiseStateType.md)
- [FileRoutesByPath Type](./router/FileRoutesByPathType.md)
- [NavigateOptions Type](./router/NavigateOptionsType.md)
- [ToOptions Type](./router/ToOptionsType.md)
- [SearchParamOptions Type](./router/SearchParamOptionsType.md)
- [PathParamOptions Type](./router/PathParamOptionsType.md)
- [ToMaskOptions Type](./router/ToMaskOptionsType.md)
- [UseLinkPropsOptions Type](./router/UseLinkPropsOptionsType.md)
- [ActiveLinkOptions Type](./router/ActiveLinkOptionsType.md)
- [LinkOptions Type](./router/LinkOptionsType.md)
- [LinkProps Type](./router/LinkPropsType.md)
- [ParsedLocation Type](./router/ParsedLocationType.md)
- [RouteMatch Type](./router/RouteMatchType.md)
- [AnyRouteMatch Type](./router/AnyRouteMatchType.md)
- [MatchRouteOptions Type](./router/MatchRouteOptionsType.md)
- [UseMatchRouteOptions Type](./router/UseMatchRouteOptionsType.md)
- [Redirect Type](./router/RedirectType.md)
- [AnyRedirect Type](./router/AnyRedirectType.md)
- [RouteOptions Type](./router/RouteOptionsType.md)
- [RouteMask Type](./router/RouteMaskType.md)
- [ParseRoute Type](./router/ParseRouteType.md)
- [ParseRouteChildren Type](./router/ParseRouteChildrenType.md)
- [RoutesById Type](./router/RoutesByIdType.md)
- [RouteById Type](./router/RouteByIdType.md)
- [RouteIds Type](./router/RouteIdsType.md)
- [RoutesByPath Type](./router/RoutesByPathType.md)
- [RouteByPath Type](./router/RouteByPathType.md)
- [RoutePaths Type](./router/RoutePathsType.md)
- [FullSearchSchema Type](./router/FullSearchSchemaType.md)
- [HistoryState Interface](./router/historyStateInterface.md)
- [RouterOptions Type](./api/router/RouterOptionsType)
- [RegisteredRouter Type](./api/router/RegisteredRouterType)
- [AsyncRouteComponent Type](./api/router/AsyncRouteComponentType)
- [AwaitOptions Type](./api/router/AwaitOptionsType)
- [DeferredPromise Type](./api/router/DeferredPromiseType)
- [DeferredPromiseState Type](./api/router/DeferredPromiseStateType)
- [FileRoutesByPath Type](./api/router/FileRoutesByPathType)
- [NavigateOptions Type](./api/router/NavigateOptionsType)
- [ToOptions Type](./api/router/ToOptionsType)
- [SearchParamOptions Type](./api/router/SearchParamOptionsType)
- [PathParamOptions Type](./api/router/PathParamOptionsType)
- [ToMaskOptions Type](./api/router/ToMaskOptionsType)
- [UseLinkPropsOptions Type](./api/router/UseLinkPropsOptionsType)
- [ActiveLinkOptions Type](./api/router/ActiveLinkOptionsType)
- [LinkOptions Type](./api/router/LinkOptionsType)
- [LinkProps Type](./api/router/LinkPropsType)
- [ParsedLocation Type](./api/router/ParsedLocationType)
- [RouteMatch Type](./api/router/RouteMatchType)
- [AnyRouteMatch Type](./api/router/AnyRouteMatchType)
- [MatchRouteOptions Type](./api/router/MatchRouteOptionsType)
- [UseMatchRouteOptions Type](./api/router/UseMatchRouteOptionsType)
- [Redirect Type](./api/router/RedirectType)
- [AnyRedirect Type](./api/router/AnyRedirectType)
- [RouteOptions Type](./api/router/RouteOptionsType)
- [RouteMask Type](./api/router/RouteMaskType)
- [ParseRoute Type](./api/router/ParseRouteType)
- [ParseRouteChildren Type](./api/router/ParseRouteChildrenType)
- [RoutesById Type](./api/router/RoutesByIdType)
- [RouteById Type](./api/router/RouteByIdType)
- [RouteIds Type](./api/router/RouteIdsType)
- [RoutesByPath Type](./api/router/RoutesByPathType)
- [RouteByPath Type](./api/router/RouteByPathType)
- [RoutePaths Type](./api/router/RoutePathsType)
- [FullSearchSchema Type](./api/router/FullSearchSchemaType)
- [HistoryState Interface](./api/router/historyStateInterface)

0 comments on commit abb3c23

Please sign in to comment.