Skip to content

Commit 248e487

Browse files
authored
Update custom resources and target mode docs (#4315)
* CHEF-16130 update target mode ssh parameters Signed-off-by: Ian Maddaus <[email protected]> * Update custom resource docs Signed-off-by: Ian Maddaus <[email protected]> * Additional cleanup Signed-off-by: Ian Maddaus <[email protected]> * linting fixes Signed-off-by: Ian Maddaus <[email protected]> * Lints Signed-off-by: Ian Maddaus <[email protected]> * Menu reconfiguration Signed-off-by: Ian Maddaus <[email protected]> * Additional cleanup Signed-off-by: Ian Maddaus <[email protected]> * Lints Signed-off-by: Ian Maddaus <[email protected]> * Minor edits Signed-off-by: Ian Maddaus <[email protected]> * Final edits I think Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
1 parent 930645c commit 248e487

14 files changed

+532
-527
lines changed

config/_default/menu.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,14 @@ identifier = "chef_infra"
490490
parent = "chef_infra/features"
491491
weight = 20
492492

493+
[[infra]]
494+
title = "Target Mode"
495+
identifier = "chef_infra/features/Target Mode"
496+
parent = "chef_infra/features"
497+
url = "/target_mode/"
498+
weight = 80
499+
500+
493501
[[infra]]
494502
title = "Integrations"
495503
identifier = "chef_infra/integrations"

content/chef_deprecations_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ of Chef comes out.
270270
</tr>
271271
<tr>
272272
<td><a href="/deprecations_unified_mode/">CHEF-33</a></td>
273-
<td>Enabling unified mode in custom resources</td>
273+
<td>Enabling Unified Mode in custom resources</td>
274274
<td>17.0</td>
275275
</tr>
276276
<tr>

0 commit comments

Comments
 (0)