You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this actions requires the content to be placed in a folder: src/pages.
This is because the edit link is adding this after the editBaseUrl given in the gatsby-config.js file.
In some cases this might clash with actual code in a repository.
Proposed solution
Put it in a folder docs or make it configurable in the action via a parameter.
Implications
Confluenza needs to be adjusted to support overriding the default path: src/pages
The text was updated successfully, but these errors were encountered:
Current situation
Currently this actions requires the content to be placed in a folder:
src/pages
.This is because the edit link is adding this after the
editBaseUrl
given in thegatsby-config.js
file.In some cases this might clash with actual code in a repository.
Proposed solution
Put it in a folder
docs
or make it configurable in the action via a parameter.Implications
Confluenza needs to be adjusted to support overriding the default path:
src/pages
The text was updated successfully, but these errors were encountered: