This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
Did you try the RecursiveDefaultDocumentationImporter? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
When using the DefaultDocumentationImporter it is not possible to import a folder structure like this:
docs
01-introduction-and-goals
01-introduction-and-goals.md
someAsset.png
anotherAsset.png
DefaultDocumentationImporter
requires the files to be in the same (flat) directory.Motivation
I'd like to be able to group assets referenced in a documentation chapter in a folder next to the actual document. This would also enable advanced workflows on Git level (e.g. define a chapter (=folder) owner as default reviewer if a given folder path was changed).
Solution Proposal
Support recursive documentation import in the default importer.
Beta Was this translation helpful? Give feedback.
All reactions