Pascal Berger
Pascal Berger
We should add documentation for [Docker images](https://github.com/cake-build/docker)
Add documentation for GitHub Action on https://cakebuild.net/docs/build-systems/
We regularly get questions how to use NuGet packages or addins from Azure Artifact feeds. Even though not related to Cake directly, it could help if we have documentation how...
While we have basic documentation for [sharing build state](https://cakebuild.net/docs/fundamentals/sharing-build-state), we should also document advanced scenarios, like accessing multiple typed contexts from a task, direct usage of `context.Data.Get()`, etc
We currently already have a short section how to document addins: https://cakebuild.net/docs/extending/addins/best-practices#documentation `AliasCategory` tags are only used for integrating documentation on website and we should enhance the best practices with...
Document NuGet version range support implemented with https://github.com/cake-build/cake/issues/2578 / https://github.com/cake-build/cake/pull/3240
It could be helpful if we document the architecture and parts & pieces of Cake. This blog post gives a good overview: https://medium.com/hackernoon/dispelling-the-magic-6dc0fdfe476c
With the new reference page aliases are grouped by addin for every category. From a user perspective it would be more useful to have less categories, which group aliases from...
We should also list recipe pacakges in the [extensions page](https://cakebuild.net/extensions/)
API documentation of Cake is currently of latest pre-release version, as are the examples in [Getting Started Guide](https://cakebuild.net/docs/getting-started/setting-up-a-new-project#choose-your-runner). We should think if it would not make more sense to have...