From bc215a5dc03ead74ed668a6ac897859270654be7 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 7 Feb 2018 21:52:55 -0600 Subject: [PATCH] Provide instructions for adding images --- basics_user/doc-guidelines.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/basics_user/doc-guidelines.md b/basics_user/doc-guidelines.md index 428dd376..3ac2b48d 100644 --- a/basics_user/doc-guidelines.md +++ b/basics_user/doc-guidelines.md @@ -105,6 +105,18 @@ pull request, we'll post a comment explaining why we can't. ![done](/attachment/wiki/doc-edit/10-done.png) +How to add images +----------------- + +To add an image to a page, use the following syntax in the main document: + +``` +![Image Title](/attachment/wiki/page-title/image-filename.png) +``` + +Then, submit your image(s) in a separate pull request to the [qubes-attachment](https://github.com/QubesOS/qubes-attachment) repository using the same path and filename. + + Version-specific Documentation ------------------------------