You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Microsoft.DocAsCode.App NuGet package, I can generate documentation via Microsoft.DocAsCode.Docset.Build. While this method performs the build stage, it doesn't perform the metadata stage, which generates yaml files for API. This is a severe problem if I want to migrate from the command-line workflow to the managed API workflow. It would be nice to have a separate method that performs the metadata stage.
The text was updated successfully, but these errors were encountered:
Using the
Microsoft.DocAsCode.App
NuGet package, I can generate documentation viaMicrosoft.DocAsCode.Docset.Build
. While this method performs thebuild
stage, it doesn't perform themetadata
stage, which generates yaml files for API. This is a severe problem if I want to migrate from the command-line workflow to the managed API workflow. It would be nice to have a separate method that performs themetadata
stage.The text was updated successfully, but these errors were encountered: