This PR removes documentation, CI scripts, and examples from the master branch, moving it to a support branch instead.
This reduces the number of files that need to be imported into the bitcoin core subtree, and should make subtree bumps in bitcoin easier to review since they will no longer contain extraneous changes. It should also facilitate review within the libmultiprocess repository so PRs that actually modify the library can receive greater attention and PRs that only change support files can be merged more quickly.
This PR is an alternative to trying to exclude support files from the bitcoin core subtree (https://github.com/bitcoin-core/libmultiprocess/pull/276) which is a more complicated change that does not have same review benefits. The idea was originally brought up in #232 (comment).
This PR depends on #288 should be merged after it.