Skip to content

Commit

Permalink
Changing heading from to 'reference'
Browse files Browse the repository at this point in the history
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise committed Sep 21, 2018
1 parent e0e863e commit 74bfff9
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion www/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title = "chef.sh (Chef Workstation)"
theme = "chef"
staticDir = ["./static", "../chef-sh"]

sectionPagesMenu = ["main", "tools-reference"]
sectionPagesMenu = "main"

# To develop against a local copy of the chef hugo theme, uncomment this line
# and set the value to the parent directory of where you have checked out the
Expand Down
2 changes: 1 addition & 1 deletion www/site/content/docs/chef-workstation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ chef-run myhost[1:20] my_cookbook::my_recipe
#### Further Reading
* [Chef Run CLI Reference](https://chef.sh/docs/tools-reference/chef-run/)
* [Chef Run CLI Reference](https://chef.sh/docs/reference/chef-run/)
* [Introducing Chef Workstation](https://blog.chef.io/2018/05/23/introducing-chef-workstation/)
* [Chef Workstation - How We Made that Demo](https://blog.chef.io/2018/06/25/chef-workstation-how-we-made-that-demo/)
5 changes: 5 additions & 0 deletions www/site/content/docs/reference/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Reference"
id = "reference"
menu = "docs"
+++
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "berks"
linkTitle = "berks"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "100"
+++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linkTitle = "chef-run"
title = "chef-run"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "400"
+++
`chef-run` is a tool to execute ad-hoc tasks on one or more target nodes using Chef.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "chef-shell"
linkTitle = "chef-shell"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "500"
+++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "chef"
linkTitle = "chef"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "200"
+++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "chefspec"
linkTitle = "chefspec"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "300"
+++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "inspec"
linkTitle = "inspec"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "600"
+++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "kitchen"
linkTitle = "kitchen"
[menu]
[menu.docs]
parent = "Tools Reference"
parent = "Reference"
weight = "700"
+++

Expand Down
5 changes: 0 additions & 5 deletions www/site/content/docs/tools-reference/_index.md

This file was deleted.

0 comments on commit 74bfff9

Please sign in to comment.