Skip to content

Commit

Permalink
Deployed fb7cdda to 0.3 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fusiondoc committed Apr 18, 2024
1 parent 1171ce4 commit cdd78e5
Show file tree
Hide file tree
Showing 7 changed files with 2,993 additions and 63 deletions.
4 changes: 2 additions & 2 deletions 0.3/api-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2798,9 +2798,9 @@ <h3 id="memory">Memory<a class="headerlink" href="#memory" title="Permanent link
<span class="fusiondoc-api-name">Scope</span>
<span class="fusiondoc-api-index-arrow" markdown><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M8.72 18.78a.75.75 0 0 0 1.06 0l6.25-6.25a.75.75 0 0 0 0-1.06L9.78 5.22a.75.75 0 0 0-1.06 1.06L14.44 12l-5.72 5.72a.75.75 0 0 0 0 1.06z"/></svg></span></span>
</a>
<a class="fusiondoc-api-index-link" href="memory/members/derivescope" markdown>
<a class="fusiondoc-api-index-link" href="memory/members/innerscope" markdown>
<span class="fusiondoc-api-icon" markdown><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h6.5a2 2 0 0 1 2 2v6.5a2 2 0 0 1-2 2H7v4.063C7 16.355 7.644 17 8.438 17H12.5v-2.5a2 2 0 0 1 2-2H21a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-6.5a2 2 0 0 1-2-2v-2.5H8.437A2.938 2.938 0 0 1 5.5 15.562V11.5H3a2 2 0 0 1-2-2V3zm2-.5a.5.5 0 0 0-.5.5v6.5a.5.5 0 0 0 .5.5h6.5a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3zM14.5 14a.5.5 0 0 0-.5.5V21a.5.5 0 0 0 .5.5H21a.5.5 0 0 0 .5-.5v-6.5a.5.5 0 0 0-.5-.5h-6.5z"/></svg></span></span>
<span class="fusiondoc-api-name">deriveScope</span>
<span class="fusiondoc-api-name">innerScope</span>
<span class="fusiondoc-api-index-arrow" markdown><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M8.72 18.78a.75.75 0 0 0 1.06 0l6.25-6.25a.75.75 0 0 0 0-1.06L9.78 5.22a.75.75 0 0 0-1.06 1.06L14.44 12l-5.72 5.72a.75.75 0 0 0 0 1.06z"/></svg></span></span>
</a>
<a class="fusiondoc-api-index-link" href="memory/members/docleanup" markdown>
Expand Down
4 changes: 3 additions & 1 deletion 0.3/api-reference/memory/members/derivescope/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2849,6 +2849,8 @@ <h1 class="fusiondoc-api-header" id="derivescope-scopet">
</code></pre></div>
<p>Returns a blank <a href="../../types/scope">scope</a> with the same methods as an existing
scope.</p>
<p>Unlike <a href="../derivescope">innerScope</a>, the returned scope has a completely
independent lifecycle from the original scope.</p>
<div class="admonition warning">
<p class="admonition-title">Scopes are not unique</p>
<p>Fusion can recycle old unused scopes. This helps make scopes more
Expand All @@ -2873,7 +2875,7 @@ <h2 id="returns-scopet">
-&gt; <a href="../../types/scope">Scope</a>&lt;T&gt;
</span>
<a class="headerlink" href="#returns-scopet" title="Permanent link">&para;</a></h2>
<p>A blank scope with the same methods as the existing scope.</p>
<p>A blank (non-inner) scope with the same methods as the existing scope.</p>
<hr />
<h2 id="learn-more">Learn More<a class="headerlink" href="#learn-more" title="Permanent link">&para;</a></h2>
<ul>
Expand Down
Loading

0 comments on commit cdd78e5

Please sign in to comment.