java
java copied to clipboard
Ability to include single files as documentation
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