https://github.com/varalys/lore-www
Documentation website for Lore - lore.varalys.com
https://github.com/varalys/lore-www
astro docs documentation lore lore-cli starlight starlight-astro
Last synced: 4 months ago
JSON representation
Documentation website for Lore - lore.varalys.com
- Host: GitHub
- URL: https://github.com/varalys/lore-www
- Owner: varalys
- License: apache-2.0
- Created: 2026-01-07T01:13:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T19:45:45.000Z (5 months ago)
- Last Synced: 2026-01-25T08:35:26.632Z (5 months ago)
- Topics: astro, docs, documentation, lore, lore-cli, starlight, starlight-astro
- Language: Astro
- Homepage: https://lore.varalys.com
- Size: 2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lore Documentation
[](https://lore.varalys.com)
Documentation website for [Lore](https://github.com/varalys/lore), the reasoning history tool for code.
**Live site:** [lore.varalys.com](https://lore.varalys.com)
## Stack
- [Astro](https://astro.build) + [Starlight](https://starlight.astro.build)
- Hosted on [Cloudflare Pages](https://pages.cloudflare.com)
## Development
```bash
# 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
- [varalys/lore](https://github.com/varalys/lore) - Main Lore repository
- [docs.rs/lore-cli](https://docs.rs/lore-cli) - API documentation