We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ef9f2 commit 63c3308Copy full SHA for 63c3308
1 file changed
usage/openapi.html
@@ -97,11 +97,6 @@ <h2 id="getting-started">Getting started</h2>
97
<li><p>Install the <code>JsonApiDotNetCore.OpenApi.Swashbuckle</code> NuGet package:</p>
98
<pre><code>dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
99
</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>
105
</li>
106
<li><p>Add the JSON:API support to your <code>Program.cs</code> file.</p>
107
<pre><code class="lang-c#">builder.Services.AddJsonApi<AppDbContext>();
0 commit comments