We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--path
1 parent 9e7b896 commit bb4db4bCopy full SHA for bb4db4b
src/Elastic.Markdown/BuildContext.cs
@@ -48,7 +48,7 @@ public BuildContext(IFileSystem readFileSystem, IFileSystem writeFileSystem, str
48
49
var rootFolder = !string.IsNullOrWhiteSpace(source)
50
? ReadFileSystem.DirectoryInfo.New(source)
51
- : ReadFileSystem.DirectoryInfo.New(Path.Combine(Paths.Root.FullName, "docs"));
+ : ReadFileSystem.DirectoryInfo.New(Path.Combine(Paths.Root.FullName));
52
SourcePath = FindDocsFolderFromRoot(rootFolder);
53
54
OutputPath = !string.IsNullOrWhiteSpace(output)
0 commit comments