-
Notifications
You must be signed in to change notification settings - Fork 877
Open
Labels
extensibilityExtend the platform to support new languages, new outputs and custom behaviorsExtend the platform to support new languages, new outputs and custom behaviorshelp-wantedYou could start with this if you want to contribute to the projectYou could start with this if you want to contribute to the project
Description
Operation System: 'Windows 10'
DocFX Version Used: 2.42.3
Template used: default + 'myCustomTemplate'
Steps to Reproduce:
- implement Manifest IPostProcessor.Process(Manifest manifest, string outputFolder)
- in Process(...), create some valid .yml file inside same folder DocFx generates .yml files
- Also add a ManifestItem for each of those files to the manifest.
- Execute docfx (rebuild in Visual Studio) -> .yml files are created correctly (also those created by my post processor), but html files are not created for .yml files created by my post processor.
- Execute docfx 2nd time -> html files are created.
It's also strange that html files even exist before calling my post processor!
Expected Behavior:
- html files are generated when running docfx 1st time.
Actual Behavior:
- html files are generated when running docfx 2nd time.
I tried almost anything I can imagine of. I don't really have any idea left.
I was very happy to get some help to get nested namespaces running (which I could push to github then :-))
Metadata
Metadata
Assignees
Labels
extensibilityExtend the platform to support new languages, new outputs and custom behaviorsExtend the platform to support new languages, new outputs and custom behaviorshelp-wantedYou could start with this if you want to contribute to the projectYou could start with this if you want to contribute to the project