Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Updated installation/index.adoc to fix callout (#168)
Browse files Browse the repository at this point in the history
* Updated installation/index.adoc to fix callout;
Updated style_guide.adoc to reflect correct callout tag

* Fixed typo per review comment
  • Loading branch information
beelandc authored and etsauer committed Jun 9, 2017
1 parent 3451d80 commit e993eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/installation/index.adoc
Expand Up @@ -725,7 +725,7 @@ ansible -i c1-ocp.myorg.com/hosts OSEv3 -a 'subscription-manager attach --pool 8
ansible -i c1-ocp.myorg.com/hosts OSEv3 -a 'subscription-manager repos --disable "*" --enable rhel-7-server-rpms --enable rhel-7-server-extras-rpms --enable rhel-7-server-ose-3.5-rpms --enable rhel-7-fast-datapath-rpms'
----

INFO: The `rhel-7-fast-datapath-rpms` channel is only required for OpenShift Container Platform version 3.5 and later. For versions 3.5 and earlier, this channel should be omitted.
NOTE: The `rhel-7-fast-datapath-rpms` channel is only required for OpenShift Container Platform version 3.5 and later. For versions 3.4 and earlier, this channel should be omitted.

=== Docker Storage Setup

Expand Down
4 changes: 2 additions & 2 deletions style_guide.adoc
Expand Up @@ -83,10 +83,10 @@ link:/playbooks/installation/installation{outfilesuffix}[click here!]
The link:/playbooks/installation/load_balancing{outfilesuffix}[External Load Balancers Guide] provides an introduction to the strategies that can be employed within OpenShift
----
+
3. Use an INFO callout when there's no natural flow.
3. Use a NOTE callout when there's no natural flow.
+
----
INFO: The link:/playbooks/installation/load_balancing{outfilesuffix}[External Load Balancers Guide] provides an introduction to the strategies that can be employed within OpenShift
NOTE: The link:/playbooks/installation/load_balancing{outfilesuffix}[External Load Balancers Guide] provides an introduction to the strategies that can be employed within OpenShift
----

=== Include a "What's Next?" section to encourage further reading
Expand Down

0 comments on commit e993eef

Please sign in to comment.