VERSION 1.0.0

v1.0.0

Initial release of Trellis on Next.js.

February 20, 2026
·21 changes

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 @theme directive
  • 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-docs CLI scaffolder