Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update router documentation #532

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions rescript-relay-documentation/docs/experimental-router.md

This file was deleted.

9 changes: 9 additions & 0 deletions rescript-relay-documentation/docs/router.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: router
title: Router
sidebar_label: Router
---

The [rescript-relay-router](https://www.npmjs.com/package/rescript-relay-router) is designed for scale, performance and ergonomics. Tailored for usage with `rescript-relay`. A _modern_ router, targeting modern browsers and developer workflows using `vite`.

Read all about the [rescript-relay-router](https://github.com/zth/rescript-relay-router/blob/main/packages/rescript-relay-router/README.md) at the official repository.
2 changes: 1 addition & 1 deletion rescript-relay-documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
"using-with-hasura",
"using-with-schemas-that-dont-conform-to-the-relay-spec",
"migrating-from-javascript-typescript-incrementally",
"experimental-router",
"router",
"migrating-to-v3",
],
Misc: ["the-compiler", "quirks-of-rescript-relay", "examples"],
Expand Down
Loading