github fuma-nama/fumadocs fumadocs-openapi@2.0.0

latest releases: fumadocs-openapi@9.3.11, fumadocs-mdx@12.0.0, fumadocs-mdx@11.10.1...
18 months ago

Major Changes

  • eacd7b0: Remove support for bin usages

    why: It is more flexible and faster to write a script directly.

    migrate: Create a script named scripts/generate-docs.mjs:

    import { generateFiles } from 'fumadocs-openapi';
    
    void generateFiles({
      input: ['./petstore.yaml'],
      output: './content/docs',
    });

    Execute it with node ./scripts/generate-docs.mjs.

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.