We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b1a8b commit 6874ecaCopy full SHA for 6874eca
documentation/docusaurus.config.js
@@ -24,8 +24,9 @@ const config = {
24
({
25
docs: {
26
sidebarPath: require.resolve('./sidebars.js'),
27
- // Please change this to your repo.
28
- editUrl: 'https://github.com/jscottsmith/react-scroll-parallax',
+ // TODO: update url after v3 is latest
+ editUrl:
29
+ 'https://github.com/jscottsmith/react-scroll-parallax/tree/v3/documentation',
30
},
31
theme: {
32
customCss: require.resolve('./src/css/custom.css'),
0 commit comments