Has anyone experimented with deploying docs using Documenter.jl to a repository’s README.md?
While Documenter.makedocs(...)
should be able to generate the Markdown from a template, I am wondering how to make this automatic and integrate with CI. An example would be useful.