sidebars.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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. "basic-usage/autocomplete",
  27. "basic-usage/context-mentions",
  28. {
  29. type: "category",
  30. label: "Basic Features",
  31. items: [
  32. "basic-usage/orchestrator-mode",
  33. "basic-usage/task-todo-list",
  34. "basic-usage/git-commit-generation",
  35. "features/browser-use",
  36. "features/code-actions",
  37. "features/system-notifications",
  38. "features/more-features",
  39. ],
  40. },
  41. {
  42. type: "category",
  43. label: "AI Model Providers",
  44. items: [
  45. "basic-usage/connecting-providers",
  46. "getting-started/connecting-api-provider",
  47. "features/api-configuration-profiles",
  48. "providers/kilocode",
  49. {
  50. type: "category",
  51. label: "Other Providers",
  52. items: [
  53. "providers/anthropic",
  54. "providers/bedrock",
  55. "providers/chutes-ai",
  56. "providers/claude-code",
  57. "providers/deepseek",
  58. "providers/fireworks",
  59. "providers/vertex",
  60. "providers/glama",
  61. "providers/gemini",
  62. "providers/groq",
  63. "providers/human-relay",
  64. "providers/lmstudio",
  65. "providers/mistral",
  66. "providers/ollama",
  67. "providers/openai",
  68. "providers/openai-compatible",
  69. "providers/openrouter",
  70. "providers/requesty",
  71. "providers/unbound",
  72. "providers/v0",
  73. "providers/vercel-ai-gateway",
  74. "providers/virtual-quota-fallback",
  75. "providers/vscode-lm",
  76. "providers/xai",
  77. ],
  78. },
  79. ],
  80. },
  81. "basic-usage/adding-tokens",
  82. ],
  83. },
  84. {
  85. type: "category",
  86. label: "Core Concepts",
  87. items: [
  88. "features/auto-approving-actions",
  89. "features/suggested-responses",
  90. "basic-usage/how-tools-work",
  91. "features/enhance-prompt",
  92. "features/checkpoints",
  93. "tips-and-tricks",
  94. ],
  95. },
  96. {
  97. type: "category",
  98. label: "Kilo for Teams",
  99. items: [
  100. "teams/getting-started",
  101. "teams/roles-permissions",
  102. "teams/dashboard",
  103. "teams/team-management",
  104. "teams/billing",
  105. "teams/analytics",
  106. "teams/migration",
  107. ],
  108. },
  109. {
  110. type: "category",
  111. label: "Advanced Usage",
  112. items: [
  113. "advanced-usage/prompt-engineering",
  114. {
  115. type: "category",
  116. label: "Customizing Kilo Code",
  117. items: [
  118. "advanced-usage/custom-rules",
  119. "advanced-usage/custom-instructions",
  120. "features/slash-commands/workflows",
  121. ],
  122. },
  123. {
  124. type: "category",
  125. label: "Advanced Context Features",
  126. items: [
  127. "advanced-usage/memory-bank",
  128. "features/codebase-indexing",
  129. "advanced-usage/large-projects",
  130. ],
  131. },
  132. {
  133. type: "category",
  134. label: "Advanced AI Features",
  135. items: [
  136. "features/fast-edits",
  137. "features/model-temperature",
  138. "advanced-usage/rate-limits-costs",
  139. "advanced-usage/free-and-budget-models",
  140. "features/footgun-prompting",
  141. ],
  142. },
  143. "features/experimental/experimental-features",
  144. ],
  145. },
  146. {
  147. type: "category",
  148. label: "Customization",
  149. items: ["features/settings-management", "features/custom-modes"],
  150. },
  151. {
  152. type: "category",
  153. label: "Extending Kilo Code",
  154. items: [
  155. "advanced-usage/local-models",
  156. {
  157. type: "category",
  158. label: "Model Context Protocol (MCP)",
  159. items: [
  160. "features/mcp/overview",
  161. "features/mcp/using-mcp-in-kilo-code",
  162. "features/mcp/what-is-mcp",
  163. "features/mcp/server-transports",
  164. "features/mcp/mcp-vs-api",
  165. ],
  166. },
  167. "features/shell-integration",
  168. "extending/contributing-to-kilo",
  169. "extending/development-environment",
  170. ],
  171. },
  172. {
  173. type: "category",
  174. label: "Tools Reference",
  175. items: [
  176. "features/tools/tool-use-overview",
  177. "features/tools/access-mcp-resource",
  178. "features/tools/apply-diff",
  179. "features/tools/ask-followup-question",
  180. "features/tools/attempt-completion",
  181. "features/tools/browser-action",
  182. "features/tools/execute-command",
  183. "features/tools/list-code-definition-names",
  184. "features/tools/list-files",
  185. "features/tools/new-task",
  186. "features/tools/read-file",
  187. "features/tools/search-files",
  188. "features/tools/switch-mode",
  189. "features/tools/update-todo-list",
  190. "features/tools/use-mcp-tool",
  191. "features/tools/write-to-file",
  192. ],
  193. },
  194. ],
  195. }
  196. export default sidebars