sidebars.ts 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"
  2. const sidebars: SidebarsConfig = {
  3. tutorialSidebar: [
  4. "index",
  5. {
  6. type: "category",
  7. label: "Getting Started",
  8. items: [
  9. "getting-started/installing",
  10. "getting-started/concepts",
  11. {
  12. type: "doc",
  13. id: "getting-started/setting-up",
  14. label: "Setup",
  15. },
  16. "getting-started/your-first-task",
  17. ],
  18. },
  19. {
  20. type: "category",
  21. label: "Using Kilo Code",
  22. items: [
  23. "basic-usage/the-chat-interface",
  24. "basic-usage/model-selection-guide",
  25. "basic-usage/using-modes",
  26. {
  27. type: "category",
  28. label: "Autocomplete",
  29. link: {
  30. type: "doc",
  31. id: "basic-usage/autocomplete/index",
  32. },
  33. items: ["basic-usage/autocomplete/mistral-setup"],
  34. },
  35. "basic-usage/context-mentions",
  36. {
  37. type: "category",
  38. label: "Basic Features",
  39. items: [
  40. "basic-usage/orchestrator-mode",
  41. "basic-usage/task-todo-list",
  42. "basic-usage/git-commit-generation",
  43. "features/browser-use",
  44. "features/code-actions",
  45. "features/system-notifications",
  46. "features/more-features",
  47. ],
  48. },
  49. {
  50. type: "category",
  51. label: "AI Model Providers",
  52. items: [
  53. "basic-usage/connecting-providers",
  54. "getting-started/connecting-api-provider",
  55. "features/api-configuration-profiles",
  56. "providers/kilocode",
  57. {
  58. type: "category",
  59. label: "Other Providers",
  60. items: [
  61. "providers/anthropic",
  62. "providers/bedrock",
  63. "providers/cerebras", // kilocode_change
  64. "providers/chutes-ai",
  65. "providers/claude-code",
  66. "providers/deepseek",
  67. "providers/fireworks",
  68. "providers/gemini",
  69. "providers/glama",
  70. "providers/groq",
  71. "providers/human-relay",
  72. "providers/inception", // kilocode_change
  73. "providers/lmstudio",
  74. "providers/minimax", // kilocode_change (M2 model update)
  75. "providers/mistral",
  76. "providers/moonshot", // kilocode_change
  77. "providers/ollama",
  78. "providers/openai",
  79. "providers/openai-compatible",
  80. "providers/openrouter",
  81. "providers/ovhcloud", // kilocode_change
  82. "providers/requesty",
  83. "providers/synthetic", // kilocode_change
  84. "providers/unbound",
  85. "providers/v0",
  86. "providers/vercel-ai-gateway",
  87. "providers/vertex",
  88. "providers/virtual-quota-fallback",
  89. "providers/vscode-lm",
  90. "providers/xai",
  91. ],
  92. },
  93. ],
  94. },
  95. "basic-usage/adding-credits",
  96. "basic-usage/settings-management",
  97. ],
  98. },
  99. {
  100. type: "category",
  101. label: "Core Concepts",
  102. items: [
  103. "features/auto-approving-actions",
  104. "features/suggested-responses",
  105. "basic-usage/how-tools-work",
  106. "features/enhance-prompt",
  107. "features/checkpoints",
  108. "tips-and-tricks",
  109. ],
  110. },
  111. {
  112. type: "category",
  113. label: "Kilo Paid Plans",
  114. items: [
  115. "plans/about",
  116. "plans/getting-started",
  117. "plans/dashboard",
  118. "plans/analytics",
  119. {
  120. type: "category",
  121. label: "AI Adoption Dashboard",
  122. items: [
  123. "plans/adoption-dashboard/overview",
  124. "plans/adoption-dashboard/understanding-your-score",
  125. "plans/adoption-dashboard/improving-your-score",
  126. "plans/adoption-dashboard/for-team-leads",
  127. ],
  128. },
  129. "plans/team-management",
  130. "plans/custom-modes",
  131. "plans/billing",
  132. {
  133. type: "category",
  134. label: "Enterprise-Only Features",
  135. items: ["plans/enterprise/SSO", "plans/enterprise/model-access", "plans/enterprise/audit-logs"],
  136. },
  137. "plans/migration",
  138. ],
  139. },
  140. {
  141. type: "category",
  142. label: "Agent Behavior",
  143. items: [
  144. "agent-behavior/prompt-engineering",
  145. "agent-behavior/agents-md",
  146. "agent-behavior/custom-modes",
  147. "agent-behavior/custom-rules",
  148. "agent-behavior/custom-instructions",
  149. "agent-behavior/workflows",
  150. "agent-behavior/skills",
  151. ],
  152. },
  153. {
  154. type: "category",
  155. label: "Advanced Usage",
  156. items: [
  157. "advanced-usage/migrating-from-cursor-windsurf",
  158. {
  159. type: "category",
  160. label: "Advanced Context Features",
  161. items: [
  162. "advanced-usage/memory-bank",
  163. "features/codebase-indexing",
  164. "advanced-usage/large-projects",
  165. ],
  166. },
  167. {
  168. type: "category",
  169. label: "Advanced AI Features",
  170. items: [
  171. "features/fast-edits",
  172. "features/model-temperature",
  173. "advanced-usage/rate-limits-costs",
  174. "advanced-usage/free-and-budget-models",
  175. "features/footgun-prompting",
  176. ],
  177. },
  178. "features/auto-launch-configuration",
  179. "advanced-usage/auto-cleanup",
  180. "advanced-usage/integrations",
  181. "advanced-usage/appbuilder",
  182. "advanced-usage/cloud-agent",
  183. "advanced-usage/code-reviews",
  184. "advanced-usage/deploy",
  185. "advanced-usage/managed-indexing",
  186. "advanced-usage/agent-manager",
  187. "advanced-usage/sessions",
  188. "features/experimental/experimental-features",
  189. ],
  190. },
  191. {
  192. type: "category",
  193. label: "Extending Kilo Code",
  194. items: [
  195. "advanced-usage/local-models",
  196. {
  197. type: "category",
  198. label: "Model Context Protocol (MCP)",
  199. items: [
  200. "features/mcp/overview",
  201. "features/mcp/using-mcp-in-kilo-code",
  202. "features/mcp/using-mcp-in-cli",
  203. "features/mcp/what-is-mcp",
  204. "features/mcp/server-transports",
  205. "features/mcp/mcp-vs-api",
  206. ],
  207. },
  208. "features/shell-integration",
  209. ],
  210. },
  211. {
  212. type: "category",
  213. label: "Contributing",
  214. items: [
  215. "contributing/index",
  216. "contributing/development-environment",
  217. {
  218. type: "category",
  219. label: "Architecture",
  220. items: [
  221. {
  222. type: "doc",
  223. id: "contributing/architecture/index",
  224. label: "Overview",
  225. },
  226. "contributing/architecture/annual-billing",
  227. "contributing/architecture/enterprise-mcp-controls",
  228. "contributing/architecture/onboarding-engagement-improvements",
  229. "contributing/architecture/organization-modes-library",
  230. "contributing/architecture/security-reviews",
  231. "contributing/architecture/track-repo-url",
  232. "contributing/architecture/vercel-ai-gateway",
  233. "contributing/architecture/voice-transcription",
  234. ],
  235. },
  236. ],
  237. },
  238. {
  239. type: "category",
  240. label: "Tools Reference",
  241. items: [
  242. "features/tools/tool-use-overview",
  243. "features/tools/access-mcp-resource",
  244. "features/tools/apply-diff",
  245. "features/tools/ask-followup-question",
  246. "features/tools/attempt-completion",
  247. "features/tools/browser-action",
  248. "features/tools/delete-file",
  249. "features/tools/execute-command",
  250. "features/tools/list-code-definition-names",
  251. "features/tools/list-files",
  252. "features/tools/new-task",
  253. "features/tools/read-file",
  254. "features/tools/search-files",
  255. "features/tools/switch-mode",
  256. "features/tools/update-todo-list",
  257. "features/tools/use-mcp-tool",
  258. "features/tools/write-to-file",
  259. ],
  260. },
  261. "cli",
  262. "slack",
  263. ],
  264. }
  265. export default sidebars