This PR introduces the ability for the API docs tooling to retrieve the current running/target Node.js version and all major versions from the CHANGELOG.md file; this is important since relative version metadata is necessary during the doc build process.
In the future, when the proper React/MDX generators are created, this information will be used for the Navigation of different Node.js versions and + for knowing what version the API docs are targeting.
This will also be used for the legacy API doc tooling.
This PR introduces the ability for the API docs tooling to retrieve the current running/target Node.js version and all major versions from the CHANGELOG.md file; this is important since relative version metadata is necessary during the doc build process.
In the future, when the proper React/MDX generators are created, this information will be used for the Navigation of different Node.js versions and + for knowing what version the API docs are targeting.
This will also be used for the legacy API doc tooling.