In our markdown files we use relative links to link images from /images
directory:
/images/file-name/image-name
file-name
is the name of the file (wihtout .md or any other extension at the end), which includes the images we want to link.
image-name
is the name of a particular image within a file. Make sure to use appropriate and clear names for image files.
We use dashes to split long file and directory names. Ex:
docs/products/operating-systems/
docs/products/operating-systems/custom-ipxe.md
Feel free to create a pull request to add a new standard.
Please start an issue if you find a file/directory breaking the standards mentioned above.