Skip to content

Repository files navigation

Lore Documentation

Deployed on Cloudflare Pages

Documentation website for Lore, the reasoning history tool for code.

Live site: lore.varalys.com

Stack

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Structure

src/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

Contributing

Content is written in Markdown (.md) files. Each file in src/content/docs/ becomes a page on the site.

To add or edit documentation:

  1. Fork this repository
  2. Make your changes
  3. Run npm run build to verify the build passes
  4. Submit a pull request

Related

About

Documentation website for Lore - lore.varalys.com

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages