From a81fcfa6bb1f0877d54b00fd5e36ae78366814fd Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 11 Jan 2018 13:32:03 -0800 Subject: [PATCH] Add note about viewing changes locally. (#6936) --- docs/home/contribute/create-pull-request.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/home/contribute/create-pull-request.md b/docs/home/contribute/create-pull-request.md index 42871dbc76..50ec2f0989 100644 --- a/docs/home/contribute/create-pull-request.md +++ b/docs/home/contribute/create-pull-request.md @@ -44,6 +44,13 @@ choose the [page type](/docs/home/contribute/page-templates/) that is the best fit for your content. +## Viewing your changes locally + +When you submit a pull request, you can see a preview of your changes at +[Netlify](https://www.netlify.com/). If you prefer to see a preview of your changes +before you submit a pull request, you can build a preview locally. For more information, see +[Staging locally](/docs/home/contribute/stage-documentation-changes/#staging-locally-without-docker). + ## Submitting a pull request to the master branch (Current Release) If you want your change to be published in the released version Kubernetes docs,