1
0

docs.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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": [
  19. "index",
  20. "quickstart",
  21. "development"
  22. ]
  23. },
  24. {
  25. "group": "Customization",
  26. "pages": [
  27. "essentials/settings",
  28. "essentials/navigation"
  29. ]
  30. },
  31. {
  32. "group": "Writing content",
  33. "pages": [
  34. "essentials/markdown",
  35. "essentials/code",
  36. "essentials/images",
  37. "essentials/reusable-snippets"
  38. ]
  39. },
  40. {
  41. "group": "AI tools",
  42. "pages": [
  43. "ai-tools/cursor",
  44. "ai-tools/claude-code",
  45. "ai-tools/windsurf"
  46. ]
  47. }
  48. ]
  49. },
  50. {
  51. "tab": "API reference",
  52. "groups": [
  53. {
  54. "group": "API documentation",
  55. "pages": [
  56. "api-reference/introduction"
  57. ]
  58. },
  59. {
  60. "group": "Endpoint examples",
  61. "pages": [
  62. "api-reference/endpoint/get",
  63. "api-reference/endpoint/create",
  64. "api-reference/endpoint/delete",
  65. "api-reference/endpoint/webhook"
  66. ]
  67. }
  68. ]
  69. }
  70. ],
  71. "global": {
  72. "anchors": [
  73. {
  74. "anchor": "Documentation",
  75. "href": "https://mintlify.com/docs",
  76. "icon": "book-open-cover"
  77. },
  78. {
  79. "anchor": "Blog",
  80. "href": "https://mintlify.com/blog",
  81. "icon": "newspaper"
  82. }
  83. ]
  84. }
  85. },
  86. "logo": {
  87. "light": "/logo/light.svg",
  88. "dark": "/logo/dark.svg"
  89. },
  90. "navbar": {
  91. "links": [
  92. {
  93. "label": "Support",
  94. "href": "mailto:hi@mintlify.com"
  95. }
  96. ],
  97. "primary": {
  98. "type": "button",
  99. "label": "Dashboard",
  100. "href": "https://dashboard.mintlify.com"
  101. }
  102. },
  103. "contextual": {
  104. "options": [
  105. "copy",
  106. "view",
  107. "chatgpt",
  108. "claude",
  109. "perplexity",
  110. "mcp",
  111. "cursor",
  112. "vscode"
  113. ]
  114. },
  115. "footer": {
  116. "socials": {
  117. "x": "https://x.com/mintlify",
  118. "github": "https://github.com/mintlify",
  119. "linkedin": "https://linkedin.com/company/mintlify"
  120. }
  121. }
  122. }