File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config = {
9
9
title : 'React Scroll Parallax' ,
10
10
tagline :
11
11
'React components to create parallax scroll effects for banners, images or any other DOM elements.' ,
12
- url : 'https://todo ' ,
12
+ url : 'https://react-scroll-parallax.v3.damnthat.tv ' ,
13
13
baseUrl : '/' ,
14
14
onBrokenLinks : 'throw' ,
15
15
onBrokenMarkdownLinks : 'warn' ,
@@ -25,8 +25,7 @@ const config = {
25
25
docs : {
26
26
sidebarPath : require . resolve ( './sidebars.js' ) ,
27
27
// Please change this to your repo.
28
- editUrl :
29
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
28
+ editUrl : 'https://github.com/jscottsmith/react-scroll-parallax' ,
30
29
} ,
31
30
theme : {
32
31
customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -63,6 +62,11 @@ const config = {
63
62
position : 'left' ,
64
63
label : 'Components' ,
65
64
} ,
65
+ {
66
+ href : 'https://github.com/jscottsmith/react-scroll-parallax' ,
67
+ label : 'GitHub' ,
68
+ position : 'right' ,
69
+ } ,
66
70
] ,
67
71
} ,
68
72
footer : {
You can’t perform that action at this time.
0 commit comments