Skip to content

Commit

Permalink
publish: Merge tag 'v2.13.1'
Browse files Browse the repository at this point in the history
generated from commit 54f47854a2f38e08f3ecc0cc189dee00a037dd9f
  • Loading branch information
eemeli committed Dec 31, 2024
1 parent f590d95 commit f7f652b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions includes/01_intro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</blockquote>
<div class="highlight"><pre class="highlight sh tab-shell"><code>npm <span class="nb">install </span>yaml
<span class="c"># or</span>
yarn add yaml
deno add jsr:@eemeli/yaml
</code></pre></div>
<blockquote>
<p>To use:</p>
Expand Down Expand Up @@ -84,15 +84,15 @@ The first has the simplest API and &quot;just works&quot;, the second gets you a
<span class="p">}</span> <span class="k">from</span> <span class="dl">'</span><span class="s1">yaml</span><span class="dl">'</span>
</code></pre></div>
<ul>
<li><a href="#identifying-nodes"><code>isNode(foo): boolean</code></a></li>
<li><a href="#identifying-node-types"><code>is*(foo): boolean</code></a></li>
<li><a href="#scalar-values"><code>new Scalar(value)</code></a></li>
<li><a href="#collections"><code>new YAMLMap()</code></a></li>
<li><a href="#collections"><code>new YAMLSeq()</code></a></li>
<li><a href="#creating-nodes"><code>doc.createAlias(node, name?): Alias</code></a></li>
<li><a href="#creating-nodes"><code>doc.createNode(value, options?): Node</code></a></li>
<li><a href="#creating-nodes"><code>doc.createPair(key, value): Pair</code></a></li>
<li><a href="#modifying-nodes"><code>visit(node, visitor)</code></a></li>
<li><a href="#modifying-nodes"><code>visitAsync(node, visitor)</code></a></li>
<li><a href="#finding-and-modifying-nodes"><code>visit(node, visitor)</code></a></li>
<li><a href="#finding-and-modifying-nodes"><code>visitAsync(node, visitor)</code></a></li>
</ul>

<h3>Parsing YAML</h3>
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@
color: #859900;
}
</style>
<link href="stylesheets/screen-1c3d6d42.css" rel="stylesheet" media="screen" />
<link href="stylesheets/print-583e36cc.css" rel="stylesheet" media="print" />
<link href="stylesheets/screen-aca42c50.css" rel="stylesheet" media="screen" />
<link href="stylesheets/print-6df814b7.css" rel="stylesheet" media="print" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126084011-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down Expand Up @@ -461,7 +461,7 @@ <h1 id='yaml'>YAML</h1>
</blockquote>
<div class="highlight"><pre class="highlight sh tab-shell"><code>npm <span class="nb">install </span>yaml
<span class="c"># or</span>
yarn add yaml
deno add jsr:@eemeli/yaml
</code></pre></div>
<blockquote>
<p>To use:</p>
Expand Down Expand Up @@ -541,15 +541,15 @@ <h3>Content Nodes</h3>
<span class="p">}</span> <span class="k">from</span> <span class="dl">'</span><span class="s1">yaml</span><span class="dl">'</span>
</code></pre></div>
<ul>
<li><a href="#identifying-nodes"><code>isNode(foo): boolean</code></a></li>
<li><a href="#identifying-node-types"><code>is*(foo): boolean</code></a></li>
<li><a href="#scalar-values"><code>new Scalar(value)</code></a></li>
<li><a href="#collections"><code>new YAMLMap()</code></a></li>
<li><a href="#collections"><code>new YAMLSeq()</code></a></li>
<li><a href="#creating-nodes"><code>doc.createAlias(node, name?): Alias</code></a></li>
<li><a href="#creating-nodes"><code>doc.createNode(value, options?): Node</code></a></li>
<li><a href="#creating-nodes"><code>doc.createPair(key, value): Pair</code></a></li>
<li><a href="#modifying-nodes"><code>visit(node, visitor)</code></a></li>
<li><a href="#modifying-nodes"><code>visitAsync(node, visitor)</code></a></li>
<li><a href="#finding-and-modifying-nodes"><code>visit(node, visitor)</code></a></li>
<li><a href="#finding-and-modifying-nodes"><code>visitAsync(node, visitor)</code></a></li>
</ul>

<h3>Parsing YAML</h3>
Expand Down
1 change: 0 additions & 1 deletion stylesheets/print-583e36cc.css

This file was deleted.

1 change: 1 addition & 0 deletions stylesheets/print-6df814b7.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7f652b

Please # to comment.