Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 455 Bytes

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Images/Assets

heres one way to successfully add images...

<img src={require('@site/static/img/webhookEndpoint.png').default}  width="500"/>