From a909352ac6b2d04ae63a24269071ed7ef3a62619 Mon Sep 17 00:00:00 2001 From: Abhishek Mane Date: Sat, 12 Oct 2019 03:40:04 +0530 Subject: [PATCH] feature added for issue #16771 (#16802) * feature added for issue #16771 * Update intermediate.md --- content/en/docs/contribute/intermediate.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/contribute/intermediate.md b/content/en/docs/contribute/intermediate.md index dfd48ac1d6..a7719a43da 100644 --- a/content/en/docs/contribute/intermediate.md +++ b/content/en/docs/contribute/intermediate.md @@ -520,6 +520,9 @@ Slack channel or the ### View your changes locally +{{< tabs name="tab_with_hugo" >}} +{{% tab name="Hugo in a container" %}} + If you aren't ready to create a pull request but you want to see what your changes look like, you can build and run a docker image to generate all the documentation and serve it locally. @@ -541,6 +544,8 @@ serve it locally. 4. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C` or just close the terminal window. +{{% /tab %}} +{{% tab name="Hugo locally" %}} Alternatively, you can install and use the `hugo` command on your development machine: @@ -557,6 +562,8 @@ Alternatively, you can install and use the `hugo` command on your development ma 4. To stop the local Hugo instance, go back to the terminal and type `Ctrl+C` or just close the terminal window. +{{% /tab %}} +{{< /tabs >}} ## Triage and categorize issues