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.
1 parent 01966e8 commit e582c1eCopy full SHA for e582c1e
src/docs-builder/Http/DocumentationWebHost.cs
@@ -34,7 +34,7 @@ public DocumentationWebHost(string? path, ILoggerFactory logger, IFileSystem fil
34
builder.Services.AddLiveReload(s =>
35
{
36
s.FolderToMonitor = context.SourcePath.FullName;
37
- s.ClientFileExtensions = ".md";
+ s.ClientFileExtensions = ".md,.yml";
38
});
39
builder.Services.AddSingleton<ReloadableGeneratorState>(_ => new ReloadableGeneratorState(sourcePath, null, context, logger));
40
builder.Services.AddHostedService<ReloadGeneratorService>();
0 commit comments