java icon indicating copy to clipboard operation
java copied to clipboard

Ability to include single files as documentation

Open gervaisb opened this issue 1 year ago • 0 comments

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

gervaisb avatar Jun 12 '24 13:06 gervaisb