-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: add Continue Docs MCP cookbook and update navigation #8082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add comprehensive Continue Docs MCP cookbook guide - Update docs.json navigation with new cookbook entries - Add dlt and Sanity MCP cookbook links to overview - Include GitHub Actions workflow for documentation checks - Add Sentry error analysis utility scripts This cookbook demonstrates how to use the Continue Docs MCP to: - Research existing documentation patterns - Create new cookbooks with AI assistance - Maintain consistency across documentation - Automate documentation quality checks Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
- Remove analyze-sentry-errors.js (Sentry analysis utility) - Remove docs/test-sentry-mcp.js (MCP test script) - Remove .github/workflows/docs-update-check.yml (docs automation workflow) These files were not part of the core documentation changes and should be handled separately from the cookbook documentation. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Add link to continue-docs-mcp-cookbook in the MCP Integration Cookbooks section of the guides overview page. Places it at the top of the list as it's the most relevant for contributors working on documentation. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Remove references to guides/sanity-mcp-continue-cookbook from: - docs/docs.json navigation - docs/guides/overview.mdx MCP cookbooks section The Sanity MCP cookbook is not yet available, so removing the broken link to prevent 404 errors. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
✅ Review Complete Likely cause: Expired CONTINUE_API_KEY or missing continuedev/review-bot assistant 📋 View workflow logs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 issues found across 3 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/guides/overview.mdx">
<violation number="1" location="docs/guides/overview.mdx:27">
This new navigation entry links to /guides/sanity-mcp-continue-cookbook, but there is no corresponding guide file, so users will hit a 404. Please add the missing guide or remove/replace the link.</violation>
</file>
<file name="docs/guides/continue-docs-mcp-cookbook.mdx">
<violation number="1" location="docs/guides/continue-docs-mcp-cookbook.mdx:377">
Hard-coding `origin/main` here breaks the workflow for PRs targeting any other base branch; use the PR’s actual base ref instead.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
This looks great. Seems like there are some broken links, but otherwise looks good to go. |
I worked on it in the same session build the Sanity one. I merge and hopefully get the sanity one in today too. |
Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR adds a comprehensive Continue Docs MCP cookbook that demonstrates how to use the Continue Docs MCP to contribute documentation, create cookbooks, and maintain consistency across Continue's docs through natural language prompts.
Key Changes:
The cookbook covers:
AI Code Review
@continue-review
Checklist
Screen recording or screenshot
The cookbook includes extensive examples and can be previewed locally using
npm run dev
in the docs directory. It follows the same structure and formatting as existing cookbooks like the dlt and Sanity MCP cookbooks.Tests
https://continue-docs-bdougie-continue-docs-mcp-cookbook.mintlify.app/
Summary by cubic
Adds a new Continue Docs MCP cookbook and updates navigation to make it easy to find. This helps contributors write and maintain docs with consistent patterns and workflows.