Docs split Phase 1: docs.roboco.tech becomes canonical — redirect stubs, user tree removed, MkDocs retired (#299)

* docs: replace MkDocs deploy with static redirect stubs

docs.roboco.tech (roboco-website) is now the canonical user-facing docs
site (spec: docs/internal/specs/2026-07-03-docs-site-split.md). Every URL
this repo's Pages site published needs to keep resolving, so
scripts/gen_docs_redirects.py generates one meta-refresh + rel=canonical
stub per page — derived from mkdocs.yml's nav while it still lists every
page — into the committed docs-redirects/ directory. All 58 stub targets
verify against the website repo's nav.ts (0 unmapped); the only rename is
how-to/* -> tour/* per the spec's slug map.

Rewrite .github/workflows/docs.yml to deploy docs-redirects/ directly
instead of running `mkdocs build`. The user-facing docs/ tree and
mkdocs.yml itself are untouched here — deleting them is the next step,
gated on these stubs resolving correctly.

* docs: delete the MkDocs user-facing tree, docs.roboco.tech is canonical

Per docs/internal/specs/2026-07-03-docs-site-split.md decision (1):
Material->MDX is not verbatim-portable, so repo A's user-facing docs are
deleted rather than kept as a permanently-drifting mirror. Deletes
index/get-started/company/how-to/panel/models/operations/optional/deploy/
api/troubleshooting plus images/videos/assets. KEEPS docs/rag/ (indexed
agent corpus), docs/map/, docs/internal/, and the team buckets
(backend/frontend/ux_ui) — none of these were ever in mkdocs.yml's nav.

mkdocs.yml's entire nav mapped 1:1 onto the deleted tree, so pruning it
"accordingly" leaves nothing — remove it outright, along with the now-dead
`docs` optional-dependency group (mkdocs/mkdocs-material/mkdocstrings/
pymarkdownlnt — mkdocstrings was already unused, not wired into any mkdocs
plugin), the matching deptry DEP002 ignore entries, .pymarkdown.json, and
the serve-docs/build-docs/lint-docs/fix-docs Makefile targets (all scoped
only to the deleted paths). Add regen-docs-redirects as the one remaining
docs Makefile target.

Repointed everything that linked into the deleted tree or the old Pages
URL: README's hero video/gif and walkthrough links now hit the docs.roboco.tech-hosted
copies (already duplicated there per the spec's ground truth), usage.md /
deployment.md's jump-links, pyproject's Documentation URL, and CLAUDE.md's
Blueprint Reference paragraph.

* chore: sync uv.lock after removing the docs optional-dependency group

Follow-up to the mkdocs.yml / docs extra removal — mkdocs, mkdocs-material,
mkdocstrings, pymarkdownlnt, and their transitive-only dependencies drop
out of the lockfile now that nothing in pyproject.toml declares them.

---------

Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
Renzo F
2026-07-03 02:04:59 +02:00
committed by GitHub
co-authored by Renn F
parent 876e19b389
commit 5936c2bdea
158 changed files with 917 additions and 4473 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Authentication</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/api/auth">
<link rel="canonical" href="https://docs.roboco.tech/docs/api/auth">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/api/auth">https://docs.roboco.tech/docs/api/auth</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>API Reference</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/api">
<link rel="canonical" href="https://docs.roboco.tech/docs/api">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/api">https://docs.roboco.tech/docs/api</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>REST API</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/api/rest-api">
<link rel="canonical" href="https://docs.roboco.tech/docs/api/rest-api">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/api/rest-api">https://docs.roboco.tech/docs/api/rest-api</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebSocket streams</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/api/websockets">
<link rel="canonical" href="https://docs.roboco.tech/docs/api/websockets">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/api/websockets">https://docs.roboco.tech/docs/api/websockets</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>How agents are sandboxed</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company/agent-gateway">
<link rel="canonical" href="https://docs.roboco.tech/docs/company/agent-gateway">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company/agent-gateway">https://docs.roboco.tech/docs/company/agent-gateway</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Company</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company">
<link rel="canonical" href="https://docs.roboco.tech/docs/company">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company">https://docs.roboco.tech/docs/company</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MegaTask — batched, sequenced work</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company/megatask">
<link rel="canonical" href="https://docs.roboco.tech/docs/company/megatask">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company/megatask">https://docs.roboco.tech/docs/company/megatask</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The merge model</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company/merge-model">
<link rel="canonical" href="https://docs.roboco.tech/docs/company/merge-model">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company/merge-model">https://docs.roboco.tech/docs/company/merge-model</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Org & roles</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company/org-and-roles">
<link rel="canonical" href="https://docs.roboco.tech/docs/company/org-and-roles">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company/org-and-roles">https://docs.roboco.tech/docs/company/org-and-roles</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The task lifecycle</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/company/task-lifecycle">
<link rel="canonical" href="https://docs.roboco.tech/docs/company/task-lifecycle">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/company/task-lifecycle">https://docs.roboco.tech/docs/company/task-lifecycle</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap & seeds</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/deploy/bootstrap-and-seeds">
<link rel="canonical" href="https://docs.roboco.tech/docs/deploy/bootstrap-and-seeds">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/deploy/bootstrap-and-seeds">https://docs.roboco.tech/docs/deploy/bootstrap-and-seeds</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Data & migrations</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/deploy/data-and-migrations">
<link rel="canonical" href="https://docs.roboco.tech/docs/deploy/data-and-migrations">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/deploy/data-and-migrations">https://docs.roboco.tech/docs/deploy/data-and-migrations</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Deployment</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/deploy/deployment">
<link rel="canonical" href="https://docs.roboco.tech/docs/deploy/deployment">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/deploy/deployment">https://docs.roboco.tech/docs/deploy/deployment</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Environment reference</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/deploy/env-reference">
<link rel="canonical" href="https://docs.roboco.tech/docs/deploy/env-reference">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/deploy/env-reference">https://docs.roboco.tech/docs/deploy/env-reference</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Configure & Deploy</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/deploy">
<link rel="canonical" href="https://docs.roboco.tech/docs/deploy">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/deploy">https://docs.roboco.tech/docs/deploy</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Register your first project</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/get-started/first-project">
<link rel="canonical" href="https://docs.roboco.tech/docs/get-started/first-project">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/get-started/first-project">https://docs.roboco.tech/docs/get-started/first-project</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Your first task</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/get-started/first-task">
<link rel="canonical" href="https://docs.roboco.tech/docs/get-started/first-task">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/get-started/first-task">https://docs.roboco.tech/docs/get-started/first-task</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Get Started</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/get-started">
<link rel="canonical" href="https://docs.roboco.tech/docs/get-started">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/get-started">https://docs.roboco.tech/docs/get-started</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Install & first run</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/get-started/installation">
<link rel="canonical" href="https://docs.roboco.tech/docs/get-started/installation">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/get-started/installation">https://docs.roboco.tech/docs/get-started/installation</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The shape of the company</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour/01-the-company">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour/01-the-company">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour/01-the-company">https://docs.roboco.tech/docs/tour/01-the-company</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>It starts with you</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour/02-it-starts-with-you">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour/02-it-starts-with-you">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour/02-it-starts-with-you">https://docs.roboco.tech/docs/tour/02-it-starts-with-you</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The cells build it</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour/03-the-cells-build-it">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour/03-the-cells-build-it">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour/03-the-cells-build-it">https://docs.roboco.tech/docs/tour/03-the-cells-build-it</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The last call — and the loop</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour/04-the-last-call-and-the-loop">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour/04-the-last-call-and-the-loop">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour/04-the-last-call-and-the-loop">https://docs.roboco.tech/docs/tour/04-the-last-call-and-the-loop</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The business workflow</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour/05-the-business-workflow">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour/05-the-business-workflow">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour/05-the-business-workflow">https://docs.roboco.tech/docs/tour/05-the-business-workflow</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Tour</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/tour">
<link rel="canonical" href="https://docs.roboco.tech/docs/tour">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/tour">https://docs.roboco.tech/docs/tour</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs">
<link rel="canonical" href="https://docs.roboco.tech/docs">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs">https://docs.roboco.tech/docs</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Running on Grok</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/models/grok">
<link rel="canonical" href="https://docs.roboco.tech/docs/models/grok">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/models/grok">https://docs.roboco.tech/docs/models/grok</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Choosing & Running Models</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/models">
<link rel="canonical" href="https://docs.roboco.tech/docs/models">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/models">https://docs.roboco.tech/docs/models</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Provider routing</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/models/provider-routing">
<link rel="canonical" href="https://docs.roboco.tech/docs/models/provider-routing">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/models/provider-routing">https://docs.roboco.tech/docs/models/provider-routing</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resilience</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/models/resilience">
<link rel="canonical" href="https://docs.roboco.tech/docs/models/resilience">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/models/resilience">https://docs.roboco.tech/docs/models/resilience</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cost & usage</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/operations/cost-and-usage">
<link rel="canonical" href="https://docs.roboco.tech/docs/operations/cost-and-usage">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/operations/cost-and-usage">https://docs.roboco.tech/docs/operations/cost-and-usage</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Health & metrics</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/operations/health-and-metrics">
<link rel="canonical" href="https://docs.roboco.tech/docs/operations/health-and-metrics">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/operations/health-and-metrics">https://docs.roboco.tech/docs/operations/health-and-metrics</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cost & Observability</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/operations">
<link rel="canonical" href="https://docs.roboco.tech/docs/operations">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/operations">https://docs.roboco.tech/docs/operations</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Autonomous maintenance</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/autonomous-maintenance">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/autonomous-maintenance">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/autonomous-maintenance">https://docs.roboco.tech/docs/optional/autonomous-maintenance</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Architectural Conventions</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/conventions">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/conventions">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/conventions">https://docs.roboco.tech/docs/optional/conventions</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTTP security (fastapi-guard)</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/http-security">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/http-security">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/http-security">https://docs.roboco.tech/docs/optional/http-security</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Optional Subsystems</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional">https://docs.roboco.tech/docs/optional</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pitch provisioning</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/pitch-provisioning">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/pitch-provisioning">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/pitch-provisioning">https://docs.roboco.tech/docs/optional/pitch-provisioning</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>External / internal PR review</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/pr-review">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/pr-review">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/pr-review">https://docs.roboco.tech/docs/optional/pr-review</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Self-healing CI</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/self-heal">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/self-heal">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/self-heal">https://docs.roboco.tech/docs/optional/self-heal</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Strategy engine</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/strategy-engine">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/strategy-engine">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/strategy-engine">https://docs.roboco.tech/docs/optional/strategy-engine</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Toolchain matching</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/toolchain-matching">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/toolchain-matching">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/toolchain-matching">https://docs.roboco.tech/docs/optional/toolchain-matching</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web research</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/optional/web-research">
<link rel="canonical" href="https://docs.roboco.tech/docs/optional/web-research">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/optional/web-research">https://docs.roboco.tech/docs/optional/web-research</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Agents & Work Sessions</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/agents-and-work-sessions">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/agents-and-work-sessions">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/agents-and-work-sessions">https://docs.roboco.tech/docs/panel/agents-and-work-sessions</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Auditor</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/auditor">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/auditor">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/auditor">https://docs.roboco.tech/docs/panel/auditor</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Business</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/business">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/business">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/business">https://docs.roboco.tech/docs/panel/business</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Command Center</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/command-center">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/command-center">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/command-center">https://docs.roboco.tech/docs/panel/command-center</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Communications & Journals</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/communications-and-journals">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/communications-and-journals">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/communications-and-journals">https://docs.roboco.tech/docs/panel/communications-and-journals</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Git</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/git">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/git">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/git">https://docs.roboco.tech/docs/panel/git</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Operating the Panel</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel">https://docs.roboco.tech/docs/panel</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Knowledge Base</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/knowledge-base">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/knowledge-base">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/knowledge-base">https://docs.roboco.tech/docs/panel/knowledge-base</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Metrics</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/metrics">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/metrics">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/metrics">https://docs.roboco.tech/docs/panel/metrics</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Projects & Products</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/projects-and-products">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/projects-and-products">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/projects-and-products">https://docs.roboco.tech/docs/panel/projects-and-products</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Settings</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/settings">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/settings">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/settings">https://docs.roboco.tech/docs/panel/settings</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tasks & Kanban</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/tasks-and-kanban">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/tasks-and-kanban">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/tasks-and-kanban">https://docs.roboco.tech/docs/panel/tasks-and-kanban</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Common issues</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/troubleshooting/common-issues">
<link rel="canonical" href="https://docs.roboco.tech/docs/troubleshooting/common-issues">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/troubleshooting/common-issues">https://docs.roboco.tech/docs/troubleshooting/common-issues</a>.</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Troubleshooting & Security</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/troubleshooting">
<link rel="canonical" href="https://docs.roboco.tech/docs/troubleshooting">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/troubleshooting">https://docs.roboco.tech/docs/troubleshooting</a>.</p>
</body>
</html>
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Security</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/troubleshooting/security">
<link rel="canonical" href="https://docs.roboco.tech/docs/troubleshooting/security">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/troubleshooting/security">https://docs.roboco.tech/docs/troubleshooting/security</a>.</p>
</body>
</html>