Skip to content

Subsubdirectories are required #67

@enryH

Description

@enryH

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.png

but instead requires

report_folder
├── section1
│   └── subsection
│       ├── picture1.png
│       ├── picture2.png
├── section2
│   └── subsection
│       ├── picture1.png
│       ├── picture2.png

I 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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions