docusaurus-graphql-plugin
docusaurus-graphql-plugin copied to clipboard
Docusaurus plugin generating Markdown documentation from a GraphQL schema.
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"...
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...
We tried setting up our project which is using the i18n capabilities of docusaurus (https://docusaurus.io/docs/i18n/introduction) with your graphql plugin, but unfortunately the generated links between markdown files (e.g. from mutations...