From 564c7b8f4e44d4f83b89f1fdd1edf44da1d91da1 Mon Sep 17 00:00:00 2001 From: ivml Date: Tue, 17 May 2022 14:42:20 +0200 Subject: [PATCH] fix: API reference pages for Spectre.Console.Cli This commit fixes #833. `Spectre.Console.Cli` was moved into its own project, and the path to the new project was not added to the list of source files when building the documentation. --- docs/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Program.cs b/docs/Program.cs index b89d60d..361c5c2 100644 --- a/docs/Program.cs +++ b/docs/Program.cs @@ -22,6 +22,7 @@ namespace Docs .AddSetting(Constants.SourceFiles, new List { "../../src/Spectre.Console/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs", + "../../src/Spectre.Console.Cli/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs", "../../src/Spectre.Console.ImageSharp/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs" }) .AddSetting(Constants.ExampleSourceFiles, new List