docs.json — supermodel-api-docs Source File
Architecture documentation for docs.json, a json file in the supermodel-api-docs codebase.
Entity Profile
Source Code
{
"theme": "mint",
"name": "Supermodel API",
"colors": {
"primary": "#48878A",
"light": "#71B9BC",
"dark": "#112D30"
},
"favicon": "/favicon.svg",
"css": ["overrides.css"],
"api": {
"baseUrl": "https://api.supermodeltools.com",
"auth": {
"method": "key",
"name": "X-Api-Key"
},
"playground": {
"mode": "interactive",
"proxy": false
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Overview",
"pages": [
"index",
"quickstart",
"authentication",
"async-polling",
"concepts"
]
}
]
},
{
"tab": "API Reference",
"openapi": "https://raw.githubusercontent.com/supermodeltools/openapi-spec/main/openapi.yaml"
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:engineers@supermodel.software"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://dashboard.supermodeltools.com/"
}
},
"footer": {
"socials": {
"x": "https://x.com/supermodeltools",
"github": "https://github.com/supermodeltools"
}
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free