Skip to content

Releases: Lito-docs/cli

v1.1.0

10 Feb 21:49

Choose a tag to compare

What's New

Added

  • Nuxt Framework Support: Full Nuxt template support in the CLI
    • Framework detection via nuxt.config.ts/nuxt.config.js or nuxt dependency
    • Dev server with --port flag, build with .output/public output directory
    • Pagefind search indexing for Nuxt static builds

Fixed

  • Scaffold Directory: Moved dev-project directory from /tmp/.lito to ~/.lito/dev-project to fix bundler resolution issues (e.g. Turbopack failing to resolve node_modules from /tmp)

Full Changelog: v1.0.0...v1.1.0

v1.0.0 — Stable Release

10 Feb 18:46

Choose a tag to compare

Lito v1.0.0 — Stable Release

The first production-ready release of Lito, the open-source Mintlify alternative for generating documentation sites from Markdown.

Highlights

  • Production-Ready: Out of beta — stable, tested, and ready for real-world use
  • Dual Publishing: Available on both npm (@litodocs/cli) and GitHub Packages (@lito-docs/cli)
  • Tiny Package: 39 KB on npm (down from 31 MB)

What's New in 1.0.0

Added

  • GitHub Packages publishing alongside npm
  • Privacy policy and terms of service pages for sample docs
  • MIT License for the Astro template

Changed

  • Decluttered navbar — version/language switchers moved to sidebar, social links reorganized
  • Header now contains only: search, GitHub, theme toggle, and CTA
  • Version and language switchers work in both sidebar and mobile navigation
  • CLI version reads dynamically from package.json — no more version drift

Fixed

  • CLI version mismatch across package.json, commander, and update checker
  • npm package reduced from 31 MB (743 files) to 39 KB (31 files)
  • Removed invalid main entry pointing to non-existent file
  • Sidebar scroll position persistence after layout refactor

Install

npm install -g @litodocs/cli

Quick Start

lito init -o ./my-docs -n "My Docs"
lito dev -i ./my-docs

Full Changelog: https://github.com/Lito-docs/cli/blob/main/CHANGELOG.md

Multi-framework and more...

28 Jan 19:01

Choose a tag to compare

Pre-release

Full Changelog: v0.2.1...v0.7.0

add support for base-url option

29 Dec 06:56

Choose a tag to compare

Pre-release

Full Changelog: v0.2.0...v0.2.1

Fixed build type errors for existing features

29 Dec 06:15

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

Intial version of Superdocs

28 Dec 18:07

Choose a tag to compare