Skip to content

Commit e21a3ab

Browse files
committed
remove extra Note class
1 parent 2f97d4d commit e21a3ab

4 files changed

+0
-6
lines changed

getting-started.html.md.erb

-3
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ OK
261261
</pre>
262262

263263
<p class="note important">
264-
<span class="note__title"><strong>Important</strong></span>
265264
If you are not an admin, you see this message when you try to run these commands: <code>error code: 10003, message: You
266265
are not authorized to perform the requested action</code></p>
267266

@@ -312,7 +311,6 @@ flag.
312311
For more information about the `-f` flag, see the `cf push --help` output.
313312

314313
<p class="note">
315-
<span class="note__title"><strong>Note</strong></span>
316314
When you provide an app name at the command line, the <code>cf push</code> command uses that app
317315
name instead of any app name provided in the manifest. If the manifest configures multiple apps, you can push a
318316
single app by providing thenname at the command line; the cf CLI does not push the others. Use these behaviors for testing.</p>
@@ -354,7 +352,6 @@ start command: bundle exec rackup config.ru -p $PORT -o 0.0.0.0
354352
</pre>
355353

356354
<p class="note important">
357-
<span class="note__title"><strong>Important</strong></span>
358355
To avoid security exposure, verify that you migrate your apps and custom
359356
buildpacks to use the <code>cflinuxfs4</code> stack based on Ubuntu 22.04 LTS (Jammy Jellyfish). The <code>cflinuxfs3</code> stack is
360357
based on Ubuntu 18.04 (Bionic Beaver), which reaches end of standard support in April 2023.</p>

install-go-cli.html.md.erb

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ You can install the cf CLI using a compressed binary on Windows, macOS X, and Li
100100
This method can be a more secure option compared to installing from a repository, especially in environments where security is a primary concern.
101101

102102
<p class="note">
103-
<span class="note__title"><b>Note </b></span>
104103
As of cf CLI 8.4.0 and cf CLI 7.5.0, the Apple ARM architecture is now supported for installation of cf CLI. This is possible on newer MACs that use M1 and M2 processors. For systems running the M1 processor, cf CLI can now be installed without use of an emulator.
105104
</p>
106105

use-cli-plugins.html.md.erb

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The Cloud Foundry CLI (cf CLI) includes plug-in capability. Plug-ins allow you t
99
You can install and use the plug-in that Cloud Foundry developers and third-party developers create. For a current list of community-supported plug-ins, see the [Cloud Foundry Community CLI Plug-in page](https://plugins.cloudfoundry.org). For information about submitting your own plug-in, see the [Cloud Foundry CLI Plugin Repository (CLIPR)](https://github.com/cloudfoundry-incubator/cli-plugin-repo) repository on GitHub.
1010

1111
<p class="note important">
12-
<span class="note__title"><strong>Important</strong></span>
1312
Plug-ins are not vetted for security or function. Use plug-ins at your own risk.</p>
1413

1514
The cf CLI identifies a plug-in by binary filename, its developer defined plug-in name, and the commands that the plug-in provides. Use the binary filename only to install a plug-in. You use the plug-in name or a command for any other action.

v7.html.md.erb

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Some of these changes are:
7575
* Single-quote resource names appear in error cases.
7676

7777
<p class="note caution">
78-
<span class="note__title"><strong>Caution</strong></span>
7978
If the services attribute is declared at the top-level of the manifest.yml file, cf CLI v6 generates a warning, but in cf CLI v7, there is no warning and the app is still pushed.</p>
8079

8180
### <a id="table"></a> Exit codes

0 commit comments

Comments
 (0)