Surface agent function under Knock AI sidebar section - #1410
Merged
Conversation
Adds an Agent function landing page under /ai so builders exploring Knock's AI capabilities can discover the workflow function, and moves the Knock AI section above Workflows so it sits alongside Concepts as a top-level area.
Removes the beta callout now that agent function is generally available, matching the beta tag removal in the sidebar.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk MEDIUM: Adds a new agent function landing page under the Knock AI sidebar section, reorders the sidebar, and removes beta flags from several entries.
Reasons
- A new MDX page is added (
content/ai/agent-function.mdx), which introduces a new route that needs verification. - Sidebar navigation is modified (
data/sidebars/platformSidebar.ts), reordering the Knock AI section and removingisBetaflags from multiple entries — this affects site-wide navigation. - Changes span multiple documentation sections (
content/ai/andcontent/designing-workflows/). - The sidebar restructuring moves the Knock AI section from below "Manage your account" to between "Concepts" and "Workflows", which changes navigation ordering for all users.
- Total diff is modest (51+/34-) and limited to content and sidebar config — no component, build, or dependency changes.
Notes
- Verify the new
/ai/agent-functionroute renders correctly and the link to/designing-workflows/ai-agent-functionresolves properly. - Confirm the Knock AI sidebar section appears in the intended position (between Concepts and Workflows) and all four entries (Knock agent, Agent function, MCP server, Skills) display without beta badges.
- Check that removing the beta callout from
content/designing-workflows/ai-agent-function.mdxdoesn't leave any awkward spacing or layout issues in the rendered page. - The new page references an image at
/images/designing-workflows/agent-function.png— confirm this image already exists in the repo.
Sent by Cursor Automation: Docs PR classifier
JEverhart383
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
/ai/agent-functionso builders browsing the Knock AI section can discover the workflow function and jump to the full reference.isBetafrom the Knock agent, agent function (both Knock AI and Workflows sidebar entries), and experiment function sidebar entries, and removes the beta callout from the agent function reference page.Test plan
yarn devand confirm the Knock AI section renders above Workflows with Knock agent, Agent function, MCP server, and Skills entries (no beta badges)./ai/agent-functionand verify the hero image, intro, disambiguation callout, and the link to/designing-workflows/ai-agent-functionall render correctly./designing-workflows/ai-agent-functionand confirm the beta callout is gone and the page still reads cleanly.