github fuma-nama/fumadocs fumadocs-mdx@8.0.0

latest releases: fumadocs-core@15.7.12, fumadocs-openapi@9.3.9, create-fumadocs-app@15.7.12...
20 months ago

Major Changes

  • 1a346a1: Enable remark-image plugin by default

    You can add image embeds easily. They will be converted to static image imports.

    ![banner](/image.png)

    Become:

    import img_banner from '../../public/image.png';
    
    <img alt="banner" src={img_banner} />
  • 2b11c20: Rename to Fumadocs

    next-docs-zeta -> fumadocs-core

    next-docs-ui -> fumadocs-ui

    next-docs-mdx -> fumadocs-mdx

    @fuma-docs/openapi -> fumadocs-openapi

    create-next-docs-app -> create-fumadocs-app

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.