docs.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "$schema": "https://mintlify.com/docs.json",
  3. "theme": "mint",
  4. "name": "@opencode-ai/docs",
  5. "colors": {
  6. "primary": "#16A34A",
  7. "light": "#07C983",
  8. "dark": "#15803D"
  9. },
  10. "favicon": "/favicon.svg",
  11. "servers": [{
  12. "url": "https://opencode.ai/openapi.json"
  13. }],
  14. "navigation": {
  15. "tabs": [
  16. {
  17. "tab": "Guides",
  18. "groups": [
  19. {
  20. "group": "Getting started",
  21. "pages": ["index", "quickstart", "development"]
  22. },
  23. {
  24. "group": "Customization",
  25. "pages": ["essentials/settings", "essentials/navigation"]
  26. },
  27. {
  28. "group": "Writing content",
  29. "pages": ["essentials/markdown", "essentials/code", "essentials/images", "essentials/reusable-snippets"]
  30. },
  31. {
  32. "group": "AI tools",
  33. "pages": ["ai-tools/cursor", "ai-tools/claude-code", "ai-tools/windsurf"]
  34. }
  35. ]
  36. },
  37. {
  38. "tab": "API reference",
  39. "groups": [
  40. {
  41. "group": "API documentation",
  42. "pages": ["api-reference/introduction"]
  43. },
  44. {
  45. "group": "Endpoint examples",
  46. "pages": [
  47. "api-reference/endpoint/get",
  48. "api-reference/endpoint/create",
  49. "api-reference/endpoint/delete",
  50. "api-reference/endpoint/webhook"
  51. ]
  52. }
  53. ]
  54. }
  55. ],
  56. "global": {
  57. "anchors": [
  58. {
  59. "anchor": "Documentation",
  60. "href": "https://mintlify.com/docs",
  61. "icon": "book-open-cover"
  62. },
  63. {
  64. "anchor": "Blog",
  65. "href": "https://mintlify.com/blog",
  66. "icon": "newspaper"
  67. }
  68. ]
  69. }
  70. },
  71. "logo": {
  72. "light": "/logo/light.svg",
  73. "dark": "/logo/dark.svg"
  74. },
  75. "navbar": {
  76. "links": [
  77. {
  78. "label": "Support",
  79. "href": "mailto:[email protected]"
  80. }
  81. ],
  82. "primary": {
  83. "type": "button",
  84. "label": "Dashboard",
  85. "href": "https://dashboard.mintlify.com"
  86. }
  87. },
  88. "contextual": {
  89. "options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]
  90. },
  91. "footer": {
  92. "socials": {
  93. "x": "https://x.com/mintlify",
  94. "github": "https://github.com/mintlify",
  95. "linkedin": "https://linkedin.com/company/mintlify"
  96. }
  97. }
  98. }