Skip to content

Commit f04d3cf

Browse files
authored
add url of Scalar
1 parent e942dec commit f04d3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/fundamentals/openapi/using-openapi-documents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's
3030

3131
[!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)]
3232

33+
Launch the app and navigate to `https://localhost:<port>scalar/v1` to view the generated Scalar API Reference.
34+
3335
## Lint generated OpenAPI documents with Spectral
3436

3537
[Spectral](https://stoplight.io/open-source/spectral) is an open-source OpenAPI document linter. Spectral can be incorporated into an app build to verify the quality of generated OpenAPI documents. Install Spectral according to the [package installation directions](https://github.com/stoplightio/spectral#-installation).

0 commit comments

Comments
 (0)