Quick Start (v1)
1. Create a docs folder
mkdir my-docscd my-docs2. Add a config file
Create docs-config.json:
{ "metadata": { "name": "My Docs", "description": "My documentation site" }}3. Add your first page
Create introduction.md:
# Welcome
This is my documentation site built with Lito.4. Start the dev server
lito dev -i ./my-docsOpen http://localhost:4321 to see your docs.
Was this page helpful?