Documentation website for Lore, the reasoning history tool for code.
Live site: lore.varalys.com
- Astro + Starlight
- Hosted on Cloudflare Pages
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/content/docs/
├── getting-started/ # Installation, quick start
├── guides/ # Feature guides (linking, search, MCP, etc.)
├── commands/ # CLI command reference
├── reference/ # Configuration, supported tools, API
└── about/ # Architecture, FAQ, security, changelog
Content is written in Markdown (.md) files. Each file in src/content/docs/ becomes a page on the site.
To add or edit documentation:
- Fork this repository
- Make your changes
- Run
npm run buildto verify the build passes - Submit a pull request
- varalys/lore - Main Lore repository
- docs.rs/lore-cli - API documentation