Files
docs/docs.json
Peter Wood 52af361158 Refactor API documentation:
- Removed SSO configuration section from auth.mdx
- Added new calendar.mdx for calendar data endpoints
- Introduced health.mdx for health check endpoints
- Updated introduction.mdx to include new symbols and calendar sections
- Created portfolio-additional.mdx for additional portfolio operations
- Added symbol-details.mdx for detailed symbol information
- Created symbols-summary.mdx for comprehensive symbol statistics
- Added symbols.mdx for retrieving all traded symbols
- Created upload-csv.mdx for uploading transaction history and realized gains
- Added upload-history.mdx for retrieving upload history
- Updated docs.json to reflect new and modified documentation structure
2025-11-14 16:14:03 -05:00

125 lines
2.8 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",
"api-reference/health"
]
},
{
"group": "Trading Data",
"pages": [
"api-reference/months",
"api-reference/month-data",
"api-reference/trade-details",
"api-reference/timeframe"
]
},
{
"group": "Symbols",
"pages": [
"api-reference/symbols",
"api-reference/symbols-summary",
"api-reference/symbol-details"
]
},
{
"group": "Calendar",
"pages": [
"api-reference/calendar"
]
},
{
"group": "Portfolio",
"pages": [
"api-reference/portfolio-holdings",
"api-reference/portfolio-refresh",
"api-reference/portfolio-additional"
]
},
{
"group": "Data Import",
"pages": [
"api-reference/upload-csv",
"api-reference/upload-history"
]
},
{
"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/"
}
}
}