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
Edit link only supports SaaS instance (gitlab.com, github.com, bitbucket.org). github and gitlab (I don't know for bitbucket) allow on-premise instance, with custom urls.
Can we add a source_provider optional setting, with allowed values github|gitlab|bitbucket that override edit link building behavior and allow to use edit link with on-premise instance. If source_provider is missing, we can use startswith check to automatically handle gitlab.com/github.com/bitbucket.org cases.
I step into this issue as I use furo theme, and configuring edit link feature triggers Could not understand "source_repository" provided messages, and edit link is generated with an empty href.
The text was updated successfully, but these errors were encountered:
Edit link only supports SaaS instance (gitlab.com, github.com, bitbucket.org). github and gitlab (I don't know for bitbucket) allow on-premise instance, with custom urls.
Can we add a
source_provider
optional setting, with allowed values github|gitlab|bitbucket that override edit link building behavior and allow to use edit link with on-premise instance. Ifsource_provider
is missing, we can use startswith check to automatically handle gitlab.com/github.com/bitbucket.org cases.I step into this issue as I use furo theme, and configuring edit link feature triggers
Could not understand "source_repository" provided
messages, and edit link is generated with an empty href.The text was updated successfully, but these errors were encountered: