-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
docs: Update to GraphQL API Documentation #1203
Conversation
🦋 Changeset detectedLatest commit: f1483c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Improving the documentation is definitely needed! |
Absolutely! Can you point me in the right direction, so I can make that update? I didn't realize there were two places that needed updating. Anything I should know when updating the website docs? |
Codecov Report
@@ Coverage Diff @@
## master #1203 +/- ##
=======================================
Coverage 95.28% 95.28%
=======================================
Files 106 106
Lines 2377 2377
Branches 473 473
=======================================
Hits 2265 2265
Misses 107 107
Partials 5 5 Continue to review full report at Codecov.
|
All the website docs are located there https://github.com/accounts-js/accounts/tree/master/website/docs |
I've never used docusaurus so let me know if this is resolved in f1483c0. Didn't know how it determined when to start a new page, since I noticed the graphql.md file had both server and client in it. |
Looks great like this! |
Within the last month I discovered this project and started implementing it in my own. I found the docs to be a little on the lean side, so I thought I would contribute to them.
I added an example of how to authenticate with a service using GraphQL. I used most of the information from this code. I was not sure of the "official"
serviceName
for each one of them though.I would also like to add additional information for each of the services, but am not sure what content to write, or if it should be organized differently. So this is my first draft so to say. Please offer any feedback that would be helpful to fill out these docs a little more.