Skip to content

Assembling design documentation #363

Description

@PaulN2112CGE

Current State

Design documentation for plugins is embedded in the binary artifact within an adoc folder. During build, this folder is extracted so the AsciiDoc files can be incorporated into the generated matala-design.pdf.

Problem

This approach creates adds adoc documentation to the binary artifacts which are not strictly necessary at runtime.

Suggestions

Option 1: Link to plugin documentation

  • Reference plugin docs via hyperlinks instead of embedding

Option 2: Reference source artifacts instead of binary

  • Extract documentation from source repositories rather than binaries

Option 3: Do nothing

  • Keep it as it is today

Next Steps

  • Evaluate which approach best fits the workflow
  • Update build process accordingly
  • Document the new way of working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions