Skip to content

Commit

Permalink
deploy: ae59c8d
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamc committed Oct 9, 2024
1 parent 66469a5 commit 149b873
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3038,6 +3038,7 @@ <h1>Red&#160;Hat supplementary style guide for product documentation</h1>
<li><a href="#technical-examples">Technical examples</a>
<ul class="sectlevel3">
<li><a href="#commands-with-root-privileges">Commands requiring root privileges</a></li>
<li><a href="#ellipses-in-yaml-code-blocks">Ellipses in YAML code blocks</a></li>
<li><a href="#ip-addresses-and-mac-addresses">IP addresses and MAC addresses</a></li>
<li><a href="#long-code-examples">Long code examples</a></li>
<li><a href="#code-example-syntax-highlighting">Syntax highlighting</a></li>
Expand Down Expand Up @@ -5377,6 +5378,31 @@ <h4 id="commands-with-root-privileges"><a class="anchor" href="#commands-with-ro
</div>
</div>
<div class="sect3">
<h4 id="ellipses-in-yaml-code-blocks"><a class="anchor" href="#ellipses-in-yaml-code-blocks"></a><a class="link" href="#ellipses-in-yaml-code-blocks">Ellipses in YAML code blocks</a></h4>
<div class="paragraph">
<p>Use the number sign (<code>#</code>) to comment out an ellipsis in YAML code blocks.
YAML reserves <code>&#8230;&#8203;</code> to indicate the end of a document without starting a new document.</p>
</div>
<div class="listingblock">
<div class="title">Example AsciiDoc</div>
<div class="content">
<pre class="rouge highlight"><code data-lang="yaml"><span class="na">apiVersion</span><span class="pi">:</span> <span class="s">operator.openshift.io/v1alpha1</span>
<span class="na">kind</span><span class="pi">:</span> <span class="s">CertManager</span>
<span class="na">metadata</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">cluster</span>
<span class="c1"># ...</span></code></pre>
</div>
</div>
<div class="ulist">
<div class="title">Additional resources</div>
<ul>
<li>
<p><a href="https://yaml.org/spec/1.2.2/#22-structures">YAML 1.2: Structures</a></p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="ip-addresses-and-mac-addresses"><a class="anchor" href="#ip-addresses-and-mac-addresses"></a><a class="link" href="#ip-addresses-and-mac-addresses">IP addresses and MAC addresses</a></h4>
<div class="paragraph">
<p>Use the IP and MAC address ranges that are reserved for documentation purposes to avoid the likelihood of conflicts and confusion.</p>
Expand Down Expand Up @@ -23050,7 +23076,7 @@ <h5 id="bit-64-x86"><a class="anchor" href="#bit-64-x86"></a><a class="link" hre
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-27 14:35:31 UTC
Last updated 2024-10-09 08:47:33 UTC
</div>
</div>
<!-- Nav bar -->
Expand Down

0 comments on commit 149b873

Please sign in to comment.