feature added for issue #16771 (#16802)

* feature added for issue #16771

* Update intermediate.md
pull/16840/head
Abhishek Mane 2019-10-12 03:40:04 +05:30 committed by Kubernetes Prow Robot
parent 4368f099a7
commit a909352ac6
1 changed files with 7 additions and 0 deletions

View File

@ -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