docs: publish the Daytona migration guide (fix README dead link)#74
docs: publish the Daytona migration guide (fix README dead link)#74stubbi wants to merge 1 commit into
Conversation
README links https://mitos.run/docs/migrating-from-daytona but the slug was missing from the docs allowlist, so the page 404s while migrating-from-e2b resolves. The doc exists in mitos-run/mitos docs/migrating-from-daytona.md (shipped in mitos #592); add it to the Migrating group so the sync publishes it and the README link resolves. Signed-off-by: Jannes Stubbemann <jannes@openclaw.rocks> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDocs Manifest Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related PRs: None found. Suggested labels: None Suggested reviewers: None Poem: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
What
Publish the Daytona migration guide on the docs site by adding
migrating-from-daytonato the docs allowlist.Why
The mitos README links
https://mitos.run/docs/migrating-from-daytona(next to the E2B one) in its integrations paragraph, but that slug was missing fromscripts/lib/docs-manifest.mjs, so the page 404s whilemigrating-from-e2bresolves. That is a dead link on a competitor-migration path we actively promote.The doc already exists in
mitos-run/mitosatdocs/migrating-from-daytona.md(shipped in mitos#592, the Daytona runtime went private so the migration story is a live GTM lever). This one-line allowlist add makes the sync publish it so the README link resolves and the Migrating group lists both E2B and Daytona.Verification
curl -sL https://mitos.run/docs/migrating-from-daytona-> 404;.../migrating-from-e2b-> 200.docs/migrating-from-daytona.mdon mitos@main), so the loud-fail sync check passes.https://mitos.run/docs/migrating-from-daytonareturns 200 and appears under Migrating in the docs nav.🤖 Generated with Claude Code
Summary by CodeRabbit