In my view, [synopsis.md](https://github.com/nodejs/node/blob/main/doc/api/synopsis.md) appears to be redundant. * The [Usage](https://github.com/nodejs/node/blob/main/doc/api/synopsis.md#usage) section is essentially a less detailed version of what's already covered in [cli.md#synopsis](https://github.com/nodejs/node/blob/main/doc/api/cli.md#synopsis). * The [Example](https://github.com/nodejs/node/blob/main/doc/api/synopsis.md#example) section closely mirrors the content in the official guide on [getting started with Node.js](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs). Given this overlap, is there a case for removing `synopsis.md` entirely?
In my view, synopsis.md appears to be redundant.
Given this overlap, is there a case for removing
synopsis.mdentirely?