Skip to content

Add starlite to the doc navigation list #3082

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

Closed
wants to merge 2 commits into from

Conversation

dhirschfeld
Copy link

@dhirschfeld dhirschfeld commented Sep 7, 2023

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@dhirschfeld
Copy link
Author

Resolves #3081

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Hi 👋 You can find a preview of the docs here:

https://strawberry.rocks/docs/pr/3082/README

docs/README.md Outdated
@@ -80,6 +80,7 @@
- [Sanic](./integrations/sanic.md)
- [Chalice](./integrations/chalice.md)
- [Starlette](./integrations/starlette.md)
- [Starlite](./integrations/starlite.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be worth renaming the page and link to litestar, since they changed name 😊

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, can do...

@dhirschfeld
Copy link
Author

Seems to work 🎉

image

Comment on lines +16 to +17
from litestar import Litestar
from strawberry.litestar import make_graphql_controller
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, we haven't updated the code yet, if you wanna do that to we should do an alias from the old name and do a deprecation, I'm also fine with just updating the docs for now

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got to switch to $dayjob now. I might be able to get to that this weekend but I'm happy for you to add the necessary changes here or merge this and add the changes in a follow-up PR.

@gazorby gazorby mentioned this pull request Nov 10, 2023
11 tasks
@dhirschfeld dhirschfeld deleted the patch-1 branch January 24, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants