docs.json 2.0 KB

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