router
router copied to clipboard
docs: use correct syntax for createFileRoute
Some of the documentation was missing the path parameter for createFileRoute, which is required by default.
This PR adds those paths back, and tries to make it as relevant to the surrounding context as possible.
Fixes #4372