docs.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-v3.svg",
  11. "navigation": {
  12. "tabs": [
  13. {
  14. "tab": "SDK",
  15. "groups": [
  16. {
  17. "group": "Getting started",
  18. "pages": ["index", "quickstart", "development"],
  19. "openapi": "https://opencode.ai/openapi.json"
  20. }
  21. ]
  22. }
  23. ],
  24. "global": {}
  25. },
  26. "logo": {
  27. "light": "/logo/light.svg",
  28. "dark": "/logo/dark.svg"
  29. },
  30. "navbar": {
  31. "links": [
  32. {
  33. "label": "Support",
  34. "href": "mailto:[email protected]"
  35. }
  36. ],
  37. "primary": {
  38. "type": "button",
  39. "label": "Dashboard",
  40. "href": "https://dashboard.mintlify.com"
  41. }
  42. },
  43. "contextual": {
  44. "options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]
  45. },
  46. "footer": {
  47. "socials": {
  48. "x": "https://x.com/mintlify",
  49. "github": "https://github.com/mintlify",
  50. "linkedin": "https://linkedin.com/company/mintlify"
  51. }
  52. }
  53. }