diff --git a/CLAUDE.md b/CLAUDE.md index 8dee6d50..b9ba408a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -536,4 +536,4 @@ ROBOCO_OLLAMA_BASE_URL=http://roboco-ollama:11434 # Native API ## Blueprint Reference -The organizational structure, communication matrix, role descriptions, and access-control model are documented inline above and in the user-facing documentation site (MkDocs Material; source under `docs/`, built by `mkdocs.yml`, deployed by `.github/workflows/docs.yml` via GitHub Pages Actions and served at docs.roboco.dev). `docs/rag/` remains the agent-facing RAG corpus (excluded from the published site); the old root `usage.md` / `deployment.md` are now redirect stubs into the site. +The organizational structure, communication matrix, role descriptions, and access-control model are documented inline above and in the user-facing documentation site (MkDocs Material; source under `docs/`, built by `mkdocs.yml`, deployed by `.github/workflows/docs.yml` via GitHub Pages Actions and served at rennf93.github.io/roboco). `docs/rag/` remains the agent-facing RAG corpus (excluded from the published site); the old root `usage.md` / `deployment.md` are now redirect stubs into the site. diff --git a/Makefile b/Makefile index 480aa8e4..2699bcf1 100644 --- a/Makefile +++ b/Makefile @@ -493,7 +493,7 @@ help: @echo " make clean - Clean cache files" @echo " make prune - Prune docker resources" @echo "" - @echo "Full docs: https://docs.roboco.dev (preview locally: make serve-docs)" + @echo "Full docs: https://rennf93.github.io/roboco/ (preview locally: make serve-docs)" # Python versions list .PHONY: show-python-versions diff --git a/README.md b/README.md index b16c2fe7..cd8b74a2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ AI Agents Company - A virtual organization of 25 AI agents + 1 human CEO, design > **RoboCo is early-stage, work-in-progress software (v0).** It's under active development, runs in a homelab, and *will* have rough edges, breaking changes, and bugs. It is **not production-ready** and the API/database schema are not stable yet. Treat it as a working prototype to explore and build on — please don't expose it to the public internet as-is. Issues and PRs very welcome. > [!TIP] -> 📚 **Full documentation:** **[docs.roboco.dev](https://docs.roboco.dev)** — install & first run, the company model, a page-by-page panel reference, model providers, the optional subsystems, deployment, and the API. +> 📚 **Full documentation:** **[rennf93.github.io/roboco](https://rennf93.github.io/roboco/)** — install & first run, the company model, a page-by-page panel reference, model providers, the optional subsystems, deployment, and the API. ## Overview diff --git a/deployment.md b/deployment.md index 45f078b3..1eaa67a8 100644 --- a/deployment.md +++ b/deployment.md @@ -1,6 +1,6 @@ # RoboCo Deployment Guide -> **This guide has moved.** Deploying RoboCo is now documented in the full docs site at **[docs.roboco.dev](https://docs.roboco.dev)** (source under [`docs/`](docs/)). +> **This guide has moved.** Deploying RoboCo is now documented in the full docs site at **[rennf93.github.io/roboco](https://rennf93.github.io/roboco/)** (source under [`docs/`](docs/)). Jump straight to: diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 01d01fea..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -docs.roboco.dev diff --git a/mkdocs.yml b/mkdocs.yml index 1b8bde8a..7537fc23 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ # Preview: uv run mkdocs serve # Deploy: handled in CI by .github/workflows/docs.yml (mkdocs gh-deploy → gh-pages). site_name: RoboCo -site_url: https://docs.roboco.dev/ +site_url: https://rennf93.github.io/roboco/ site_description: >- RoboCo is a self-hosted AI agentic company — 25 AI agents and one human CEO that run as a complete software-development workforce, operated from a single diff --git a/pyproject.toml b/pyproject.toml index 82f4d1b7..ecb4ce5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ roboco-bootstrap = "roboco.bootstrap:cli" [project.urls] Homepage = "https://github.com/rennf93/roboco" -Documentation = "https://docs.roboco.dev" +Documentation = "https://rennf93.github.io/roboco/" Repository = "https://github.com/rennf93/roboco" [build-system] diff --git a/usage.md b/usage.md index b8f8a8ed..ecad11f3 100644 --- a/usage.md +++ b/usage.md @@ -1,6 +1,6 @@ # RoboCo Usage Guide -> **This guide has moved.** Operating RoboCo is now documented in the full docs site at **[docs.roboco.dev](https://docs.roboco.dev)** (source under [`docs/`](docs/)). +> **This guide has moved.** Operating RoboCo is now documented in the full docs site at **[rennf93.github.io/roboco](https://rennf93.github.io/roboco/)** (source under [`docs/`](docs/)). Jump straight to: