strawberry-graphql / strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://strawberry.rocks
MIT License
4.03k stars 536 forks source link

Missing `starlite` docs #3081

Closed dhirschfeld closed 10 months ago

dhirschfeld commented 1 year ago

starlite integration was added in https://github.com/strawberry-graphql/strawberry/pull/2391 in which docs were added.

The doc file does exist - https://github.com/strawberry-graphql/strawberry/blob/main/docs/integrations/starlite.md

...but on the website there is no mention of it under Integrations:

image

...and searching for starlite in the docs also brings up no results.

Upvote & Fund

Fund with Polar

dhirschfeld commented 1 year ago

Interestingly, if you manually enter the url, it does work: https://strawberry.rocks/docs/integrations/starlite

...so it seems like it's just missing an entry in the navigation.

patrick91 commented 1 year ago

ah yes, we need to add a link to docs/index.md 😊

dhirschfeld commented 1 year ago

That's what I thought, but I couldn't see where to add it - I can't see the files being manually listed in the index :thinking:

patrick91 commented 1 year ago

https://github.com/strawberry-graphql/strawberry/blob/main/docs/README.md here sorry, not docs/index.md 😊

dhirschfeld commented 1 year ago

main/docs/README.md here sorry, not docs/index.md 😊

I took a crack at it over in #3082!