docascode / type2docfx

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
Apache License 2.0
17 stars 11 forks source link

merge Tocs #25

Open fidou opened 5 years ago

fidou commented 5 years ago

I am using Type2Doc Fx in the following process: TypeScript ---> json ----> yml

Several json files generated by TypeDoc from multiples projects.

I would like to group the documentation under one website since it still concerns one framework. However when I use Type2DocFX each json file will result in a separate toc.yml while I would like to have a consolidated yaml file.

is there a way to achieve this?

Version used

0.9.112

fidou commented 5 years ago

the code in question is here : https://github.com/docascode/type2docfx/blob/ab61ab8ce351485dddd7ceb8b9dfd92b94d525de/src/main.ts#L135 would it be possible to make a appendFile?