Documentation source for DocsLit. A documentation framework for the web platform era.
Install DocsLit and start a local preview:
npx docslit init my-docs
cd my-docs
npx docslit devOpen http://localhost:3000 to view the site locally.
docs/ Markdown source files
getting-started/ Installation, quickstart, and project structure
writing-content/ Markdown, frontmatter, navigation, and SEO
components/ 40+ built-in web components
customization/ Theming, custom components, versioning
deployment/ Static hosting, offline builds, DocsLit Cloud
migration/ Guides for Mintlify, Fern, and GitBook
cli-reference/ CLI commands and validation
changelog/ Release notes
dist/ Built static site output
docslit.json Site configuration (sidebar, versioning)
- Edit or add Markdown files in the
docs/directory. - Run
npx docslit devto preview changes locally. - Submit a pull request.