github fuma-nama/fumadocs fumadocs-ui@11.0.0

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

Major Changes

  • 2d8df75: Replace nav.links option with secondary links

    why: A more straightforward API design

    migrate:

    <DocsLayout
    +  links={[
    +    {
    +      type: 'secondary',
    +      text: 'Github',
    +      url: 'https://github.com',
    +      icon: <GithubIcon />,
    +      external: true,
    +    },
    +  ]}
    -  nav={{
    -    links: [
    -      {
    -        icon: <GithubIcon />,
    -        href: 'https://github.com',
    -        label: 'Github',
    -        external: true,
    -      },
    -    ],
    -  }}
    >
      {children}
    </DocsLayout>

Patch Changes

  • Updated dependencies [2d8df75]
  • Updated dependencies [92cb12f]
  • Updated dependencies [f75287d]
  • Updated dependencies [2d8df75]
    • fumadocs-core@11.0.0

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.