Skip to content

Commit 3527fa3

Browse files
raoldclaude
andcommitted
refactor: Archive tufte dashboard and make comprehensive dashboard primary
- Moved tufte_dashboard.html to static/archive/ directory - Updated index.html to link to the comprehensive dashboard (dashboard.html) - Changed link text and description to reflect comprehensive dashboard features - The comprehensive dashboard already shows v2.8.2 with full feature set This establishes dashboard.html as the primary dashboard interface. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e16fcd6 commit 3527fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,9 @@ <h4>🎨 Graph Visualization Demo</h4>
772772
<p>Interactive D3.js knowledge graphs with natural language</p>
773773
</a>
774774

775-
<a href="tufte_dashboard.html" class="link-card">
776-
<h4>📊 Development Dashboard</h4>
777-
<p>Detailed development metrics and Tufte-style analytics</p>
775+
<a href="dashboard.html" class="link-card">
776+
<h4>📊 Comprehensive Dashboard</h4>
777+
<p>Full-featured dashboard with real-time metrics and visualizations</p>
778778
</a>
779779

780780
<a href="https://github.com/raold/second-brain/tree/main/tests" class="link-card">

0 commit comments

Comments
 (0)