docs: drop the unowned roboco.dev custom domain; serve on github.io

roboco.dev is not ours, so the docs.roboco.dev custom domain can never resolve. Remove the docs/CNAME and the custom-domain site_url, and point the advertised docs URL at the free GitHub Pages project URL (https://rennf93.github.io/roboco/) — no DNS required.
This commit is contained in:
Renn F
2026-06-22 16:09:05 +02:00
parent 8e87506da4
commit 28bb3b4374
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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:
-1
View File
@@ -1 +0,0 @@
docs.roboco.dev
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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: