We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs mention:
<Set private unauthenticated="home"> <Route path="/admin" page={AdminPage} name="admin" /> </Set>
However, <Set private> is deprecated. I think the docs should be updated to make use of PrivateSet instead?
<Set private>
PrivateSet
https://github.com/redwoodjs/redwood/blob/main/docs/docs/router.md
The text was updated successfully, but these errors were encountered:
I've opened a PR while I was at it, please let me know if this makes sense: #9749
Sorry, something went wrong.
No branches or pull requests
Summary and description
The docs mention:
However,
<Set private>
is deprecated. I think the docs should be updated to make use ofPrivateSet
instead?https://github.com/redwoodjs/redwood/blob/main/docs/docs/router.md
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: