Blog and Docs explicit editUrl without appending to preset path
closed
Shyble
Could you please provide additional editUrl like explicitEditUrl which will not append additional paths to the given editUrl for docs and blog presets?
Currently if I give an edit url like https://github.com/mysite/docsedit/url/
docusaurus is appending this path with docs/ and blog/ along with the file name like:
But instead it would be better to have an explicit editUrl too like editExplicitUrl which will only append the file to this URL.
I'm requesting this feature because even though I still keep docs/ and blog/ within my docusaurus site but I want to separate the git repos of site, docs and blog. By doing this I intend to make site repo private and docs and blog repos public repos.
Let's say my docusaurus project structure is like this:
/my/docusaurus-project/
/my/docusaurus-project/docs
/my/docusaurus-project/blog
Here docs/ and blog/ could belong to totally different public git repositories.
Thanks
Sébastien Lorber
closed
the editUrl function form can allow do you what you want