@@ -708,13 +708,23 @@ export default withMermaid(
708708
709709 "/dev-tools/" : [
710710 {
711- text : "Build and extend Plane" ,
711+ text : "Build on and extend Plane" ,
712712 items : [
713+ {
714+ text : "Agents" ,
715+ link : "/dev-tools/agents/overview" ,
716+ collapsed : false ,
717+ items : [
718+ { text : "Building an agent" , link : "/dev-tools/agents/building-an-agent" } ,
719+ { text : "Best practices" , link : "/dev-tools/agents/best-practices" } ,
720+ { text : "Signals and content payload" , link : "/dev-tools/agents/signals-content-payload" } ,
721+ ] ,
722+ } ,
713723 {
714724 text : "Build Plane App" ,
725+ link : "/dev-tools/build-plane-app/overview" ,
715726 collapsed : false ,
716727 items : [
717- { text : "Overview" , link : "/dev-tools/build-plane-app/overview" } ,
718728 { text : "Create an OAuth application" , link : "/dev-tools/build-plane-app/create-oauth-application" } ,
719729 { text : "Choose token Flow" , link : "/dev-tools/build-plane-app/choose-token-flow" } ,
720730 { text : "Handling webhooks" , link : "/dev-tools/build-plane-app/webhooks" } ,
@@ -723,20 +733,15 @@ export default withMermaid(
723733 { text : "Complete examples" , link : "/dev-tools/build-plane-app/examples" } ,
724734 ] ,
725735 } ,
736+
726737 {
727- text : "Agents" ,
738+ text : "MCP Server" ,
739+ link : "/dev-tools/mcp-server" ,
728740 collapsed : false ,
729- items : [
730- { text : "Overview" , link : "/dev-tools/agents/overview" } ,
731- { text : "Building an agent" , link : "/dev-tools/agents/building-an-agent" } ,
732- { text : "Best practices" , link : "/dev-tools/agents/best-practices" } ,
733- { text : "Signals and content payload" , link : "/dev-tools/agents/signals-content-payload" } ,
734- ] ,
741+ items : [ { text : "For Claude Code" , link : "/dev-tools/mcp-server-claude-code" } ] ,
735742 } ,
736- { text : "Webhooks" , link : "/dev-tools/intro-webhooks" } ,
737- { text : "MCP Server" , link : "/dev-tools/mcp-server" } ,
738- { text : "MCP Server for Claude Code" , link : "/dev-tools/mcp-server-claude-code" } ,
739743 { text : "Plane Compose" , link : "/dev-tools/plane-compose" } ,
744+ { text : "Webhooks" , link : "/dev-tools/intro-webhooks" } ,
740745 ] ,
741746 } ,
742747 ] ,
0 commit comments