Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8ff019a

Browse files
authored
Merge branch 'master' into whatsnew-update
2 parents 8ef8b31 + 0ade4d4 commit 8ff019a

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

src/_includes/reference/cli-template.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ The initial list is auto generated using the `{{ tool }} list` command at the {{
1414

1515
{{ intro }}
1616

17-
## Reference
18-
1917
{:.bs-callout-info}
2018
This reference is generated from the Magento codebase. To change the content, you can update the source code for the corresponding command implementation in [Magento codebase](https://github.com/magento) repository and submit your changes for review. Another way is to _Give us feedback_ (find the link at the upper right). For contribution guidelines, see [Magento Code Contributions]({{ site.baseurl] }}/contributor-guide/contributing.html).
2119

2220
{% for command in commands %}
2321
{% assign arguments = command.definition.arguments %}
2422
{% assign options = command.definition.options %}
2523

26-
### `{{ command.name }}`
24+
## `{{ command.name }}`
2725

2826
{{ command.description }}
2927

@@ -45,14 +43,12 @@ This reference is generated from the Magento codebase. To change the content, yo
4543

4644
{% unless arguments.size == 0 %}
4745

48-
#### Arguments
49-
5046
{% for argument in arguments %}
5147
{% for item in argument %}
5248
{% if item.name %}
5349

54-
##### `{{ item.name }}`
55-
50+
### `{{ item.name }}`
51+
{: .no_toc }
5652
{{ item.description }}
5753

5854
{% unless item.default == nil %}
@@ -78,17 +74,16 @@ This reference is generated from the Magento codebase. To change the content, yo
7874

7975
{% unless options.size == 0 %}
8076

81-
#### Options
82-
8377
{% for option in options %}
8478
{% assign opt = option[1] %}
8579

8680
{% if opt.shortcut contains '-' %}
8781

88-
##### `{{ opt.name }}`, `{{ opt.shortcut }}`
82+
### `{{ opt.name }}`, `{{ opt.shortcut }}`
83+
{: .no_toc }
8984
{% else %}
90-
##### `{{ opt.name }}`
91-
85+
### `{{ opt.name }}`
86+
{: .no_toc }
9287
{% endif %}
9388

9489
{{ opt.description | replace: '|', '\|'}}
@@ -120,4 +115,4 @@ This reference is generated from the Magento codebase. To change the content, yo
120115

121116
There is no data available for this reference at the moment.
122117

123-
{% endif %} <!-- file -->
118+
{% endif %} <!-- file -->

0 commit comments

Comments
 (0)