fumadocs

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

MIT License

Downloads
1.6K
Stars
1.5K

Bot releases are hidden (Show)

fumadocs - [email protected]

Published by fuma-nama about 1 month ago

Patch Changes

  • 9c2095e: Add home layout by default
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • 729928e: Fix build error without JS engine
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • e409799: Fix typos
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Major Changes

  • ed83d01: Support declarative collections

    why: This allows Fumadocs MDX to be more flexible.

    migrate:

    You don't need exports anymore, properties are merged into one object by default.

    - page.data.exports.toc
    + page.data.toc
    
    - page.data.exports.default
    + page.data.body
    

    A source.config.ts is now required.

    import { defineDocs, defineConfig } from 'fumadocs-mdx/config';
    
    export const { docs, meta } = defineDocs();
    
    export default defineConfig();
    

    The mdx-components.tsx file is no longer used, pass MDX components to body instead.

    Search indexes API is now replaced by Manifest API.

    Please refer to the docs for further details.

Patch Changes

  • 0c251e5: Bump deps
  • Updated dependencies [7dabbc1]
  • Updated dependencies [0c251e5]
  • Updated dependencies [3b56170]
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • 0c251e5: Bump deps
  • 0c251e5: Support Shiki inline code
  • 0c251e5: Improve nested list styles
  • Updated dependencies [7dabbc1]
  • Updated dependencies [0c251e5]
  • Updated dependencies [3b56170]
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • 0cff470: Enable group id on tabs by default
  • 0c251e5: Bump deps
  • Updated dependencies [7dabbc1]
  • Updated dependencies [0c251e5]
  • Updated dependencies [3b56170]
  • Updated dependencies [0c251e5]
  • Updated dependencies [0c251e5]
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Minor Changes

  • 3a2c837: Disable cache on program-level

Patch Changes

  • 0c251e5: Bump deps
fumadocs - [email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • 0c251e5: Bump deps
  • Updated dependencies [0c251e5]
  • Updated dependencies [0c251e5]
  • Updated dependencies [0c251e5]
fumadocs - @fumadocs/[email protected]

Published by fuma-nama about 2 months ago

Patch Changes

  • 0c251e5: Bump deps
  • Updated dependencies [7dabbc1]
  • Updated dependencies [0c251e5]
  • Updated dependencies [3b56170]