Skip to content

Commit

Permalink
Deploying to gh-pages from @ af53847 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson committed Sep 8, 2023
1 parent 248970f commit f838a5b
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 3 deletions.
56 changes: 56 additions & 0 deletions main/Eighty.Html.html
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,61 @@ <h5>Returns</h5>



<a id="Eighty_Html___"></a>
<h4 id="Eighty_Html___System_ReadOnlySpan_Eighty_Html__"><a href="#Eighty_Html___System_ReadOnlySpan_Eighty_Html__">_(ReadOnlySpan&lt;Html&gt;)</a></h4>
<div><p>Put some siblings next to each other.</p>
</div>
<h5>Declaration</h5>
<pre><code class="lang-csharp hljs">public static Html _(ReadOnlySpan&lt;Html&gt; siblings)</code></pre>

<h5>Parameters</h5>
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<a class="xref" href="Eighty.Html.html">Html</a>&gt;</p></td>
<td><p>siblings</p></td>
<td><p>The siblings.</p>
</td>
</tr>
</tbody>
</table>

<h5>Returns</h5>
<table>
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><p><a class="xref" href="Eighty.Html.html">Html</a></p></td>
<td><p>An instance of <a class="xref" href="Eighty.Html.html">Html</a>.</p>
</td>
</tr>
</tbody>
</table>






<h5 id="Eighty_Html___System_ReadOnlySpan_Eighty_Html___remarks"><a href="#Eighty_Html___System_ReadOnlySpan_Eighty_Html___remarks">Remarks</a></h5>
<div><p>This method copies the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan&lt;T&gt;</a>.</p>
</div>




<a id="Eighty_Html_a_"></a>
<h4 id="Eighty_Html_a_Eighty_Attr_"><a href="#Eighty_Html_a_Eighty_Attr_">a(Attr)</a></h4>
<div><p>Build an a element.</p>
Expand Down Expand Up @@ -153014,6 +153069,7 @@ <h5>In This Article</h5>
<li><a href="#Eighty_Html___System_Collections_Generic_List_Eighty_Html__">_(List&lt;Html&gt;)</a></li>
<li><a href="#Eighty_Html___System_Collections_Immutable_ImmutableArray_Eighty_Html__">_(ImmutableArray&lt;Html&gt;)</a></li>
<li><a href="#Eighty_Html___System_Collections_Immutable_ImmutableList_Eighty_Html__">_(ImmutableList&lt;Html&gt;)</a></li>
<li><a href="#Eighty_Html___System_ReadOnlySpan_Eighty_Html__">_(ReadOnlySpan&lt;Html&gt;)</a></li>
<li><a href="#Eighty_Html_a_Eighty_Attr_">a(Attr)</a></li>
<li><a href="#Eighty_Html_a_Eighty_Attr_Eighty_Attr_">a(Attr, Attr)</a></li>
<li><a href="#Eighty_Html_a_Eighty_Attr_Eighty_Attr_Eighty_Attr_">a(Attr, Attr, Attr)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion main/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ header .title a {
position: sticky;
top: 24px;
margin-top: 24px;
max-height: 400px;
max-height: 80vh;
overflow: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion main/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"output": {
".html": {
"relative_path": "Eighty.Html.html",
"hash": "8dfWwd7lUNxuo9k/3ejkrxslH7CEnQQHirzgnAz4A8k="
"hash": "joeI6Y3618RcINwAhMiHLKG8MBHDHs0+cusSALoanEU="
}
},
"is_incremental": false,
Expand Down
9 changes: 9 additions & 0 deletions main/xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,15 @@ references:
fullName.vb: Eighty.Html._(System.Collections.Immutable.ImmutableList(Of Eighty.Html))
nameWithType: Html._(ImmutableList<Html>)
nameWithType.vb: Html._(ImmutableList(Of Html))
- uid: Eighty.Html._(System.ReadOnlySpan{Eighty.Html})
name: _(ReadOnlySpan<Html>)
href: Eighty.Html.html#Eighty_Html___System_ReadOnlySpan_Eighty_Html__
commentId: M:Eighty.Html._(System.ReadOnlySpan{Eighty.Html})
name.vb: _(ReadOnlySpan(Of Html))
fullName: Eighty.Html._(System.ReadOnlySpan<Eighty.Html>)
fullName.vb: Eighty.Html._(System.ReadOnlySpan(Of Eighty.Html))
nameWithType: Html._(ReadOnlySpan<Html>)
nameWithType.vb: Html._(ReadOnlySpan(Of Html))
- uid: Eighty.Html._*
name: _
href: Eighty.Html.html#Eighty_Html___
Expand Down

0 comments on commit f838a5b

Please sign in to comment.