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

Patch Changes

  • b836055: Remove deprecated usage from templates
fumadocs - [email protected]

Published by fuma-nama 9 months ago

fumadocs - [email protected]

Published by fuma-nama 9 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 9 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 9 months ago

Patch Changes

  • 65f71d4: Fix picocolors import errors
fumadocs - [email protected]

Published by fuma-nama 9 months ago

Minor Changes

  • 40e51a4: Support integration with @fuma-docs/openapi
  • d2744a4: Remove tailwindcss-animate

Patch Changes

fumadocs - @fuma-docs/[email protected]

Published by fuma-nama 9 months ago

Minor Changes

  • 45a52ae: Support generating docs for OpenAPI schema

    In openapi.config.js:

    /**
     * @type {import("@fuma-docs/openapi").Config}
     */
    module.exports = {
      input: ['./petstore.yaml'],
      output: './content/docs',
      per: 'tag',
      render: (title, description) => {
        return {
          frontmatter: [
            '---',
            `title: ${title}`,
            `description: ${description}`,
            'toc: false',
            '---',
          ].join('\n'),
        };
      },
    };
    

    Run fuma-docs-openapi to generate.

fumadocs - [email protected]

Published by fuma-nama 9 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 9 months ago

fumadocs - [email protected]

Published by fuma-nama 9 months ago

fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • dc4f10d: Fix Callout component overflow
  • 841a18b: Support passing extra props to Card components
  • Updated dependencies [dfc8b44]
  • Updated dependencies [ef4d8cc]
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • dfc8b44: Remove tree root node from breadcrumb
  • ef4d8cc: Expose props from SafeLink component
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • 27ce871: Add missing shiki peer deps
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Minor Changes

  • 82c4fc6: Override default typography styles
  • 25e6856: Create Callout component

Patch Changes

fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • 634f7d3: Reduce dependencies
  • 996a914: Create Inline TOC component
  • eac081c: Update github urls & author name
  • Updated dependencies [634f7d3]
  • Updated dependencies [eac081c]
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • 634f7d3: Reduce dependencies
  • eac081c: Update github urls & author name
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • 65eee50: Use async fs APIs
  • eac081c: Update github urls & author name
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

  • cbea678: Update Examples
fumadocs - [email protected]

Published by fuma-nama about 1 year ago

fumadocs - [email protected]

Published by fuma-nama about 1 year ago

Patch Changes

Package Rankings
Top 25.25% on Npmjs.org
Related Projects