website
                                
                                
                                
                                    website copied to clipboard
                            
                            
                            
                        :earth_americas: The Cake website: https://cakebuild.net
The Cake.AddinDiscoverer tool has discovered a NuGet package for a Cake addin without a corresponding yaml file on the Cake web site. Cake.DependencyTrack.yaml must be created.
The Cake.AddinDiscoverer tool has discovered a NuGet package for a Cake addin without a corresponding yaml file on the Cake web site. Cake.AWS.CloudFormation.yaml must be created.
We should add a page explaining how logging works in Cake. - Should contain a reference to the [built-in logging aliases](https://cakebuild.net/dsl/logging/#Built-In) - Should mention that we ship with [Spectre.Console](https://spectresystems.github.io/spectre.console/) for...
The homepage will look much better with a better hover effect on the navbar and a few more changes. 
This pull request was created by a tool: Cake.AddinDiscoverer version 3.76.0 Resolves #2236
We should document different ways to run external tools: - Using built-in aliases from Cake.Common - Using alias provided by an addin - Using Command aliases introduced with 2.3.0: https://cakebuild.net/blog/2022/10/cake-v2.3.0-released#command-aliases...
The humanization of dates is resolved during build time therefore it gets stale immediately after the deployment.  Some possible alternatives to consider: - Do the humanization of dates on...
On the module detail page we currently show how to add the module NuGet package to a Frosting project:  But this is only the fist part to use the...
We should add a note to https://cakebuild.net/docs/writing-builds/console-output#advanced-output that version of Spectre.Console which Cake builds against should be used. See also https://github.com/cake-build/cake/discussions/3260