New Features
21 new additions
- Documentation framework built on Next.js 15 App Router with static export
- Tailwind CSS v4 with design token integration via
@themedirective - MDX content pipeline with Shiki syntax highlighting (dual light/dark themes)
- Built-in client-side search powered by Fuse.js (Cmd+K)
- Dark/light mode toggle with system preference detection
- Custom callout/admonition components (tip, note, info, caution, danger) with SVG icons
- Copy-to-clipboard heading anchors
- URL-synced tabs for shareable tab state
- Mermaid diagram rendering with pan/zoom support
- Image lightbox (click-to-zoom)
- FAQ auto-indexer with searchable FAQ page
- JSON-based URL redirect system
- Glossary component with alphabetical filtering
- Feedback widget for page-level user feedback
- Interactive flipping card component
- Blog section for general posts
- Collapsible sidebar with chevron toggle
- Table of contents with active heading tracking
- Breadcrumb navigation
- Design token pipeline (JSON to CSS custom properties)
create-trellis-docsCLI scaffolder