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

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

  • 1136e02: Support modifying css with color presets
  • 1136e02: New color preset neutral
  • f6b4797: Improve Sidebar footer
fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

fumadocs - [email protected]

Published by fuma-nama 6 months ago

Major Changes

  • 2d8df75: Replace nav.links option with secondary links

    why: A more straightforward API design

    migrate:

    <DocsLayout
    +  links={[
    +    {
    +      type: 'secondary',
    +      text: 'Github',
    +      url: 'https://github.com',
    +      icon: <GithubIcon />,
    +      external: true,
    +    },
    +  ]}
    -  nav={{
    -    links: [
    -      {
    -        icon: <GithubIcon />,
    -        href: 'https://github.com',
    -        label: 'Github',
    -        external: true,
    -      },
    -    ],
    -  }}
    >
      {children}
    </DocsLayout>
    

Patch Changes

  • Updated dependencies [2d8df75]
  • Updated dependencies [92cb12f]
  • Updated dependencies [f75287d]
  • Updated dependencies [2d8df75]
fumadocs - [email protected]

Published by fuma-nama 6 months ago

Major Changes

  • f75287d: Introduce fumadocs-docgen package.

    Offer a better authoring experience for advanced use cases.

    • Move remark-dynamic-content and remark-install plugins to the new package fumadocs-docgen.
    • Support Typescript generator by default

    Usage

    Add the remarkDocGen plugin to your remark plugins.

    import { remarkDocGen, fileGenerator } from "fumadocs-docgen";
    
    remark().use(remarkDocGen, { generators: [fileGenerator()] });
    

    Generate docs with code blocks.

    ```json doc-gen:<generator>
    {
      // options
    }
    ```
    

    Migrate

    For remarkDynamicContent, enable fileGenerator and use this syntax:

    ```json doc-gen:file
    {
      "file": "./path/to/my-file.txt"
    }
    ```
    

    For remarkInstall, it remains the same:

    import { remarkInstall } from "fumadocs-docgen";
    
fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

  • Updated dependencies [2d8df75]
  • Updated dependencies [92cb12f]
  • Updated dependencies [f75287d]
  • Updated dependencies [2d8df75]
fumadocs - [email protected]

Published by fuma-nama 6 months ago

Patch Changes

Package Rankings
Top 25.25% on Npmjs.org
Related Projects