-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add YouTube link to footer socials in docs.json #8544
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
base: main
Are you sure you want to change the base?
Conversation
- 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]>
…ekah/agent-docs
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]>
|
|
✅ Review Complete Code Review Summary |
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.
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"> |
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.
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.
+ </Card>
+
+ <Card title="Database Management" icon="database" href=" https://hub.continue.dev/continuedev/supabase-agent">
+ **Supabase Continuous AI Agent** - Database security and management workflows.
+
</file context>
| <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"> |
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.
Written for commit 34290c6. Summary will update automatically on new commits.