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

Patch Changes

  • f4aa6b6: Ignore fields marked with @internal tag
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

Patch Changes

  • 10e099a: Remove deprecated options from fumadocs-core/toc
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • 0e78dc8: Support customising search API URL
  • Updated dependencies [c9b7763]
  • Updated dependencies [0e78dc8]
  • Updated dependencies [d8483a8]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • 01155f5: Support generate search indexes in build time

Patch Changes

  • Updated dependencies [c9b7763]
  • Updated dependencies [0e78dc8]
  • Updated dependencies [d8483a8]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • c9b7763: Update to Next.js 14.1.0
  • 0e78dc8: Support customising search API URL
  • d8483a8: Remove undefined values from page tree
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

  • Updated dependencies [c9b7763]
  • Updated dependencies [0e78dc8]
  • Updated dependencies [d8483a8]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Major Changes

  • 321d1e1f: Move Typescript integrations to fumadocs-typescript

    why: It is now a stable feature

    migrate: Use fumadocs-typescript instead.

    - import { AutoTypeTable } from "fumadocs-ui/components/auto-type-table"
    + import { AutoTypeTable } from "fumadocs-typescript/ui"
    

Patch Changes

  • de7ed150: Hide external items from navigation footer
  • Updated dependencies [b5d16938]
  • Updated dependencies [321d1e1f]
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Major Changes

  • 321d1e1f: Support markdown in type description

Minor Changes

  • 722c2d6e: Support generating MDX files
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Major Changes

  • eacd7b0b: Remove support for bin usages

    why: It is more flexible and faster to write a script directly.

    migrate: Create a script named scripts/generate-docs.mjs:

    import { generateFiles } from 'fumadocs-openapi';
    
    void generateFiles({
      input: ['./petstore.yaml'],
      output: './content/docs',
    });
    

    Execute it with node ./scripts/generate-docs.mjs.

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

Major Changes

  • 321d1e1f: Move Typescript integrations to fumadocs-typescript

    why: It is now a stable feature

    migrate: Use fumadocs-typescript instead.

    - import { AutoTypeTable } from "fumadocs-ui/components/auto-type-table"
    + import { AutoTypeTable } from "fumadocs-typescript/ui"
    

Minor Changes

  • b5d16938: Support external link in pages property
fumadocs - [email protected]

Published by fuma-nama 8 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 8 months ago

Minor Changes

  • ffc76e9d: Support to override sidebar components
  • 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

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]
Package Rankings
Top 25.25% on Npmjs.org
Related Projects