Skip to content

Commit 7633762

Browse files
authored
Modified the Build and extend section (#223)
* Modified the Build and extend section * added redirect for deleted page * coderabbit fixes * Moved Claude Code under MCP Server section * minor fix * formatting fixes * formatting fixes
1 parent 80ddfcb commit 7633762

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
],

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
{
8181
"source": "/plane-one/introduction",
8282
"destination": "/self-hosting/overview"
83+
},
84+
{
85+
"source": "/dev-tools/build-plane-app",
86+
"destination": "/dev-tools/build-plane-app/overview"
8387
}
8488
]
8589
}

0 commit comments

Comments
 (0)