github fuma-nama/fumadocs next-docs-ui@6.1.0

latest releases: fumadocs-mdx@11.10.1, create-fumadocs-app@15.7.13, fumadocs-core@15.7.13...
21 months ago

Minor Changes

  • 6e0d2e1: Support Layout for non-docs pages (without page tree)

    Same as Docs Layout but doesn't include a sidebar. It can be used outside of the docs, a page tree is not required.

    import { Layout } from 'next-docs-ui/layout';
    
    export default function HomeLayout({ children }) {
      return <Layout>{children}</Layout>;
    }

    nav.items prop is deprecated

    It is now replaced by links.

  • 2a82e9d: Support linking to accordions

    You can now specify an id for accordion. The accordion will automatically open when the user is navigating to the page with the specified id in hash parameter.

    <Accordions>
    <Accordion title="My Title" id="my-title">
    
    My Content
    
    </Accordion>
    </Accordions>

Patch Changes

  • 65b7f30: Improve search dialog design
  • Updated dependencies [f39ae40]
    • next-docs-zeta@6.1.0

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.