-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove usage section of command pages (#659)
- Loading branch information
1 parent
48d1c74
commit 818857a
Showing
2 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|