Skip to content

Commit 82a3417

Browse files
committed
docs: add github url
1 parent 7f4ee21 commit 82a3417

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

documentation/docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
title: 'React Scroll Parallax',
1010
tagline:
1111
'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',
1313
baseUrl: '/',
1414
onBrokenLinks: 'throw',
1515
onBrokenMarkdownLinks: 'warn',
@@ -25,8 +25,7 @@ const config = {
2525
docs: {
2626
sidebarPath: require.resolve('./sidebars.js'),
2727
// 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',
3029
},
3130
theme: {
3231
customCss: require.resolve('./src/css/custom.css'),
@@ -63,6 +62,11 @@ const config = {
6362
position: 'left',
6463
label: 'Components',
6564
},
65+
{
66+
href: 'https://github.com/jscottsmith/react-scroll-parallax',
67+
label: 'GitHub',
68+
position: 'right',
69+
},
6670
],
6771
},
6872
footer: {

0 commit comments

Comments
 (0)