-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat(docs): add astro-graphql-plugin to the documentation #1814
Conversation
✅ Deploy Preview for brilliant-pasca-3e80ec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@huijing: of course I left a bug in there for you 😅 . The sidebar gets expanded and highlighted twice, because both the Backend API and the Auth API have the same menu items. I'm pretty sure that's not a bug with the plugin, and it's an Astro thing though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran locally and LGTM.
But would like @mkurapov and @sabineschaller to chime in.
Also, how does this work, do the markdown files get generated when the build runs or? How do people update the docs when the schema changes?
@mkurapov why is there no preview for this? |
@sabineschaller from the Netlify logs:
I removed the cache and re-built, the preview is there now |
@mkurapov Oh, so the splitting of the file doesn't happen locally but on build? |
Just checked on rafiki.dev, all looks 👌 thanks @AlexLakatos & @huijing ! All wanted to mention is we can remove |
Add astro-graphql-plugin plugin that automatically generates GraphQL API docs on every build.
Changes proposed in this pull request
Context
Closes #1815
Checklist
fixes #number