Skip to content

Commit 553982c

Browse files
committed
feat: add animated SVG logo and fix navigation links for documentation
1 parent 2820645 commit 553982c

File tree

2 files changed

+67
-8
lines changed

2 files changed

+67
-8
lines changed

images/logo.svg

Lines changed: 59 additions & 0 deletions
Loading

jsdoc.config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,37 @@
2020
"name": "Animated Backgrounds v2.0",
2121
"title": "Animated Backgrounds - Interactive React Animations API",
2222
"description": "Complete API documentation for the feature-rich animated backgrounds package with themes, interactions, performance monitoring, and layered compositions.",
23-
"logo": "images/logo.png",
23+
"logo": "images/logo.svg",
2424
"hideGenerator": false,
2525
"theme": "dark",
2626
"navLinks": [
2727
{
2828
"label": "🏠 Home",
29-
"href": "/"
29+
"href": "https://umerfarok.github.io/animated-backgrounds/"
3030
},
3131
{
3232
"label": "📚 API Reference",
33-
"href": "/module-AnimatedBackground.html"
33+
"href": "https://umerfarok.github.io/animated-backgrounds/module-AnimatedBackground.html"
3434
},
3535
{
3636
"label": "🎨 Themes & Colors",
37-
"href": "/module-ThemeSystem.html"
37+
"href": "https://umerfarok.github.io/animated-backgrounds/module-ThemeSystem.html"
3838
},
3939
{
4040
"label": "🎮 Interactions",
41-
"href": "/module-InteractionUtils.html"
41+
"href": "https://umerfarok.github.io/animated-backgrounds/module-InteractionUtils.html"
4242
},
4343
{
4444
"label": "🎛️ Animation Controls",
45-
"href": "/module-useAnimationControls.html"
45+
"href": "https://umerfarok.github.io/animated-backgrounds/module-useAnimationControls.html"
4646
},
4747
{
4848
"label": "📊 Performance",
49-
"href": "/module-usePerformanceMonitor.html"
49+
"href": "https://umerfarok.github.io/animated-backgrounds/module-usePerformanceMonitor.html"
5050
},
5151
{
5252
"label": "🏗️ Layered Backgrounds",
53-
"href": "/module-LayeredBackground.html"
53+
"href": "https://umerfarok.github.io/animated-backgrounds/module-LayeredBackground.html"
5454
},
5555
{
5656
"divider": true

0 commit comments

Comments
 (0)