Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.72 KB

standards.md

File metadata and controls

49 lines (33 loc) · 1.72 KB

packetbot

Packet Standards

Watchers Forks Contributors License

Images

How to link images properly?

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.

Naming Conventions

How to properly name a file?

We use dashes to split long file and directory names. Ex:

docs/products/operating-systems/
docs/products/operating-systems/custom-ipxe.md

Contributing

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.