dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
3.94k stars 840 forks source link

[Feature Request] Support `Overwrite Files` feature for `"outputFormat": "apiPage"` #9984

Open filzrev opened 1 month ago

filzrev commented 1 month ago

Is your feature request related to a problem? Please describe.

When using "outputFormat": "apiPage" option.

It seems Overwrite Files is not applied. (I've confirmed this behaviors with docfx/samples/seed/specs overwrite files)

And Overwrite File seems not works when using "outputFormat": "markdown" and overwrite for conceptual document by uid.

Describe the solution you'd like This issue is created as reminder.

If there are users who want to using Overwrite File features for ApiPage. It might be better to support similar Overwrite File feature for apiPage/markdown output format.

Describe alternatives you've considered Add supported document types to Overwrite Files document page.