New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gentleduck/docs

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gentleduck/docs

Shared docs app kit used by the gentleduck/ui docs apps.

latest
Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
338
-75.47%
Maintainers
1
Weekly downloads
 
Created
Source

@gentleduck/docs

Shared docs app kit for building documentation sites.

Provides MDX rendering, page layouts, navigation, search, AI chat, theming, and Velite content pipeline -- everything needed to build a gentleduck docs app on Next.js.

Quick Start

bun add @gentleduck/docs
import { DocsProvider } from '@gentleduck/docs/client'
import { Mdx } from '@gentleduck/docs/client'

What it includes

  • MDX components -- code blocks with syntax highlighting (Shiki), callouts, tabs, component previews, linked cards
  • Page layouts -- site header/footer, sidebar navigation, table of contents, breadcrumbs, pager
  • Search -- command menu with full-text search (Lunr)
  • AI chat -- built-in chat panel
  • Theming -- theme provider, mode toggle, color system, CSS variables
  • Velite pipeline -- content schemas, rehype/remark plugins, MDX runtime
  • Utilities -- event tracking, chart color helpers, date formatting

Entry points

Entry pointDescription
@gentleduck/docsTypes, config helpers, lib utilities (server-safe)
@gentleduck/docs/clientReact components, hooks, providers ('use client')
@gentleduck/docs/veliteVelite content pipeline config
@gentleduck/docs/styles/base.cssBase stylesheet
@gentleduck/docs/styles/docs.cssDocs layout styles
@gentleduck/docs/styles/mdx.cssMDX content styles

License

MIT

Keywords

gentleduck

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts