Skip to content

Commit

Permalink
chore: remove API page experimental warnnig
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Nov 6, 2023
1 parent a93d3fe commit 25c83ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Docfx.Dotnet/DotnetApiCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ void WriteMarkdown(string outputFolder, string id, Build.ApiPage.ApiPage apiPage

case MetadataOutputFormat.ApiPage:
#if NET7_0_OR_GREATER
Logger.LogWarning($"ApiPage output format is experimental.");
var serializer = new DeserializerBuilder().WithAttemptingUnquotedStringTypeDeserialization().Build();
CreatePages(WriteYaml, assemblies, config, options);

Expand Down

0 comments on commit 25c83ac

Please sign in to comment.