mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 14:40:13 -08:00
Refactor documentation: Update logo paths in JSON configuration and remove redundant logo entries; enhance clarity in feature titles within the index documentation for improved readability.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
"dark": "#003D7A"
|
||||
},
|
||||
"favicon": "/favicon.svg",
|
||||
"logo": {
|
||||
"light": "/favicon.svg",
|
||||
"dark": "/favicon.svg"
|
||||
},
|
||||
"navigation": {
|
||||
"tabs": [
|
||||
{
|
||||
@@ -78,10 +82,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"light": "/logo/light.svg",
|
||||
"dark": "/logo/dark.svg"
|
||||
},
|
||||
"contextual": {
|
||||
"options": [
|
||||
"copy",
|
||||
|
||||
12
index.mdx
12
index.mdx
@@ -41,27 +41,27 @@ This documentation covers the Trading Analysis Dashboard - a Flask-based web app
|
||||
## Core Features
|
||||
|
||||
<AccordionGroup>
|
||||
<Accordion title="📊 Portfolio Tracking" icon="chart-pie">
|
||||
<Accordion title="Portfolio Tracking" icon="chart-pie">
|
||||
Track stock, ETF, and mutual fund holdings with real-time price updates from Finnhub. View allocation charts, performance metrics, and gain/loss analysis with automatic price refresh capabilities.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="📈 Trading Analysis" icon="chart-line">
|
||||
<Accordion title="Trading Analysis" icon="chart-line">
|
||||
Analyze monthly trading performance with detailed P&L breakdowns, win/loss ratios, and trade-by-trade analysis. Includes comprehensive reports with dividend tracking and hybrid matching algorithm for broker-level accuracy.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="🔐 Authentication & Authorization" icon="lock">
|
||||
<Accordion title="Authentication & Authorization" icon="lock">
|
||||
Google OAuth 2.0 integration with user-specific data isolation. Support for multiple users with separate brokerage accounts and authorized user controls.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="📁 CSV Data Import" icon="file-csv">
|
||||
<Accordion title="CSV Data Import" icon="file-csv">
|
||||
Import transaction history and holdings via CSV with drag-and-drop support. Real-time processing feedback and upload history tracking for portfolio and trading data.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="📅 Timeframe Analysis" icon="calendar">
|
||||
<Accordion title="Timeframe Analysis" icon="calendar">
|
||||
Analyze trading performance across custom date ranges. Compare periods, track trends, and generate reports for specific timeframes.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="📊 Trading Calendar" icon="calendar-days">
|
||||
<Accordion title="Trading Calendar" icon="calendar-days">
|
||||
View trading activity calendar with monthly heat maps showing P&L by day. Quickly identify patterns and peak trading periods.
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
Reference in New Issue
Block a user