strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
421 stars 122 forks source link

docs: Redirect old docs to the new url #607

Closed bellini666 closed 4 months ago

bellini666 commented 4 months ago

Summary by Sourcery

This pull request updates the documentation to include a redirect from the old documentation URLs to the new URLs. This ensures that users accessing outdated links are automatically redirected to the current documentation.

sourcery-ai[bot] commented 4 months ago

Reviewer's Guide by Sourcery

This pull request updates the index.html file to redirect users from the old documentation URL to the new one. The old HTML content has been completely replaced with a new structure that includes a JavaScript-based redirection mechanism and a fallback message for manual redirection.

File-Level Changes

Files Changes
index.html Replaced the old documentation HTML with a new redirect script to point users to the updated documentation URL.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.