-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Broken Links #628
Comments
Thanks for creating the issue! |
The persisting layouts link is the only one that appears to be broken at the moment, but I was wondering whether some of these are still valid based on the documentation.json file. Are files in |
@corydeppen, yeah, we removed a bunch of pages from our docs after moving to Blitz 2.0. They were redundant as it was mostly the same stuff as you can find in the official Next.js docs. Though, we didn't remove the markdown files from the repo (which is something we should do soon) |
There are some broken URI fragments in the "Notes" box in the session management, ie
There are no correspoding elements on the page. |
I would like to contribute to this ? |
Hi there!
I found a few broken links in the documentation. I think most of the missing
.md
pages just come from automated documentation. But removing.md
alone does not seem to fix the problem.https://blitzjs.com/docs/get-static-paths links to https://blitzjs.com/docs/routing/dynamic-routes.md
https://blitzjs.com/docs/router links to https://blitzjs.com/docs/basic-features/data-fetching.md
https://blitzjs.com/docs/router#router-object links to https://blitzjs.com/docs/advanced-features/preview-mode.md
https://blitzjs.com/docs/pages#persisting-layouts links to https://blitzjs.com/docs/layout
https://blitzjs.com/docs/mutation-usage links to https://blitzjs.com/docs/resolver-utilities (see
invalidateQuery()
)https://blitzjs.com/docs/blitz-config#disable-keep-alive links to https://blitzjs.com/docs/basic-features/supported-browsers-features#polyfills
The text was updated successfully, but these errors were encountered: