-
Is there a way to disable a built in post processor? The one i want to disable is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Currently, it need to explicitly set docfx/src/Docfx.App/Helpers/DocumentBuilderWrapper.cs Lines 23 to 30 in 4438316 I thought It should be separately configurable based on search backend. (Related discussion #10652)
It's ensured PostProcessor's are executed in sequencial orders. |
Beta Was this translation helpful? Give feedback.
Sorry, I have misunderstood
ExtractSearchIndex
behaviors. It's not handled as built-in postporcessor.Instead, It's appended as last element of postProcessors by default.
As a workaround.
It need explicitly specifing
ExtractSearchIndex
before specifing custom post processor.