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"
|
"dark": "#003D7A"
|
||||||
},
|
},
|
||||||
"favicon": "/favicon.svg",
|
"favicon": "/favicon.svg",
|
||||||
|
"logo": {
|
||||||
|
"light": "/favicon.svg",
|
||||||
|
"dark": "/favicon.svg"
|
||||||
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
"tabs": [
|
"tabs": [
|
||||||
{
|
{
|
||||||
@@ -78,10 +82,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"logo": {
|
|
||||||
"light": "/logo/light.svg",
|
|
||||||
"dark": "/logo/dark.svg"
|
|
||||||
},
|
|
||||||
"contextual": {
|
"contextual": {
|
||||||
"options": [
|
"options": [
|
||||||
"copy",
|
"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
|
## Core Features
|
||||||
|
|
||||||
<AccordionGroup>
|
<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.
|
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>
|
||||||
|
|
||||||
<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.
|
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>
|
||||||
|
|
||||||
<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.
|
Google OAuth 2.0 integration with user-specific data isolation. Support for multiple users with separate brokerage accounts and authorized user controls.
|
||||||
</Accordion>
|
</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.
|
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>
|
||||||
|
|
||||||
<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.
|
Analyze trading performance across custom date ranges. Compare periods, track trends, and generate reports for specific timeframes.
|
||||||
</Accordion>
|
</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.
|
View trading activity calendar with monthly heat maps showing P&L by day. Quickly identify patterns and peak trading periods.
|
||||||
</Accordion>
|
</Accordion>
|
||||||
</AccordionGroup>
|
</AccordionGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user