-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
I tested vuegen on one of my projects and I noticed that the folder structure does not allow the following layout.
report_folder
├── section1
│ ├── picture1.png
│ ├── picture2.png
├── section2
│ ├── picture1.png
│ ├── picture2.pngbut instead requires
report_folder
├── section1
│ └── subsection
│ ├── picture1.png
│ ├── picture2.png
├── section2
│ └── subsection
│ ├── picture1.png
│ ├── picture2.pngI find this a bit confusing and see no clear reason why this should be the case. Is there any documentation on the restriction on the folder structure?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request