Add docs on how to get a preview of markdown pages.
authorjcgregorio <jcgregorio@google.com>
Mon, 26 Jan 2015 15:24:02 +0000 (07:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 26 Jan 2015 15:24:02 +0000 (07:24 -0800)
BUG=skia:

Review URL: https://codereview.chromium.org/878593002

site/dev/tools/markdown.md

index 66feb94..c7a7324 100644 (file)
@@ -7,6 +7,12 @@ Any file you put under `/site/` that has the extension `.md` will be processed
 as MarkDown. All other files will be served directly. For example, images
 can be added and they will be served correctly and referenced from within MarkDown files.
 
+When preparing for a code review of site docs you can get a preview of how the
+page will render by visiting the skia.org site and add a query parameter `cl`
+with the value of the Reitveld issue id:
+
+    https://skia.org?cl=REITVELD_ISSUE_NUMBER
+
 Some Example MarkDown
 ---------------------