github fuma-nama/fumadocs next-docs-zeta@6.0.0

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

Major Changes

  • 9ef047d: Pre-bundle page urls into raw pages.

    This means you don't need getPageUrl anymore for built-in adapters, including next-docs-mdx and Contentlayer. It is now replaced by the url property from the pages array provided by your adapter.

    Due to this change, your old configuration might not continues to work.

    import { fromMap } from 'next-docs-mdx/map'
    
    fromMap({
    -  slugs: ...
    +  getSlugs: ...
    })

    For Contentlayer, the getUrl option is now moved to createConfig.

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.