Documentation for .NET REST API with NancyFx

I am developing a NancyFx-based REST API on .NET, and I would like to attach a documentation structure such as IODocs or Swagger. But, as I understand it, they are incompatible with .NET and NancyFx. Any suggestions for solving this or alternative documentation?

+4
source share
1 answer

Perhaps take a look at Carte - it will use Jekyll to create a static API documentation site, so it is not tied to any particular REST structure. There's also a message from the creators explaining why they wrote it (an approach with which I personally agree)

0
source

Source: https://habr.com/ru/post/1491415/


All Articles