Skip to content

Commit 1ef4ac9

Browse files
committed
docs: update headings for shutdown/boot sections
Lowered the heading level for the "Shutdown Configuration" and "Boot Configuration" sections from H2 (##) to H3 (###) to improve document heading hierarchy. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent c4caf4c commit 1ef4ac9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.web-docs/components/builder/vmx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg
391391
<!-- End of code generated from the comments of the HTTPConfig struct in multistep/commonsteps/http_config.go; -->
392392

393393

394-
## Shutdown Configuration
394+
### Shutdown Configuration
395395

396396
**Optional**:
397397

@@ -527,7 +527,7 @@ wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg
527527
<!-- End of code generated from the comments of the VMXConfig struct in builder/vmware/common/vmx_config.go; -->
528528

529529

530-
## Boot Configuration
530+
### Boot Configuration
531531

532532
<!-- Code generated from the comments of the BootConfig struct in bootcommand/config.go; DO NOT EDIT MANUALLY -->
533533

docs/builders/vmx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ JSON Example:
104104

105105
@include 'packer-plugin-sdk/multistep/commonsteps/HTTPConfig-not-required.mdx'
106106

107-
## Shutdown Configuration
107+
### Shutdown Configuration
108108

109109
**Optional**:
110110

@@ -134,7 +134,7 @@ JSON Example:
134134

135135
@include 'builder/vmware/common/VMXConfig-not-required.mdx'
136136

137-
## Boot Configuration
137+
### Boot Configuration
138138

139139
@include 'packer-plugin-sdk/bootcommand/BootConfig.mdx'
140140

0 commit comments

Comments
 (0)