Hi all,
I was playing around with DocC for a task where it was necessary to end up with a statically hosted documentation using DocC that supports:
- multiple platforms per target documented
- multiple targets documented on a single web page
- versionised documentation for each released version of the Swift package
I tried to write down the process and how I approached the issue in my latest blog post: Multi-Version Multi-Framework DocC Documentation | Teabyte
I would love gain some community feedback on this, whether this is the right approach to tackle a task like this or if there is maybe an easier way to achieve it with features already present in docc directly.