nodejs / api-docs-tooling

Node.js's tooling for API generation
https://nodejs.org/api
MIT License
5 stars 5 forks source link

feat: introduce release metadata to generators #54

Closed ovflowd closed 3 months ago

ovflowd commented 3 months ago

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.

ovflowd commented 3 months ago

cc @nodejs/web-infra