This website is built using Docusaurus, a modern static website generator.
yarn
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
heres one way to successfully add images...
<img src={require('@site/static/img/webhookEndpoint.png').default} width="500"/>