structurizr / java

Structurizr for Java
https://docs.structurizr.com/java
Apache License 2.0
1.01k stars 288 forks source link

Ability to include single files as documentation #303

Closed gervaisb closed 3 months ago

gervaisb commented 4 months ago

Description

When describing the whole system it is useful to have dedicated documentation for small elements like container.

However, !docs except a folder. So we do have to create one folder for each elements. Being able to use one file would be cleaner in our docs hierarchy.

Actually:

docs\
  OneContainer\
    Documentation.md
  AnotherContainer\
   Documentation.md

Expected:

docs\
  OneContainer.md
  AnotherContainer.md

Priority

I have no budget and there's no rush, please add this feature for free

More information

No response