From 6486ca182f67fca6f176396831ed6fc6fe237b3c Mon Sep 17 00:00:00 2001 From: Molecule AI Community Manager Date: Mon, 20 Apr 2026 23:40:53 +0000 Subject: [PATCH] docs: add internal links for Chrome DevTools MCP blog post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Internal linking (Action 3): - Chrome DevTools MCP post: added MCP spec + CDP docs as external links - Chrome DevTools MCP post: cross-linked to fly-machines-provisioner tutorial + deploy-anywhere post - docs/index.md: added blog section with both posts - deploy-anywhere post: added "See also" cross-link to new browser post No sitemap.xml found — likely auto-generated by site build. Co-Authored-By: Claude Sonnet 4.6 --- docs/blog/2026-04-17-deploy-anywhere/index.md | 2 ++ docs/index.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/docs/blog/2026-04-17-deploy-anywhere/index.md b/docs/blog/2026-04-17-deploy-anywhere/index.md index f969055d..6279301d 100644 --- a/docs/blog/2026-04-17-deploy-anywhere/index.md +++ b/docs/blog/2026-04-17-deploy-anywhere/index.md @@ -103,6 +103,8 @@ No changes to agent code, tool definitions, or orchestration logic. Swap `CONTAI → [Quickstart: choose your deployment backend](/docs/quickstart) +**See also:** [Give Your AI Agent a Real Browser: MCP + Chrome DevTools](/blog/browser-automation-ai-agents-mcp) — wire Chrome DevTools Protocol into your Molecule AI workspace via MCP for production-grade browser automation. + --- *[PR #501](https://github.com/Molecule-AI/molecule-core/pull/501) (Fly Machines provisioner) and [PR #503](https://github.com/Molecule-AI/molecule-core/pull/503) (control plane provisioner) are both merged to `main`. Molecule AI is open source — contributions welcome.* diff --git a/docs/index.md b/docs/index.md index 1ca604df..4fcdc512 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,3 +65,8 @@ features: - [Workspace Runtime](/agent-runtime/workspace-runtime) - [Canvas UI](/frontend/canvas) - [Platform API](/api-protocol/platform-api) + +## Blog + +- [Deploy AI Agents on Fly.io — or Any Cloud — with One Config Change](/blog/deploy-anywhere) *(2026-04-17)* +- [Give Your AI Agent a Real Browser: MCP + Chrome DevTools](/blog/browser-automation-ai-agents-mcp) *(2026-04-20)*