docs.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "$schema": "https://mintlify.com/docs.json",
  3. "theme": "mint",
  4. "name": "OpenCode",
  5. "description": "OpenCode documentation.",
  6. "colors": {
  7. "primary": "#3B7DD8",
  8. "light": "#3B7DD8",
  9. "dark": "#FAB283"
  10. },
  11. "favicon": "/assets/favicon.svg",
  12. "logo": {
  13. "light": "/assets/logo-light.svg",
  14. "dark": "/assets/logo-dark.svg"
  15. },
  16. "navigation": {
  17. "tabs": [
  18. {
  19. "tab": "Docs",
  20. "pages": ["index", "config", "plugins", "troubleshooting"]
  21. },
  22. {
  23. "tab": "SDK",
  24. "pages": ["sdk/index"]
  25. },
  26. {
  27. "tab": "API",
  28. "groups": [
  29. {
  30. "group": "Overview",
  31. "pages": ["api/index"]
  32. },
  33. {
  34. "group": "Endpoints",
  35. "openapi": "openapi.json"
  36. }
  37. ]
  38. }
  39. ],
  40. "global": {}
  41. },
  42. "navbar": {
  43. "links": [
  44. {
  45. "label": "Discord",
  46. "href": "https://opencode.ai/discord"
  47. }
  48. ],
  49. "primary": {
  50. "type": "button",
  51. "label": "GitHub",
  52. "href": "https://github.com/anomalyco/opencode"
  53. }
  54. },
  55. "contextual": {
  56. "options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
  57. },
  58. "footer": {
  59. "socials": {
  60. "github": "https://github.com/anomalyco/opencode",
  61. "x": "https://x.com/opencode"
  62. }
  63. }
  64. }