mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
Merge pull request #152 from suaskot/fix-readme-urls
fix: README.md configuration reference urls
This commit is contained in:
@@ -49,13 +49,13 @@ Then go to `http://localhost:8080/swagger`.
|
|||||||
|
|
||||||
## provider
|
## provider
|
||||||
@default 'scalar'
|
@default 'scalar'
|
||||||
Choose between [Scalar](https://swagger.io/specification/v2/) & [SwaggerUI](https://github.com/swagger-api/swagger-ui)
|
Choose between [Scalar](https://github.com/scalar/scalar) & [SwaggerUI](https://github.com/swagger-api/swagger-ui)
|
||||||
|
|
||||||
## scalar
|
## scalar
|
||||||
Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar)
|
Customize scalarConfig, refers to [Scalar config](https://github.com/scalar/scalar/blob/main/documentation/configuration.md)
|
||||||
|
|
||||||
## swagger
|
## swagger
|
||||||
Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3/)
|
Customize Swagger config, refers to [Swagger 3.0.3 config](https://swagger.io/specification/v3)
|
||||||
|
|
||||||
## path
|
## path
|
||||||
@default '/swagger'
|
@default '/swagger'
|
||||||
|
|||||||
Reference in New Issue
Block a user