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 3 months ago

fumadocs - [email protected]

Published by fuma-nama 3 months ago

fumadocs - [email protected]

Published by fuma-nama 3 months ago

Minor Changes

  • b9fa99d: Support tag filters in search dialog
  • a4bcaa7: Rename Layout in fumadocs-ui/layout to HomeLayout in fumadocs-ui/home-layout

Patch Changes

  • d1c7405: Optimize performance
  • Updated dependencies [b9fa99d]
  • Updated dependencies [525925b]
fumadocs - [email protected]

Published by fuma-nama 3 months ago

Major Changes

  • ad143e1: Move UI implementation from fumadocs-ui to fumadocs-openapi.

    why: Allow a better organization of packages.

    migrate:

    This package is now Tailwind CSS only, you need to use it in conjunction with the official Tailwind CSS plugin.

    Add the package to content under your Tailwind CSS configuration.

    import { createPreset, presets } from 'fumadocs-ui/tailwind-plugin';
    
    /** @type {import('tailwindcss').Config} */
    export default {
      content: [
        './node_modules/fumadocs-ui/dist/**/*.js',
        './node_modules/fumadocs-openapi/dist/**/*.js',
      ],
      presets: [createPreset()],
    };
    

    Re-generate MDX files if needed.

Minor Changes

  • ad143e1: Implement OpenAPI playground
  • ad143e1: Support passing base url to Root component

Patch Changes

  • ad143e1: Combine allOf into one object schema
  • Updated dependencies [b9fa99d]
  • Updated dependencies [a4bcaa7]
  • Updated dependencies [d1c7405]
fumadocs - [email protected]

Published by fuma-nama 3 months ago

Minor Changes

  • b9fa99d: Support tag facet field for Algolia Search Integration

Patch Changes

  • 525925b: Support including root folder into breadcrumbs
fumadocs - [email protected]

Published by fuma-nama 3 months ago

fumadocs - [email protected]

Published by fuma-nama 3 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 3 months ago

Minor Changes

  • b1b154e: Display object types mentioned in schema
  • 81fde3f: Support complex types & self-referencing types
fumadocs - [email protected]

Published by fuma-nama 3 months ago

fumadocs - [email protected]

Published by fuma-nama 3 months ago

Patch Changes

  • 503e8e9: Support keywords API in advanced search
fumadocs - @fumadocs/[email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 6e9d4bf: Add icon and root fields to meta schema
  • 2db6172: Add cwd option by default
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - @fumadocs/[email protected]

Published by fuma-nama 4 months ago

Minor Changes

  • e6e1d9f: Improve Hot Reload

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • dd1e4f3: Change type definitions of built-in schemas
fumadocs - [email protected]

Published by fuma-nama 4 months ago

fumadocs - @fumadocs/[email protected]

Published by fuma-nama 4 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Minor Changes

  • eb36761: Replace link item secondary type with icon (backward compatible)
  • eb36761: Support secondary property in link items
  • eb36761: Support button type link item
  • eb36761: Support on filter in link items

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Minor Changes

  • 979896f: Support generating Tabs with persist enabled (Fumadocs UI only)

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 4 months ago

Patch Changes

  • 8efc775: Fix Content Collections compatibility
fumadocs - [email protected]

Published by fuma-nama 4 months ago

Package Rankings
Top 25.25% on Npmjs.org
Related Projects