Skip to content

How to add description to a group #354

Closed
@prikha

Description

@prikha

Hi guys, unable to find an option to put any additional info for the whole group info. Is it possible?

What I am looking for is something like this:

config.define_group(:public) do |public|
    public.docs_dir = config.docs_dir + 'public/'
    public.api_name = "Public API Header"
    public.api_explanation = <<~EXP
... html markup for the into ...
EXP
    public.filter = :public
  end

is there a way to do this?

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