Skip to content

Commit 63c3308

Browse files
committed
Auto-generated documentation from ecc0759
1 parent 24ef9f2 commit 63c3308

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

usage/openapi.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ <h2 id="getting-started">Getting started</h2>
9797
<li><p>Install the <code>JsonApiDotNetCore.OpenApi.Swashbuckle</code> NuGet package:</p>
9898
<pre><code>dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
9999
</code></pre>
100-
<div class="NOTE">
101-
<h5>Note</h5>
102-
<p>Because this package is still experimental, it's not yet available on NuGet.
103-
Use the steps <a href="https://github.com/json-api-dotnet/JsonApiDotNetCore?tab=readme-ov-file#trying-out-the-latest-build">here</a> to install.</p>
104-
</div>
105100
</li>
106101
<li><p>Add the JSON:API support to your <code>Program.cs</code> file.</p>
107102
<pre><code class="lang-c#">builder.Services.AddJsonApi&lt;AppDbContext&gt;();

0 commit comments

Comments
 (0)