I evaluate at the moment grav, whether I can use it for my specific case or not.
My requirement is the following:
I have generated documentation html files with doxygen. These files contain HTML.
Now when a user calls: www.MyDomain.com/doc/api-1-0-0/classes.html
I need to load the file called "classes.html" and embed it's content into my base website template.
Is this possible with grav, when yes, how?