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.
This commit is contained in:
ivml 2022-05-17 14:42:20 +02:00 committed by Patrik Svensson
parent 5b2b4375a4
commit 564c7b8f4e

View File

@ -22,6 +22,7 @@ namespace Docs
.AddSetting(Constants.SourceFiles, new List<string>
{
"../../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<string>