Skip to content

stevedores-org/docs.stevedores.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs.stevedores.org

Routing layer for docs.stevedores.org. Aggregates per-repo documentation sites and serves them under path-based routing.

Architecture

Each repository in stevedores-org has its own docs-site/ directory with a self-contained React + Vite + Tailwind SPA. This repo aggregates them behind a single nginx reverse proxy:

Path Repo Description
/llama-rs/ llama.rs Minimal LLM inference engine
/oxidizedMLX/ oxidizedMLX Rust-first MLX tensor runtime
/oxidizedRAG/ oxidizedRAG High-performance GraphRAG
/oxidizedgraph/ oxidizedgraph Agent orchestration framework

Deployment

Docker Compose (recommended)

docker compose up --build -d

This builds all four docs sites from source and serves them on port 80.

Individual site development

Each site can be developed independently:

cd /path/to/repo/docs-site
bun install
bun run dev

Stack

  • Proxy: nginx:alpine
  • Docs sites: React 19 + Vite 7 + Tailwind CSS v4 + Bun
  • Build: Multi-stage Docker (oven/bun:1 -> nginx:alpine)

About

Routing layer for docs.stevedores.org — reverse proxy to per-repo documentation sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors