Skip to content

fumadocs-mdx 8.0.0

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