File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT
[email protected] FOR D
31
31
<section >
32
32
<p >For information about installing Salesforce CLI, see the <cite ><xref
33
33
href =" https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm"
34
- type =" new-window:HTML" format =" html" scope =" external" >Salesforce DX Setup Guide</xref ></cite >.</p >
34
+ type =" new-window:HTML" format =" html" scope =" external" >Salesforce CLI Setup Guide</xref ></cite >.</p >
35
35
<p >For information about Salesforce CLI changes, see the <cite ><xref
36
- href =" https://developer.salesforce. com/media/salesforce- cli/releasenotes.html "
36
+ href =" https://github. com/forcedotcom/ cli/blob/master/ releasenotes/README.md "
37
37
type =" new-window:HTML" format =" html" scope =" external" >Salesforce CLI Release Notes</xref ></cite >.</p >
38
38
</section >
39
39
</refbody >
Original file line number Diff line number Diff line change @@ -61,6 +61,22 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT
[email protected] FOR D
61
61
format =" html" scope =" external" type =" new-window:HTML" >{{ trailblazerCommunityName }} </xref > group in the
62
62
Trailblazer Community.</note >
63
63
</section >{{ /if }}
64
+ {{ #if help }}
65
+ <section >
66
+ <title ><ph >Help for <codeph otherprops =" nolang" >{{ id }} </codeph ></ph ></title >
67
+ {{ #each help }}
68
+ {{ #isCodeBlock this }} <codeblock otherprops =" nolang" >{{ this }} </codeblock >{{ else }} <p >{{ this }} </p >{{ /isCodeBlock }}
69
+ {{ /each }}
70
+ </section >
71
+ {{ /if }}
72
+ {{ #if examples }}
73
+ <section >
74
+ <title ><ph >Examples for <codeph otherprops =" nolang" >{{ id }} </codeph ></ph ></title >
75
+ {{ #each examples }}
76
+ {{ #isCodeBlock this }} <codeblock otherprops =" nolang" >{{ this }} </codeblock >{{ else }} <p >{{ this }} </p >{{ /isCodeBlock }}
77
+ {{ /each }}
78
+ </section >
79
+ {{ /if }}
64
80
<section >
65
81
<title ><ph >Command Syntax</ph ></title >
66
82
<dl >
@@ -90,14 +106,6 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT
[email protected] FOR D
90
106
</dl >
91
107
</section >
92
108
{{ /if }}
93
- {{ #if help }}
94
- <section >
95
- <title ><ph >Help for <codeph otherprops =" nolang" >{{ id }} </codeph ></ph ></title >
96
- {{ #each help }}
97
- {{ #isCodeBlock this }} <codeblock otherprops =" nolang" >{{ this }} </codeblock >{{ else }} <p >{{ this }} </p >{{ /isCodeBlock }}
98
- {{ /each }}
99
- </section >
100
- {{ /if }}
101
109
{{ #if aliases }}
102
110
<section >
103
111
<title ><ph >Aliases for <codeph otherprops =" nolang" >{{ id }} </codeph ></ph ></title >
@@ -106,13 +114,5 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT
[email protected] FOR D
106
114
{{ /each }}
107
115
</section >
108
116
{{ /if }}
109
- {{ #if examples }}
110
- <section >
111
- <title ><ph >Examples for <codeph otherprops =" nolang" >{{ id }} </codeph ></ph ></title >
112
- {{ #each examples }}
113
- {{ #isCodeBlock this }} <codeblock otherprops =" nolang" >{{ this }} </codeblock >{{ else }} <p >{{ this }} </p >{{ /isCodeBlock }}
114
- {{ /each }}
115
- </section >
116
- {{ /if }}
117
117
</refbody >
118
118
</reference >
You can’t perform that action at this time.
0 commit comments