@graphql-markdown/docusaurus
Advanced tools
Changelog
1.30.2 - 2025-08-27
🧹 This release cleans up few bugs:
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.30.1...1.30.2
[Changes][1.30.2]
<a id="1.30.1"></a>
Changelog
1.30.0 - 2025-06-25
🌟 This release improves prettier support config file and now uses MDX parser instead of Markdown, reported in #2236 by @PaulRBerg.
It also comes with a new configuration option for homepage
that can now be set to false
to disable its generation, reported in #2234 by @PaulRBerg.
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.29.1...1.30.0
[Changes][1.30.0]
<a id="1.29.1"></a>
Changelog
1.29.1 - 2025-06-15
🐛 This release adds better support of special characters (e.g. _
) in entity names, fixing issues like #2213 reported by @PaulRBerg.
📄 The documentation has also got its share of fixes, thanks to @PaulRBerg reports.
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.29.0...1.29.1
[Changes][1.29.1]
<a id="1.29.0"></a>
Changelog
1.29.0 - 2025-03-21
✨ One step closer to a stable version of the @graphql-markdown/cli
package. More Docusaurus specific MDX features have been moved from the base packages to @graphql-markdown/docusaurus/mdx
👾👾👾
Demos of @graphql-markdown/cli@0.3.0
with other static documentation frameworks:
| <img align="center" width="20" height="20" alt="GitHub" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png">graphql-markdown/demo-astro-starlight | <img align="center" width="20" height="20" alt="GitHub" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png">graphql-markdown/demo-nextjs-fumadocs |
| --- | --- |
| <p align="center">Astro Starlight with a custom MDX formatting module.</p> | <p align="center">Next.js Fumadocs with a custom MDX formatting module.</p> |
| |
|
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.28.0...1.29.0
[Changes][1.29.0]
<a id="1.28.0"></a>
Changelog
1.28.0 - 2025-03-16
✨ The framework independent package cli
is slowly maturing. It is now the backbone of the docusaurus
package.
From now, it should be possible to create customized MDX formatter for Next.js, Gatsby, Astro... using the undocumented setting mdxParser
. For more information and examples, see the docusaurus
package's source code.
🔧 This release also comes with a tiny new CLI flag --config
that will print the processed configuration into a JSON format. This can be handy while debugging some of the customization, especially when mixing CLI and GraphQL Config settings.
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.27.0...1.28.8
[Changes][1.28.0]
<a id="1.27.0"></a>
Changelog
1.27.0 - 2025-02-16
🚀 This release introduces a new NodeJS command line package @graphql-markdown/cli
allowing generation of Markdown files without Docusaurus dependencies.
This is still an early release and it is not yet documented, but you can experiment with it and give your feedback on this new package when used with other static site generators - note that you'll need MDX support.
npm install @graphql-markdown/cli
npx gqlmd graphql-to-doc
ℹ️ The cli
package works similarly to the Docusaurus plugin, but it relies on a GraphQL config file for the settings. You can find examples of settings in the test folder of the package.
⚠️ BREAKING CHANGES - All previously deprecated settings have been removed:
docOptions.pagination
| --noPagination
(deprecated in release 1.22.0)docOptions.toc
| --noToc
(deprecated in release 1.22.0)printTypeOptions.useApiGroup
| --noApiGroup
(deprecated in release 1.26.0)Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.26.4...1.27.0
[Changes][1.27.0]
<a id="1.26.4"></a>
Changelog
1.26.4 - 2024-12-22
🐛 This release adds fixes for printTypeOptions
parameters hierarchy
and exampleSection
.
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.26.3...1.26.4
[Changes][1.26.4]
<a id="1.26.3"></a>
Changelog
1.26.3 - 2024-11-14
🐛 This releases fixes graphql-markdown logs not being reported with Docusaurus 3.
Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.26.2...1.26.3
[Changes][1.26.3]
<a id="1.26.2"></a>