adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
562 stars 93 forks source link

Option to exclude other files #60

Closed MickeJohannesson closed 2 years ago

MickeJohannesson commented 2 years ago

Did a version with an option to exclude all files in the source folder that are not generated. A simple version of excluding for issue #46. It's not a filter (or pattern) just a simple flag true/false. Had problem running the config (or new) so hope I did it correctly.

adrianvlupu commented 2 years ago

Seems to be working fine. 👍

adrianvlupu commented 2 years ago

You were right about something being wrong. joi.validate is now schema.validate, didn't notice it while bumping up the version. It should be fixed now