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

Patch Changes

  • 61b91fa: Improve Fumadocs OpenAPI support
  • Updated dependencies [36b771b]
  • Updated dependencies [61b91fa]
fumadocs - @fumadocs/[email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 758013f: Use Fumadocs Remark Image instead of rehype-img-size
  • Updated dependencies [36b771b]
  • Updated dependencies [61b91fa]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

fumadocs - @fumadocs/[email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 758013f: Use Fumadocs Remark Image instead of rehype-img-size
  • Updated dependencies [36b771b]
  • Updated dependencies [61b91fa]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 2 months ago

Minor Changes

  • c7aa090: Generate document field on output MDX files

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • c7aa090: Improve Fumadocs OpenAPI support
  • Updated dependencies [17fa173]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 17fa173: Remark Image: Support fetching image size of external urls
fumadocs - [email protected]

Published by fuma-nama 2 months ago

fumadocs - @fumadocs/[email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • c7aa090: Improve Fumadocs OpenAPI support
  • Updated dependencies [17fa173]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Minor Changes

  • ba588a2: Support custom max width
  • ec983a3: Change default value of defaultOpenLevel to 0

Patch Changes

  • 96c9dda: Change Heading scroll margins
  • 96c9dda: Hide TOC Popover on full mode
  • Updated dependencies [96c9dda]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 96c9dda: Change Heading scroll margins
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 96c9dda: Change Heading scroll margins
  • c094fef: Fix compatibility issues on other content sources
  • Updated dependencies [96c9dda]
  • Updated dependencies [ba588a2]
  • Updated dependencies [96c9dda]
  • Updated dependencies [ec983a3]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 70f15af: Support to initialize git repo
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 22549cd: Add authorization properties to examples
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • 444af27: Fix self-referencing schema types
  • 90af678: Reduce initial loaded bundle size
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Major Changes

  • 971817c: Migrate to React Server Component

    The API reference page is now a server component.
    The MDX generator will only generate a small MDX file, and the rest will be handled by our APIPage component.

    ---
    title: Delete Api
    full: true
    method: POST
    route: /v1/apis.deleteApi
    ---
    
    <APIPage
      operations={[{ path: '/v1/apis.deleteApi', method: 'post' }]}
      hasHead={false}
    />
    
    • Markdown/MDX content is still supported, but will be processed in the server component (during runtime) instead.
    • Your Remark/Rehype plugins (e.g. Rehype Code) configured in Fumadocs MDX or other source providers, will not be shared. Fumadocs OpenAPI uses a separate MDX processor instance.
    • APIPage component will fetch the OpenAPI Schema when being rendered. On Vercel, if it relies on the file system, ensure the page will not be re-rendered after build.

    Please refer to documentation for the new usage.

Minor Changes

  • 480d211: Change output path logic
  • 4bf9851: Support to group pages by tags
  • 3874ab5: Support Go Sample Request
  • 3874ab5: Replace Response Table of Tabs

Patch Changes

  • 4bf9851: Improve Curl example generator
  • Updated dependencies [f280191]
  • Updated dependencies [61ef42c]
  • Updated dependencies [deae4dd]
  • Updated dependencies [c8910c4]
  • Updated dependencies [c8910c4]
  • Updated dependencies [6c42960]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

Minor Changes

  • c8910c4: Add default 'max-height' to codeblocks

Patch Changes

  • 61ef42c: Add vitepress theme preset
  • deae4dd: Improve theme presets
  • c8910c4: Fix empty space on search dialog
  • 6c42960: Improve TOC design
  • Updated dependencies [f280191]
fumadocs - [email protected]

Published by fuma-nama 2 months ago

fumadocs - [email protected]

Published by fuma-nama 2 months ago

Patch Changes

  • f280191: Page Tree Builder: Sort folders to bottom