Skip to content

Commit

Permalink
update router documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andriijas committed Sep 11, 2024
1 parent 2e9cdc5 commit 537cdad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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

0 comments on commit 537cdad

Please sign in to comment.