knennigtri/merge-markdown

multi root merge file

knennigtri opened this issue · 1 comments

Currently use cases have been tested for merging many modules together in the same guide folder with the same common asset folder. Next generation will allow for a merge file with multiple guide folders and multiple asset folders:

  • GuideA folder
    • assets folder
    • moduleA1 folder
      • moduleMergedfile.md << covered
    • moduleA2 folder
    • guideMergedfile.md << covered
  • GuideB folder
    • assets folder
    • moduleB1 folder
    • moduleB2 folder
  • multiGuideMergedFile.md << not covered

This is solved with the updateAssetRelPaths method