Skip to content

How to contribute

Abraham Yusuf edited this page Aug 14, 2024 · 1 revision

Contribution Guidelines

Where are the pages located?

All mdx files are located in the /pages folder

Documentation Blog Learn
/pages/docs /pages/blog /pages/lean

Image import method update

Previous versions allowed you to import images from the /static folder for example:

![My photo](/my-photo.png)

Now you have to put your images in the /public folder and import them using ![alt](@static/my-photo.png).

# Previous ![alt](/docs/my-photo.png)
# Now ![alt](@static/docs/my-photo.png)
Clone this wiki locally