Description
First of all, thank you guys for this amazing project, everything about it is beautiful and I can't wait to see it mature.
I am looking for clarification if there is built-in support for handling dynamic page generation, or if this is something that I should implement via a custom plugin.
My use case is that I am trying to generate a documentation site for a python library, where each class gets it's own page generated at build-time from the source docstrings. I could of course create these files separately, but I would really like to avoid have the same documentation duplicated in multiple places.
Is this something that would best be handled as a plugin using one of the life cycle hooks? Has the life cycle API stabilized yet?
I saw #452, but that seemed to be referring to dynamic data files, not pages, so I wasn't sure that discussion applied here.