Skip to content

Commit c60ccc5

Browse files
committed
Add an edit button to the docs site.
1 parent 756e681 commit c60ccc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ const siteConfig = {
1616
{
1717
docs: {
1818
path: '../docs',
19-
sidebarPath: require.resolve('./sidebars.js'),
2019
routeBasePath: '/',
20+
sidebarPath: require.resolve('./sidebars.js'),
21+
editUrl: 'https://github.com/reduxjs/react-redux/edit/master/website',
2122
include: [
2223
'{api,introduction,using-react-redux,tutorials}/*.{md,mdx}',
2324
'troubleshooting.md',

0 commit comments

Comments
 (0)