mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
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:
parent
5b2b4375a4
commit
564c7b8f4e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user