So I'm using phpDocumentor 3 to generate documentation for my Laravel 7 project,
and was wondering if I could serve this documentation (static files) from Laravel in order to make it available only to authorized users.
I would like to be able to update the documentation through my CI/CD, so I can't just modify manually the generated documentation.
I think that I might have to write my own template (https://docs.phpdoc.org/3.0/guide/guides/templates.html) for that but I'm not sure whether the documentation is incomplete or if I'm missing something because I have no idea how to create a template. Any suggestions, guides or tutorials that can help me achieve this please ?
Thank you