Remove extraneous **warning** (#3546)

* Remove extraneous **warning**

The .warning class already prepends "Warning"

* changed Warning tag to vanilla

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Jérôme Petazzoni 2017-06-21 15:40:34 -07:00 committed by Victoria Bialas
parent d0092e4660
commit e04cbdbd7c
2 changed files with 11 additions and 13 deletions

View File

@ -135,13 +135,12 @@ Docker EE.
need the **stable** repository, even if you want to install **edge** builds need the **stable** repository, even if you want to install **edge** builds
as well. as well.
> **Note**: The `lsb_release -cs` sub-command below returns the name of your > **Note**: The `lsb_release -cs` sub-command below returns the
> Ubuntu distribution, such as `xenial`. name of your Ubuntu distribution, such as `xenial`. Sometimes,
> in a distribution like Linux Mint, you might have to
> Sometimes, in a distribution like Linux Mint, you might have to change change `$(lsb_release -cs)` to your parent Ubuntu distribution.
> `$(lsb_release -cs)` to your parent Ubuntu distribution. For For example: If you are using `Linux Mint Rafaela`, you could use
> example: If you are using `Linux Mint Rafaela`, you could use `trusty`.
> `trusty`.
**amd64**: **amd64**:
@ -243,12 +242,11 @@ Docker EE.
</div> </div>
> **Warning**: > **Warning**: If you have multiple Docker repositories enabled, installing
> If you have multiple Docker repositories enabled, installing
> or updating without specifying a version in the `apt-get install` or > or updating without specifying a version in the `apt-get install` or
> `apt-get update` command will always install the highest possible version, > `apt-get update` command will always install the newest possible version,
> which may not be appropriate for your stability needs. > which may not be appropriate for your stability needs.
{:.warning} {: .warning-vanilla}
3. On production systems, you should install a specific version of Docker 3. On production systems, you should install a specific version of Docker
instead of always using the latest. This output is truncated. List the instead of always using the latest. This output is truncated. List the

View File

@ -380,8 +380,8 @@ Current styles for admonitions in
support two broad categories of admonitions: those with prefixed text (**Note:**, support two broad categories of admonitions: those with prefixed text (**Note:**,
**Important:**, **Warning**) and those with prefixed icons. **Important:**, **Warning**) and those with prefixed icons.
The new styles (with icons) are defined in a way that will not impact admonitions The new styles (with icons) are defined in a way that will not impact
formatted with the original styles (prefixed text), so notes in your admonitions formatted with the original styles (prefixed text), so notes in your
published documents won't be adversely affected. published documents won't be adversely affected.
Examples of both styles are shown below. Examples of both styles are shown below.