Updates documentation to reflect the UI changes from PR #5264:
- 'Modes' settings tab renamed to 'Agent Behaviour'
- Four sub-tabs: Modes, MCP Servers, Rules, Workflows
- MCP Servers no longer in top bar
- Updated navigation instructions throughout docs
Removed multiple practical examples and guidelines related to React, backend API, security, documentation, testing, and project standards from agents-md.md.
- Created new documentation page for AGENTS.md files in Agent Behavior section
- Covers what AGENTS.md is, syntax, file location, practical examples, and best practices
- Explains how AGENTS.md works in Kilo Code and interacts with other configuration systems
- Includes troubleshooting, migration guides, and advanced topics
- Added page to sidebars.ts navigation under Agent Behavior section
- Added changeset for documentation addition
Update all internal documentation links to reflect the new structure where
customization-related docs were moved from various locations to the
'agent-behavior' section. This includes:
- Custom modes: /features/custom-modes → /agent-behavior/custom-modes
- Custom rules: /advanced-usage/custom-rules → /agent-behavior/custom-rules
- Custom instructions: /advanced-usage/custom-instructions → /agent-behavior/custom-instructions
- Prompt engineering: /advanced-usage/prompt-engineering → /agent-behavior/prompt-engineering
- Settings management: /features/settings-management → /basic-usage/settings-management
Fixed links in both English and Chinese (zh-CN) documentation.