What happened
The website configuration in website/docusaurus.config.js sets the docs editUrl to:
https://github.com/facebook/docusaurus/edit/master/website/
The site is for GetStream/react-native-bidirectional-infinite-scroll, so generated “Edit this page” links send contributors to the Docusaurus repository rather than this project's documentation source.
Suggested fix
Point editUrl at the actual source directory in GetStream/react-native-bidirectional-infinite-scroll, or remove the edit action if the documentation is not maintained here. Please verify one generated docs link after updating it.
What happened
The website configuration in website/docusaurus.config.js sets the docs editUrl to:
https://github.com/facebook/docusaurus/edit/master/website/
The site is for GetStream/react-native-bidirectional-infinite-scroll, so generated “Edit this page” links send contributors to the Docusaurus repository rather than this project's documentation source.
Suggested fix
Point editUrl at the actual source directory in GetStream/react-native-bidirectional-infinite-scroll, or remove the edit action if the documentation is not maintained here. Please verify one generated docs link after updating it.