Re: How to show changes between two docs in the new version
Posted by
abelsromero on
May 15, 2019; 5:44am
URL: https://discuss.asciidoctor.org/How-to-show-changes-between-two-docs-in-the-new-version-tp6915p6916.html
Welcome to the forum :)
For those features the recommendation is to store the source documents in a version control system like git (
https://git-scm.com/). Git provides these features and you can use services like GitHub or GitLab for collaborative workflows and review the changes on a nice website.
I personally prefer GitLab, it even includes an online editor.
If you are not familiar with such tools just google for some quickstarts and definitely give them a try.