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

Minor Changes

  • 909b0e35: Support duplicated names with meta and page files
  • 1c388ca5: Support defaultOpen for folder nodes

Patch Changes

  • 691f12aa: Source API: Support relative paths as root directory
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • 1c388ca5: Support defaultOpen for folder nodes

Patch Changes

  • Updated dependencies [909b0e35]
  • Updated dependencies [691f12aa]
  • Updated dependencies [1c388ca5]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Major Changes

  • 071898da: Remove deprecated usage of Files component

    Why: Since 8.3.0, you should use the Folder component instead for folders. For simplicity, the title prop has been renamed to name.

    Migrate: Replace folders with the Folder component. Rename title prop to name.

    - <Files>
    - <File title="folder">
    - <File title="file.txt" />
    - </File>
    - </Files>
    
    + <Files>
    + <Folder name="folder">
    + <File name="file.txt" />
    + </Folder>
    + </Files>
    
  • 2b355907: Remove controlled usage for Accordion

    Why: Components in Fumadocs UI should not be used outside of MDX.

    Migrate: Remove value and onValueChange props.

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • c1e65b72: Fix typos
fumadocs - [email protected]

Published by fuma-nama 8 months ago

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • b0003d44: Add purple theme
  • 9bdb49dd: Add Folder export to fumadocs-ui/components/files
  • 99d66d2d: Rename title prop to name in File and Folder component

Patch Changes

  • 5e314eee: Deprecate input color and medium font size from Tailwind CSS preset
  • 52d578d0: Set darkMode to class by default
  • 84667d2f: Improve Accordions
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

fumadocs - [email protected]

Published by fuma-nama 8 months ago

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • 9bf5adb: Replace await imports with normal imports
  • Updated dependencies [5c24659]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • 5c24659: Support code block icons

Patch Changes

  • 09bdf63: Separate stylesheet with Image Zoom component
  • Updated dependencies [5c24659]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • 08e4904: Update types
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • 5c24659: Support code block icons
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • 8665888: Added patterns support to config Inputs.
fumadocs - [email protected]

Published by fuma-nama 8 months ago

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 9 months ago

Patch Changes

  • c71b7e3: Ignore injected elements when copying code
Package Rankings
Top 25.25% on Npmjs.org
Related Projects