Skip to content

Commit 134a754

Browse files
dgellowclaude
andcommitted
Redesign docs with Astral-inspired theme
- Switch to dark theme with #0C0C0C background like astral.sh - Use red accent color (#FF6B6B) instead of purple - Add gradient orb effect and glass-morphism cards - Simplify hero section with gradient text - Update typography with Inter font - Clean up content with professional tone - Restore gateway/bracket logo with red accent - Remove duplicate "MCP Front" from header Co-Authored-By: Claude <[email protected]>
1 parent 17a0dd9 commit 134a754

File tree

8 files changed

+278
-762
lines changed

8 files changed

+278
-762
lines changed

docs-site/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ export default defineConfig({
88
base: '/mcp-front',
99
integrations: [
1010
starlight({
11-
title: 'MCP Front',
11+
title: '',
1212
description: 'OAuth 2.1 authenticated proxy for Model Context Protocol servers',
1313
logo: {
1414
alt: 'MCP Front Logo',
15-
src: './src/assets/animated-logo.svg',
15+
src: './src/assets/logo.svg',
1616
},
1717
social: [
1818
{ icon: 'github', label: 'GitHub', href: 'https://github.com/dgellow/mcp-front' },

docs-site/src/assets/animated-logo.svg

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs-site/src/assets/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)