software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.59k stars 1.26k forks source link

docs: fix 'Edit this page' link #6176

Closed kacperkapusciak closed 3 days ago

kacperkapusciak commented 3 days ago

After the migration to monorepo "Edit this page" button in docs stopped working - it led to 404 not found.

This PR fixes the docusaurus configuration so the edit button routes to the correct place. image

Before

image

After

image