mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 22:50:12 -08:00
102 lines
2.2 KiB
JSON
102 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Trading Analysis Dashboard",
|
|
"colors": {
|
|
"primary": "#0066CC",
|
|
"light": "#3399FF",
|
|
"dark": "#003D7A"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"logo": {
|
|
"light": "/favicon.svg",
|
|
"dark": "/favicon.svg"
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Documentation",
|
|
"groups": [
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"index",
|
|
"quickstart"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"features/portfolio-management",
|
|
"features/portfolio-quickstart",
|
|
"features/trading-analysis",
|
|
"features/csv-upload",
|
|
"features/hybrid-matching",
|
|
"features/timeframe-analysis",
|
|
"features/trading-calendar"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API Reference",
|
|
"groups": [
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"api-reference/introduction"
|
|
]
|
|
},
|
|
{
|
|
"group": "Trading Data",
|
|
"pages": [
|
|
"api-reference/months",
|
|
"api-reference/month-data",
|
|
"api-reference/trade-details",
|
|
"api-reference/timeframe"
|
|
]
|
|
},
|
|
{
|
|
"group": "Portfolio",
|
|
"pages": [
|
|
"api-reference/portfolio-holdings",
|
|
"api-reference/portfolio-refresh"
|
|
]
|
|
},
|
|
{
|
|
"group": "Authentication",
|
|
"pages": [
|
|
"api-reference/auth"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "GitHub",
|
|
"href": "https://github.com/acedanger",
|
|
"icon": "github"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"website": "https://git.ptrwd.com/peterwood/stocks/"
|
|
}
|
|
}
|
|
} |