structurizr / dsl

Structurizr DSL
https://docs.structurizr.com/dsl
Apache License 2.0
1.41k stars 266 forks source link

Embed Markdown #144

Closed carlosmedrano97 closed 2 years ago

carlosmedrano97 commented 2 years ago

Hi! Thanks for this great tool I'm trying to document an architecture for microservices using docs and markdown I want to document each microservice on a separate file and then add all of them into a Microservice section (different file) Is this possible?

simonbrowndotje commented 2 years ago

With the default documentation importer, each file becomes a separate section. You can write your own documentation importer though, by forking/extending DefaultDocumentationImporter.

Alternatively you could pre-process all of your separate files into a single file for use with Structurizr.