Skip to content

Commit 17a0dd9

Browse files
dgellowclaude
andcommitted
Redesign docs with animations and improved styling
- Add animated hero section with flowing particles and terminal animation - Create animated logo with glitch effects and data flow visualization - Switch from purple to green accent color (#74AA9C) - Add grainy texture background matching architecture.svg aesthetic - Implement custom header navigation for splash template - Redesign cards with minimal flat style and subtle hover effects - Make architecture diagram full-width section - Update fonts to Inter and JetBrains Mono - Rewrite content with more professional, less try-hard tone - Fix getting-started page by converting to MDX Co-Authored-By: Claude <[email protected]>
1 parent 2e294a4 commit 17a0dd9

File tree

10 files changed

+1219
-739
lines changed

10 files changed

+1219
-739
lines changed

docs-site/astro.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
description: 'OAuth 2.1 authenticated proxy for Model Context Protocol servers',
1313
logo: {
1414
alt: 'MCP Front Logo',
15-
src: './src/assets/logo.svg',
15+
src: './src/assets/animated-logo.svg',
1616
},
1717
social: [
1818
{ icon: 'github', label: 'GitHub', href: 'https://github.com/dgellow/mcp-front' },
@@ -71,6 +71,9 @@ export default defineConfig({
7171
},
7272
],
7373
customCss: ['./src/styles/custom.css'],
74+
components: {
75+
Header: './src/components/CustomHeader.astro',
76+
},
7477
}),
7578
],
7679
});

docs-site/public/architecture.svg

Lines changed: 174 additions & 0 deletions
Loading
Lines changed: 96 additions & 0 deletions
Loading

docs-site/src/assets/logo.svg

Lines changed: 21 additions & 30 deletions
Loading

0 commit comments

Comments
 (0)