when promoting a release, symbolic links are automatically added for documentation and for release/latest using https://github.com/nodejs/nodejs-latest-linker: https://github.com/nodejs/build/blob/0a1b2e9ad35ba7aab215e799529781a3522e00ce/ansible/www-standalone/tools/promote/promote_release.sh#L39 for example: - https://nodejs.org/download/release/latest-v20.x/ is a symlink pointing to https://nodejs.org/download/release/v20.7.0/ - https://nodejs.org/download/release/latest/ is a symlink pointing to https://nodejs.org/download/release/v20.7.0/ - https://nodejs.org/docs/v20.7.0/ is a symlink pointing to https://nodejs.org/download/release/v20.7.0/docs - https://nodejs.org/docs/latest-v20.x/ is a symlink pointing to https://nodejs.org/download/release/v20.7.0/docs - https://nodejs.org/docs/latest/ is a symlink pointing to https://nodejs.org/download/release/v20.7.0/docs it might make sense to add these rules directly to the Cloudflare worker to avoid the need to copy duplicate files when promoting a release
when promoting a release, symbolic links are automatically added for documentation and for release/latest using https://github.com/nodejs/nodejs-latest-linker:
https://github.com/nodejs/build/blob/0a1b2e9ad35ba7aab215e799529781a3522e00ce/ansible/www-standalone/tools/promote/promote_release.sh#L39
for example:
it might make sense to add these rules directly to the Cloudflare worker to avoid the need to copy duplicate files when promoting a release