Pascal Berger

Results 110 issues of Pascal Berger

We should add documentation for [Docker images](https://github.com/cake-build/docker)

help wanted
documentation
up-for-grabs

Add documentation for GitHub Action on https://cakebuild.net/docs/build-systems/

help wanted
documentation
up-for-grabs

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...

help wanted
documentation
up-for-grabs

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

help wanted
documentation
up-for-grabs

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...

documentation

Document NuGet version range support implemented with https://github.com/cake-build/cake/issues/2578 / https://github.com/cake-build/cake/pull/3240

documentation

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

documentation

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...

documentation

We should also list recipe pacakges in the [extensions page](https://cakebuild.net/extensions/)

enhancement

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...

enhancement