Skip to content

Define Namespace items #802

Open
@thompson-tomo

Description

@thompson-tomo

Is your feature request related to a problem? Please describe.
I want to be able to define my namespaces within yaml and have the corresponding markdown generated rather than needing to define it within readme.md files within the docs folder.

Describe the solution you'd like

To be able to write a yaml file similiar to the below describes my namespace and at build time generates a markdown file for me

groups:
  - id: namespace.workflow
    type: namespace
    name: Workflow
    stability: development
    brief: 
    note:
    header:
      title:
      content:
      style:
    footer:
      title:
      content:
      style:

Or in v2

namespaces:
  - name: workflow
    stability: development
    brief: 
    note:
    header:
      message:
      type:
    footer:
      message:
      type:

It is assumed the build process could automatically add references to any groups defined in the same folder so that we would have insight into what is available and could render it.

Describe alternatives you've considered
Manually maintain the linkage in markdown and remember to update it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions