fumadocs

The beautiful docs framework for Next.js. Alternative to Nextra

MIT License

Downloads
173.3K
Stars
1.5K
Committers
34

Bot releases are hidden (Show)

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 18928af: Improve mobile experience on Safari
  • Updated dependencies [053609d]
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 310e0ab: Move fumadocs-core to peer dependency
  • Updated dependencies [053609d]
fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 053609d: Rename defaultLang to defaultLanguage
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 310e0ab: Move fumadocs-core to peer dependency
  • Updated dependencies [053609d]
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Major Changes

  • 62b5abb: New Layout

    • Remove navbar from docs layout, replace it with sidebar.
    • On smaller devices, navbar is always shown.
    • Remove exports of internal components, copying components from the repository is now the preferred way.

    migrate: On layouts, Rename nav.githubUrl to githubUrl.
    Modify your stylesheet if necessary.

  • 5741224: Remove deprecated option enableThemeProvider from Root Provider

    migrate: Use theme.enabled instead.

  • 2f8b168: Replace <LanguageSelect /> component with <LanguageToggle />

    migrate:

    Remove your <LanguageSelect /> component from the layout. Enable the new language toggle with:

    import { DocsLayout } from 'fumadocs-ui/layout';
    
    export default function Layout({ children }: { children: React.ReactNode }) {
      return <DocsLayout i18n>{children}</DocsLayout>;
    }
    

Minor Changes

  • d88dfa6: Support switching between page trees with RootToggle component

Patch Changes

  • c110040: Fix problems with twoslash codeblocks
  • 13a60b9: Heading support typography styles
  • 1fe0812: Support translation for theme label
  • Updated dependencies [98430e9]
  • Updated dependencies [d88dfa6]
  • Updated dependencies [ba20694]
  • Updated dependencies [57eb762]
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 1d3917f: Fix nullable types cannot be detected
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • Updated dependencies [98430e9]
  • Updated dependencies [d88dfa6]
  • Updated dependencies [ba20694]
  • Updated dependencies [57eb762]
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Major Changes

  • 98430e9: Remove minWidth deprecated option from Sidebar component.

    migrate: Use blockScrollingWidth instead

Minor Changes

  • 57eb762: Support attaching custom properties during page tree builder process

Patch Changes

  • d88dfa6: Support attaching id property to page trees
  • ba20694: Remark Headings: Support code syntax in headings
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • c7b0e23: Add layout.config.tsx for sharing layout options
Package Rankings
Top 25.25% on Npmjs.org
Related Projects