docusaurus-graphql-plugin icon indicating copy to clipboard operation
docusaurus-graphql-plugin copied to clipboard

Docusaurus plugin generating Markdown documentation from a GraphQL schema.

Results 4 docusaurus-graphql-plugin issues
Sort by recently updated
recently updated
newest added

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"...

question

Updating the joi dependency ref: #22

After upgrading to Docusaurus v3, I'm seeing this error `Cannot mix different versions of joi schemas`. This is using the latest version of this plugin. ``` yarn run v1.22.19 $...

Due to Docusaurus interpreting .md files as MDX, curly braces are troublesome. They're currently escaped in description and inline code, through #10 The issue with code blocks is that the...

bug