With #31 I added a new doc file in between and incremented the number in the file names of the other files.
This means that any existing link out there to a specific file will break because the URL contains that number.
For example https://teamnewpipe.github.io/documentation/05_releasing/ will result in a 404 when that PR goes live.
One solution would be to remove the enumeration. This will break all URLs once, but then it can't occur anymore.