Skip to content

Commit 9f6447c

Browse files
committed
rename coder-ai dir
1 parent 859dd2f commit 9f6447c

11 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -670,61 +670,61 @@
670670
{
671671
"title": "Run AI Coding Agents in Coder",
672672
"description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
673-
"path": "./coder-ai/index.md",
673+
"path": "./ai-coder/index.md",
674674
"icon_path": "./images/icons/wand.svg",
675675
"state": ["early access"],
676676
"children": [
677677
{
678678
"title": "Learn about coding agents",
679679
"description": "Learn about the different AI agents and their tradeoffs",
680-
"path": "./coder-ai/agents.md"
680+
"path": "./ai-coder/agents.md"
681681
},
682682
{
683683
"title": "Create a Coder template for agents",
684684
"description": "Create a purpose-built template for your AI agents",
685-
"path": "./coder-ai/create-template.md",
685+
"path": "./ai-coder/create-template.md",
686686
"state": ["early access"]
687687
},
688688
{
689689
"title": "Integrate with your issue tracker",
690690
"description": "Assign tickets to AI agents and interact via code reviews",
691-
"path": "./coder-ai/issue-tracker.md",
691+
"path": "./ai-coder/issue-tracker.md",
692692
"state": ["early access"]
693693
},
694694
{
695695
"title": "Model Context Protocols (MCP) and adding AI tools",
696696
"description": "Improve results by adding tools to your AI agents",
697-
"path": "./coder-ai/best-practices.md",
697+
"path": "./ai-coder/best-practices.md",
698698
"state": ["early access"]
699699
},
700700
{
701701
"title": "Supervise agents via Coder UI",
702702
"description": "Interact with agents via the Coder UI",
703-
"path": "./coder-ai/coder-dashboard.md",
703+
"path": "./ai-coder/coder-dashboard.md",
704704
"state": ["early access"]
705705
},
706706
{
707707
"title": "Supervise agents via the IDE",
708708
"description": "Interact with agents via VS Code or Cursor",
709-
"path": "./coder-ai/ide-integration.md",
709+
"path": "./ai-coder/ide-integration.md",
710710
"state": ["early access"]
711711
},
712712
{
713713
"title": "Programmatically manage agents",
714714
"description": "Manage agents via MCP, the Coder CLI, and/or REST API",
715-
"path": "./coder-ai/headless.md",
715+
"path": "./ai-coder/headless.md",
716716
"state": ["early access"]
717717
},
718718
{
719719
"title": "Securing agents in Coder",
720720
"description": "Learn how to secure agents with boundaries",
721-
"path": "./coder-ai/securing.md",
721+
"path": "./ai-coder/securing.md",
722722
"state": ["early access"]
723723
},
724724
{
725725
"title": "Custom agents",
726726
"description": "Learn how to use custom agents with Coder",
727-
"path": "./coder-ai/custom-agents.md",
727+
"path": "./ai-coder/custom-agents.md",
728728
"state": ["early access"]
729729
}
730730
]

0 commit comments

Comments
 (0)