Skip to content

Commit

Permalink
include docset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 3, 2024
1 parent 01966e8 commit e582c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs-builder/Http/DocumentationWebHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public DocumentationWebHost(string? path, ILoggerFactory logger, IFileSystem fil
builder.Services.AddLiveReload(s =>
{
s.FolderToMonitor = context.SourcePath.FullName;
s.ClientFileExtensions = ".md";
s.ClientFileExtensions = ".md,.yml";
});
builder.Services.AddSingleton<ReloadableGeneratorState>(_ => new ReloadableGeneratorState(sourcePath, null, context, logger));
builder.Services.AddHostedService<ReloadGeneratorService>();
Expand Down

0 comments on commit e582c1e

Please sign in to comment.