Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

merge Tocs #25

Open
fidou opened this issue Oct 5, 2018 · 1 comment
Open

merge Tocs #25

fidou opened this issue Oct 5, 2018 · 1 comment

Comments

@fidou
Copy link

fidou commented Oct 5, 2018

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
Copy link
Author

fidou commented Oct 5, 2018

the code in question is here :

fs.writeFileSync(`${outputPath}/toc.yml`, serializer.safeDump(toc));

would it be possible to make a appendFile?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant