Skip to content

Commit

Permalink
Exclude Cake.Frosting.Example & Cake.Frosting.Template from API (cake…
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnslndh authored Nov 1, 2021
1 parent 63dbdfe commit e04141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.wyam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Settings[Keys.Host] = "cakebuild.net";
Settings[Keys.LinksUseHttps] = true;
Settings[DocsKeys.Title] = "Cake";
Settings[DocsKeys.Logo] = "/assets/img/logo.png";
Settings[DocsKeys.SourceFiles] = "../release/cake-repo/src/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs";
Settings[DocsKeys.SourceFiles] = "../release/cake-repo/src/**/{!bin,!obj,!packages,!*.Tests,!Cake.Frosting.Example,!Cake.Frosting.Template,}/**/*.cs";
Settings[DocsKeys.BaseEditUrl] = "https://github.com/cake-build/website/blob/master/input/";
Settings[DocsKeys.IncludeGlobalNamespace] = false;
Settings[DocsKeys.IncludeDateInPostPath] = true;
Expand Down

0 comments on commit e04141e

Please sign in to comment.