This repository has all source files for OpenCRVS documentation found from documentation.opencrvs.org.
In some cases after a release is published (e.g. 1.7) you might want to sync the last minute changes to all proceeding documentation directories (v1.8.0) you can do so with the following command (change the versions accordingly)
./sync-markdown-content.sh v1.7.0 v1.8.0
This command syncs all markdown content from v1.7.0 to v1.8.0. As some changes might get overwritten, make sure to carefully go through the Git diff in a pull request before merging the changes. Statc files are not synced.