Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Recursive import of documentation #4

@toorog

Description

@toorog

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions