Skip to content

Commit fd6d0c2

Browse files
bdougieContinue
andauthored
docs: Add Chrome DevTools Performance Cookbook with MCP integration (#8088)
* docs: add Chrome DevTools Performance Cookbook guide - Add chrome-devtools-mcp-performance to docs navigation - Include Chrome DevTools guide in overview with description - Reorganize cookbook order in overview for better flow Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * docs: improve formatting in Chrome DevTools Performance guide - Convert 'What You've Built' section to proper list format with bullets - Add left alignment to Performance Issue Quick Reference table - Enhance readability with bold formatting for key phrases Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * docs: update Chrome DevTools guide with Hub integration and fixes - Replace JSON config with proper YAML format following Continue Hub schema - Add pre-built agent workflow using continuedev/chrome-dev-continuous - Reference official Chrome DevTools MCP at hub.continue.dev/google/chrome-devtools-mcp - Fix Card icon rendering issue (rocket instead of zap with emoji) - Update Node.js prerequisite from 18+ to 20+ - Follow PostHog cookbook structure for consistency Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * Fix Chrome DevTools guide to remove cn prefix in TUI step - Updated Step 2 in Quick Start to clarify users are already in TUI mode - Changed 'From your project directory, run: cn "..."' to 'In the TUI that opens, type: ...' - This matches the workflow where Step 1 runs 'cn --config' which opens TUI - Also updated wording in other guides from 'Navigate to' to 'From' for clarity Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * Fix Chrome DevTools GitHub Actions workflow to use cn --config - Removed invalid 'cn auth login' command - Updated to use 'cn --config continuedev/chrome-dev-continuous' like dlt cookbook - Added --auto flag for headless execution - Fixed line continuation formatting for better readability Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> --------- Co-authored-by: Continue <[email protected]>
1 parent 2883f91 commit fd6d0c2

6 files changed

+804
-4
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@
264264
"guides/sanity-mcp-continue-cookbook",
265265
"guides/snyk-mcp-continue-cookbook",
266266
"guides/dlt-mcp-continue-cookbook",
267-
"guides/netlify-mcp-continuous-deployment"
267+
"guides/netlify-mcp-continuous-deployment",
268+
"guides/chrome-devtools-mcp-performance"
268269
]
269270
}
270271
]

0 commit comments

Comments
 (0)