Browse Source

Create agent behavior section and move all customization there

Alex Gold 2 months ago
parent
commit
5ecc9998f2

+ 0 - 0
apps/kilocode-docs/docs/customization/custom-instructions.md → apps/kilocode-docs/docs/agent-behavior/custom-instructions.md


+ 0 - 0
apps/kilocode-docs/docs/customization/custom-modes.md → apps/kilocode-docs/docs/agent-behavior/custom-modes.md


+ 0 - 0
apps/kilocode-docs/docs/customization/custom-rules.md → apps/kilocode-docs/docs/agent-behavior/custom-rules.md


+ 0 - 0
apps/kilocode-docs/docs/advanced-usage/prompt-engineering.md → apps/kilocode-docs/docs/agent-behavior/prompt-engineering.md


+ 0 - 0
apps/kilocode-docs/docs/customization/skills.md → apps/kilocode-docs/docs/agent-behavior/skills.md


+ 0 - 0
apps/kilocode-docs/docs/customization/workflows.mdx → apps/kilocode-docs/docs/agent-behavior/workflows.mdx


+ 0 - 0
apps/kilocode-docs/docs/customization/settings-management.md → apps/kilocode-docs/docs/basic-usage/settings-management.md


+ 8 - 8
apps/kilocode-docs/sidebars.ts

@@ -86,6 +86,7 @@ const sidebars: SidebarsConfig = {
 					],
 				},
 				"basic-usage/adding-credits",
+				"basic-usage/settings-management",
 			],
 		},
 		{
@@ -131,21 +132,20 @@ const sidebars: SidebarsConfig = {
 		},
 		{
 			type: "category",
-			label: "Customization",
+			label: "Agent Behavior",
 			items: [
-				"customization/custom-modes",
-				"customization/custom-rules",
-				"customization/custom-instructions",
-				"customization/workflows",
-				"customization/settings-management",
-				"customization/skills",
+				"agent-behavior/prompt-engineering",
+				"agent-behavior/custom-modes",
+				"agent-behavior/custom-rules",
+				"agent-behavior/custom-instructions",
+				"agent-behavior/workflows",
+				"agent-behavior/skills",
 			],
 		},
 		{
 			type: "category",
 			label: "Advanced Usage",
 			items: [
-				"advanced-usage/prompt-engineering",
 				"advanced-usage/migrating-from-cursor-windsurf",
 				{
 					type: "category",