diff --git a/docs/introduction/notsupported.rst b/docs/introduction/notsupported.rst index 2ed4f022a..43e928ac6 100644 --- a/docs/introduction/notsupported.rst +++ b/docs/introduction/notsupported.rst @@ -31,4 +31,8 @@ In addition to this many people will configure Ocelot to proxy all traffic like If the user wants something to easily test against the Ocelot API then I suggest using Postman as a simple way to do this. It might even be possible to write something that maps ocelot.json to the postman json spec. However I don't intend to do this. -An alternative could be to use the community package `MMLib.SwaggerForOcelot `_. This package covers some common scenarios that you might expect from swagger documentation over API Gateway. +Swagger Alternatives +-------------------- + +An alternative could be to use the community package `MMLib.SwaggerForOcelot | GitHub `_. +This package covers some common scenarios that you might expect from Swagger documentation over API Gateway.