zhouzi / docusaurus-graphql-plugin

Docusaurus plugin generating Markdown documentation from a GraphQL schema.
https://gabinaureche.com/docusaurus-graphql-plugin/
23 stars 9 forks source link

Replace the GitHub example with something else? #4

Open zhouzi opened 3 years ago

zhouzi commented 3 years ago

Although most of the ideas come from GitHub's documentation, it turns out their APIs and documentation is very much opinionated. They are probably not a good example of a "vanilla" GraphQL API. A few examples are:

It's hard to use them as a basic example as the result doesn't look that good. I do think that this plugin should offer options to get a similar result but it would be more advanced. Perhaps we should have a basic example using a simpler API and the advanced example using GitHub's, with the proper configuration.