Home > Software design >  Separate FastApi documentation into sections
Separate FastApi documentation into sections

Time:11-03

Currently the OpenAPI documentation looks like this: documentation aspect Is it possible to separate it into multiple sections?

For example, 2 sections, one being the "books" section that contains the methods from "/api/bookcollection/books/" endpoints and the other containing the endpoints with "/api/bookcollection/authors/".

I have consulted the FastApi enter image description here

  • Related