VERSION 1.10.0

v1.10.0

One-command GitHub Pages deployment, CI workflow templates for Vercel and Netlify, and version badge display.

April 2, 2026
·4 changes

New Features

3 new additions

  • npm run deploy command — one-command deployment to GitHub Pages, similar to Docusaurus. Builds the site, auto-detects the basePath from your git remote URL, and pushes the out/ directory to a gh-pages branch. Supports --skip-build, --branch, --remote, and PAGES_BASE_PATH override

  • CI workflow templates — the create-trellis-docs scaffolder now prompts for a deployment target (GitHub Pages, Vercel, Netlify, or None) and drops a ready-to-use .github/workflows/deploy.yml into the new project. GitHub Pages workflows auto-compute the basePath from the repo URL

  • Version badgesiteConfig.version is now displayed as a pill badge in the navbar (next to the site title) and on the landing page hero. Scaffolded projects start at v0.1.0

Improvements

1 enhancements

  • Deployment docs — the deployment guide now leads with npm run deploy for GitHub Pages, includes full CI workflow examples for all three providers (GitHub Pages, Vercel, Netlify), and documents the scaffolder's deployment target prompt