Skip to content

Commit 718ca97

Browse files
committed
feat: Split docs page into Developer and Founder sections
- Add Developer/Founder tab navigation with role-specific content - Developer sections: Starter Kits, Vibecoding Prompts, System Architecture - Founder sections: Trustless Work Guide, Stellar Guide, Vibecoding Guide - Add comprehensive Trustless Work Guide for founders with business benefits - Add detailed Stellar Guide with ecosystem overview and business applications - Update page title to 'Starter Kits' for better clarity - Maintain disabled Vibecoding tab with 'Coming Soon' badge - Provide role-specific guidance for different user types
1 parent 3023c74 commit 718ca97

File tree

2 files changed

+326
-13
lines changed

2 files changed

+326
-13
lines changed

analytics/components/AnalyticsDashboard.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export const AnalyticsDashboard: React.FC<AnalyticsDashboardProps> = ({ classNam
104104
<p className={`${themeClasses.textMuted} mt-1`}>Platform insights and user analytics</p>
105105
</div>
106106
<div className='flex items-center space-x-4'>
107-
<button
108-
onClick={() => setLoading(true)}
109-
className='px-4 py-2 bg-blue-500/20 border border-blue-400/50 text-blue-300 rounded-lg hover:bg-blue-500/30 transition-colors'
110-
>
111-
🔄 Refresh
112-
</button>
113107
<ThemeToggle />
114108
</div>
115109
</div>

0 commit comments

Comments
 (0)