Skip to content

Commit

Permalink
docs: Edit this page button should go directly to edit page (#6177)
Browse files Browse the repository at this point in the history
Microoptimization over a fix in
#6176

The link can route directly to the edit page which saves an additional
click ;)
  • Loading branch information
kacperkapusciak authored Jun 27, 2024
1 parent 1b2dbda commit d98aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs-reanimated/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsible: false,
editUrl:
'https://github.com/software-mansion/react-native-reanimated/tree/main/packages/docs-reanimated',
'https://github.com/software-mansion/react-native-reanimated/edit/main/packages/docs-reanimated',
lastVersion: 'current', // <- this makes 3.x docs as default
versions: {
current: {
Expand Down

0 comments on commit d98aef8

Please sign in to comment.