Skip to content

Commit

Permalink
fix: remove usage section of command pages (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Jun 6, 2024
1 parent 48d1c74 commit 818857a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion templates/cli_reference_xml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
-->
<!--This is a static file that should be passed as-is through the autogen process.-->
<title>sf</title>
<shortdesc>This section contains information about the <codeph otherprops="nolang">sf</codeph> commands and their parameters. </shortdesc>
<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>
<prolog>
<metadata>
<othermeta content="reference" name="topic_type"/>
Expand Down
11 changes: 0 additions & 11 deletions templates/command.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
{{/each}}
</section>
{{/if}}
<section>
<title><ph>Usage</ph></title>
<dl>
<dlentry>
<dt><codeph otherprops="nolang">{{binary}} {{name}}</codeph></dt>
{{#each parameters}}
<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>
{{/each}}
</dlentry>
</dl>
</section>
{{#if parameters}}
<section>
<title><ph>Flags</ph></title>
Expand Down

0 comments on commit 818857a

Please sign in to comment.