docs.json 2.3 KB

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