Skip to content

Conversation

@BekahHW
Copy link
Collaborator

@BekahHW BekahHW commented Oct 31, 2025

Summary

This PR adds the Continue YouTube channel link to the footer socials section in the documentation configuration.

Changes

Why this change?

This makes the YouTube channel more discoverable for users browsing the documentation, helping them find video tutorials and other content on the Continue YouTube channel.


Summary by cubic

Added the YouTube channel to the docs footer and overhauled Agents documentation with new pages, a clearer getting started guide, and updated navigation to make Mission Control and agent workflows easier to find.

  • New Features
    • Added hub/agents/overview.mdx and hub/agents/create-and-edit.mdx with step-by-step guides, examples, and assets.
    • Updated hub/agents/intro.mdx into a focused quick start with run modes and best practices.
    • Updated docs.json navigation: Agents icon set to robot; added intro, overview, and create-and-edit pages.
    • Added Mission Control and Hub overview images/GIFs.
    • Added YouTube link to footer socials.

Written for commit 34290c6. Summary will update automatically on new commits.

BekahHW and others added 13 commits October 29, 2025 12:31
- Created hub/agents/overview.mdx with detailed agent concepts, usage patterns, and pre-configured agent listings
- Created hub/agents/create-and-edit.mdx with step-by-step guides for building custom agents
- Updated hub/agents/intro.mdx to be a focused getting-started guide with quick start flow
- Added agent pages to docs.json navigation structure
- Aligned documentation with Mission Control UI and actual agent capabilities
- Included references to cookbook agents and MCP integration examples

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
@BekahHW BekahHW requested a review from a team as a code owner October 31, 2025 19:19
@BekahHW BekahHW requested review from sestinj and removed request for a team October 31, 2025 19:19
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Oct 31, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Oct 31, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 8 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="docs/hub/agents/create-and-edit.mdx">

<violation number="1" location="docs/hub/agents/create-and-edit.mdx:244">
Remove the unintended leading space before the Supabase URL so the Card component recognizes it as an external link and renders the correct anchor.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

Handles issue triage, PR reviews, and release note generation with natural language prompts.
</Card>

<Card title="Database Management" icon="database" href=" https://hub.continue.dev/continuedev/supabase-agent">
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the unintended leading space before the Supabase URL so the Card component recognizes it as an external link and renders the correct anchor.

Prompt for AI agents
Address the following comment on docs/hub/agents/create-and-edit.mdx at line 244:

<comment>Remove the unintended leading space before the Supabase URL so the Card component recognizes it as an external link and renders the correct anchor.</comment>

<file context>
@@ -0,0 +1,261 @@
+    Handles issue triage, PR reviews, and release note generation with natural language prompts.
+  &lt;/Card&gt;
+
+  &lt;Card title=&quot;Database Management&quot; icon=&quot;database&quot; href=&quot; https://hub.continue.dev/continuedev/supabase-agent&quot;&gt;
+    **Supabase Continuous AI Agent** - Database security and management workflows.
+    
</file context>
Suggested change
<Card title="Database Management" icon="database" href=" https://hub.continue.dev/continuedev/supabase-agent">
<Card title="Database Management" icon="database" href="https://hub.continue.dev/continuedev/supabase-agent">
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants