Skip to content

Commit 86d60d6

Browse files
committed
chore: generate markdown docs from jsdocs
1 parent bfecf5b commit 86d60d6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/api/components/Form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.Form.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.Form.html)
2424

2525
A progressively enhanced HTML [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form)
2626
that submits data to actions via [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch),

docs/api/components/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.Link.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.Link.html)
2424

2525
A progressively enhanced [`<a href>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a)
2626
wrapper to enable navigation with client-side routing.

docs/api/components/NavLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.NavLink.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.NavLink.html)
2424

2525
Wraps [`<Link>`](../components/Link) with additional props for styling active and
2626
pending states.

docs/api/hooks/useNavigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ navigate(1);
101101

102102
Be cautious with `navigate(number)`. If your application can load up to a
103103
route that has a button that tries to navigate forward/back, there may not be
104-
a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
104+
a `[`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
105105
entry to go back or forward to, or it can go somewhere you don't expect
106106
(like a different domain).
107107

docs/api/utils/createRoutesFromElements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/co
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.createRoutesFromElements.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.createRoutesFromElements.html)
2424

2525
Create route objects from JSX elements instead of arrays of objects.
2626

docs/api/utils/redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.redirect.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.redirect.html)
2424

2525
A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response).
2626
Sets the status code and the [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)

docs/api/utils/redirectDocument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.redirectDocument.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.redirectDocument.html)
2424

2525
A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
2626
that will force a document reload to the new location. Sets the status code

docs/api/utils/replace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
2020

2121
## Summary
2222

23-
[Reference Documentation ↗](https://api.reactrouter.com/v7/variables/react_router.replace.html)
23+
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.replace.html)
2424

2525
A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
2626
that will perform a [`history.replaceState`](https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState)

0 commit comments

Comments
 (0)