website
website copied to clipboard
:earth_americas: The Cake website: https://cakebuild.net
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
The documentation on how to pass custom arguments to cake should be updated to contain an example of using the TeamCity powershell runner ( build step ). I'm sure i'm...
@RaringCoder commented on [Tue Jan 02 2018](https://github.com/cake-build/cake/issues/1980) A user from the gitter channel highlighted an issue whereby they performed an update to the Cake version. This causes the bootstrapper to...
For an example see `ICakeContext` here: http://cakebuild.net/api/Cake.AppVeyor/AppVeyorAliases/56F2DB15 - it should be linked to the documentation for `ICakeContext` but it's not. I'm tracking this at https://github.com/statiqdev/Statiq.Web/issues/493 and hope to have a...
It would be awesome if the website would contain some complete and compelling examples for users who are new to Cake. I have something in my mind like: - Build...
With Cake PR cake-build/cake#858 merged debugging support was added to Cake. When released we should update docs with a new Troubleshooting section with atleast 2 pages - debugging - parameter,...
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...
The Cake.AddinDiscoverer tool has discovered a NuGet package for a Cake addin without a corresponding yaml file on the Cake web site. Cake.GitHubReleases.yaml must be created.
Currently we load scripts, css, and images using different CDNs including jsdelivr, CloudFlare, and GitHub CDN, and some are bundled with the website and hosted/served through the website directly. This...