A simple tool to help test DocFX's template preprocessor.
-
Preare the templates with
docfx template export
to get JS preprocessor. More info: https://dotnet.github.io/docfx/tutorial/howto_create_custom_template.html -
Prepare raw model:
docfx --exportRawModel
- Run the preprocessor in Node to get detailed stack trace.
node test {docfxJsPreprocessor} {rawModel}