Magidoc Versions Save

Autogenerate static GraphQL API documentation

5.0.3

4 weeks ago

5.0.2

4 weeks ago

5.0.1

4 weeks ago

5.0.0

4 weeks ago

Bugfixes

Breaking change

Images in markdown do not require base path anymore when used with website.options.siteRoot. This unified the API with the way URLs work.

- ![My image](/site/root/image.png)
+ ![My image](/image.png)

This is also true for website.options.appLogo

// magidoc.mjs
{
  website: {
    options: {
      siteRoot: '/site/root',
-     appLogo: '/site/root/logo.png'
+     appLogo: '/logo.png'
    }
  }
}

4.2.1

1 month ago

4.2.0

2 months ago

4.1.4

3 months ago

4.1.3

3 months ago

4.1.2

7 months ago

Fix peer dependencies issues when using NPM package manager

4.1.1

7 months ago