|
|
@@ -86,6 +86,7 @@ const sidebars: SidebarsConfig = {
|
|
|
],
|
|
|
},
|
|
|
"basic-usage/adding-credits",
|
|
|
+ "basic-usage/settings-management",
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
@@ -129,21 +130,23 @@ const sidebars: SidebarsConfig = {
|
|
|
"plans/migration",
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ type: "category",
|
|
|
+ label: "Agent Behavior",
|
|
|
+ items: [
|
|
|
+ "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",
|
|
|
- {
|
|
|
- type: "category",
|
|
|
- label: "Customizing Kilo Code",
|
|
|
- items: [
|
|
|
- "advanced-usage/custom-rules",
|
|
|
- "advanced-usage/custom-instructions",
|
|
|
- "advanced-usage/migrating-from-cursor-windsurf",
|
|
|
- "features/slash-commands/workflows",
|
|
|
- ],
|
|
|
- },
|
|
|
+ "advanced-usage/migrating-from-cursor-windsurf",
|
|
|
{
|
|
|
type: "category",
|
|
|
label: "Advanced Context Features",
|
|
|
@@ -178,11 +181,6 @@ const sidebars: SidebarsConfig = {
|
|
|
"features/experimental/experimental-features",
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- type: "category",
|
|
|
- label: "Customization",
|
|
|
- items: ["features/settings-management", "features/custom-modes", "features/skills"],
|
|
|
- },
|
|
|
{
|
|
|
type: "category",
|
|
|
label: "Extending Kilo Code",
|