New website
Today a new version of the Cake Issues website has been published.
The Cake Issues website was introduced 2017 as a static website built using Wyam, like the Cake website. Using Wyam allowed to add full API documentation and other features like list of addins or overview of open issues across all addins.
Wyam is no longer maintained, with Statiq as its successor. Unfortunately also the deployment pipeline for the Cake Issues website stopped working in 2023, resulting in the website no longer receiving updates.
Since the introduction of the Cake Issues website seven years ago, the Cake website also has been improved, among other things, with a dedicated page for each addin listing the aliases the addin provides. These improvements made a full API documentation on Cake Issues website somehow redundant.
With .NET API documentation no longer being a requirement there are much more tooling options available. The choice was made to use Material for MkDocs, which comes with a lot of features for writing technical documentation.
One of the features of the new website is support for multiple versions using mike.
https://cakeissues.net/latest/
will always point to the documentation of the latest released version.
https://cakeissues.net/develop/
points to the documentation of the current development branch.
Beside that there's now a version selector in the header to show documentation for any old version.