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 4da3f25 commit ecc0759Copy full SHA for ecc0759
docs/usage/openapi.md
@@ -18,10 +18,6 @@ provides OpenAPI support for JSON:API by integrating with [Swashbuckle](https://
18
dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
19
```
20
21
- > [!NOTE]
22
- > Because this package is still experimental, it's not yet available on NuGet.
23
- > Use the steps [here](https://github.com/json-api-dotnet/JsonApiDotNetCore?tab=readme-ov-file#trying-out-the-latest-build) to install.
24
-
25
2. Add the JSON:API support to your `Program.cs` file.
26
27
```c#
0 commit comments