Skip to content

stevedores-org/docs.stevedores.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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:

ML & Inference

Path Repo Description
/llama-rs/ llama.rs Minimal LLM inference engine
/llama-cpp/ llama.cpp LLM inference in C/C++
/oxidizedMLX/ oxidizedMLX Rust-first MLX tensor runtime
/mlx/ mlx Apple MLX framework

Data & RAG

Path Repo Description
/oxidizedRAG/ oxidizedRAG High-performance GraphRAG
/data-fabric/ data-fabric Data fabric layer

Agents & Orchestration

Path Repo Description
/oxidizedgraph/ oxidizedgraph Agent orchestration framework
/ai-agent-agent-guides/ ai-agent-agent-guides AI agent guides
/ai-agent-ci/ ai-agent-ci AI agent CI tooling
/ai-agent-docs/ ai-agent-docs AI agent documentation

Developer Tools

Path Repo Description
/aivcs/ aivcs AI-powered version control
/local-ci/ local-ci Local CI runner
/gitoxide/ gitoxide Rust git implementation
/libgit2/ libgit2 Git library
/nix-cache/ nix-cache Nix binary cache

Infrastructure

Path Repo Description
/crossplane-heaven/ crossplane-heaven Crossplane infrastructure
/DevProd-AI/ DevProd-AI Developer productivity AI
/knittingCrab/ knittingCrab KnittingCrab tooling
/stevedores-org/ stevedores.org Main website

Deployment

Docker Compose (recommended)

docker compose up --build -d

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

Production (builds from GitHub)

docker compose -f docker-compose.prod.yml up --build -d

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