diplodoc-platform / cli

Lets make documentation on YFM
MIT License
95 stars 35 forks source link

Implement a configuration option to always specify `vcsPath` for all Md2Md transformations #797

Closed brotheroftux closed 4 days ago

brotheroftux commented 1 week ago

This adds a vcs configuration options family, with a single (for now) option available — remoteBase. Specifying a correct vcs.remoteBase will allow our consumers to have access to Edit button features when using viewer-external.

This also opens a possibility to enable the Edit button in standalone builds produced by the md2html transformation circuit. This is currently WIP and is not in scope of this PR.