What happened
The Docusaurus configuration in docuilib/docusaurus.config.js sets both docs and blog editUrl values to paths under:
https://github.com/facebook/docusaurus/edit/main/website/
The documentation source is actually loaded from ../docs and the project is wix/react-native-ui-lib.
Why it matters
The generated “Edit this page” actions send contributors to another project's source tree, so documentation fixes cannot be proposed from the UI Lib docs.
Suggested fix
Point docs and blog editUrl at the corresponding wix/react-native-ui-lib source paths, or disable the actions where no local blog source exists. Verify the generated links for a component doc and a blog page.
What happened
The Docusaurus configuration in docuilib/docusaurus.config.js sets both docs and blog editUrl values to paths under:
https://github.com/facebook/docusaurus/edit/main/website/
The documentation source is actually loaded from ../docs and the project is wix/react-native-ui-lib.
Why it matters
The generated “Edit this page” actions send contributors to another project's source tree, so documentation fixes cannot be proposed from the UI Lib docs.
Suggested fix
Point docs and blog editUrl at the corresponding wix/react-native-ui-lib source paths, or disable the actions where no local blog source exists. Verify the generated links for a component doc and a blog page.