Skip to content

Commit 98cdfb2

Browse files
authored
Add edit URL for documentation in Docusaurus config (#5075)
1 parent 1b822f5 commit 98cdfb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const config: Config = {
1919
sidebarPath: require.resolve('./sidebars'),
2020
showLastUpdateTime: true,
2121
routeBasePath: '/',
22+
editUrl: 'https://github.com/reduxjs/redux-toolkit/blob/master/docs/',
2223
include: [
2324
'{api,assets,introduction,migrations,rtk-query,tutorials,usage}/**/*.{md,mdx}',
2425
], // no other way to exclude node_modules

0 commit comments

Comments
 (0)