agusmdev / fastapi-ddd-cookiecutter

This project is a backend template for a FastAPI-based application that uses the repository pattern approach to provide an abstraction layer between the business logic and the data access layer. It aims to provide a scalable and maintainable architecture for building web applications.
MIT License
42 stars 5 forks source link

Implement a Documentation library to generate and host HTML docs #8

Open leferrad opened 1 year ago

leferrad commented 1 year ago

I recommend using Material for Mkdocs to generate fancy documentation with just Markdown files. Then for hosting the docs, Giithub Pages should be enough, or maybe readthedocs