Skip to content

LoomHubDev/loom-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loom Documentation

Documentation site for the Loom versioning system, built with VitePress.

Development

npm install
npm run dev

The docs site runs at http://localhost:5173.

Build

npm run build
npm run preview

Structure

docs/
  index.md              # Landing page
  loom/
    01-vision.md        # Why Loom exists
    02-technical-architecture.md
    03-project-setup.md
    04-data-models.md
    05-storage-schema.md
    06-systems/         # Deep dives (operation log, streams, checkpoints, sync, etc.)
    07-agent-api.md
    08-development-roadmap.md
    09-ai-context.md
    10-testing-strategy.md
    11-cli-reference.md
  loomhub.md            # LoomHub platform docs

Related

  • Loom CLI — The versioning system
  • LoomHub — Hosting platform for Loom projects

About

Documentation site for the Loom versioning system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors