mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 14:40:13 -08:00
feat: Implement multi-user support with separate brokerage accounts and user authentication feat: Configure SSO authentication setup using Google OAuth 2.0 for secure access refactor: Update index page to reflect new Trading Analysis Dashboard features and descriptions docs: Enhance quickstart guide for deploying Trading Analysis Dashboard with detailed steps chore: Add runner configuration for Gitea Actions with logging and container settings
118 lines
2.5 KiB
JSON
118 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Trading Analysis Dashboard",
|
|
"colors": {
|
|
"primary": "#0066CC",
|
|
"light": "#3399FF",
|
|
"dark": "#003D7A"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Documentation",
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"index",
|
|
"quickstart"
|
|
]
|
|
},
|
|
{
|
|
"group": "Setup & Configuration",
|
|
"pages": [
|
|
"guides/setup/cicd",
|
|
"guides/setup/sso",
|
|
"guides/setup/multi-user"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deployment",
|
|
"pages": [
|
|
"guides/deployment/docker",
|
|
"guides/deployment/caddy"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/acedanger"
|
|
}
|
|
}
|
|
}
|