Skip to content

Commit 818857a

Browse files
fix: remove usage section of command pages (#659)
1 parent 48d1c74 commit 818857a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

templates/cli_reference_xml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
1111
-->
1212
<!--This is a static file that should be passed as-is through the autogen process.-->
1313
<title>sf</title>
14-
<shortdesc>This section contains information about the <codeph otherprops="nolang">sf</codeph> commands and their parameters. </shortdesc>
14+
<shortdesc>Commands to manage Salesforce DX projects, create and manage scratch orgs and sandboxes, synchronize source to and from orgs, create and install packages, and more. </shortdesc>
1515
<prolog>
1616
<metadata>
1717
<othermeta content="reference" name="topic_type"/>

templates/command.hbs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
7070
{{/each}}
7171
</section>
7272
{{/if}}
73-
<section>
74-
<title><ph>Usage</ph></title>
75-
<dl>
76-
<dlentry>
77-
<dt><codeph otherprops="nolang">{{binary}} {{name}}</codeph></dt>
78-
{{#each parameters}}
79-
<dd>{{#if optional}}[{{/if}}<codeph otherprops="nolang">{{#if char}}-{{char}}{{else}}--{{name}}{{/if}}</codeph>{{#if hasValue}} <parmname>{{toUpperCase name}}</parmname>{{/if}}{{#if optional}}]{{/if}}</dd>
80-
{{/each}}
81-
</dlentry>
82-
</dl>
83-
</section>
8473
{{#if parameters}}
8574
<section>
8675
<title><ph>Flags</ph></title>

0 commit comments

Comments
 (0)