mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
@@ -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 +0,0 @@
|
||||
docs.roboco.dev
|
||||
+1
-1
@@ -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
@@ -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,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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user