I have an Angular project running on gitlab, I have created documentation with compodoc, and it runs on its own 8080 port. I would like to include it in my project routing such as "localhost:4200/docs" or something similar.
Does anybody have the same experience?