Assets
You can include assets, such as images, in your project. Any asset must be placed under an _assets
directory.
You are free to structure files inside the _assets
directory as you like.
Including images in documentation
To include an image in a Markdown page, use can reference your assets with the absolute path from your project root.
![alt text for my image](/_assets/cat.png)
Note the leading forward slash at the front of the URL.