Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add description to a group #354

Closed
prikha opened this issue Aug 15, 2017 · 3 comments
Closed

How to add description to a group #354

prikha opened this issue Aug 15, 2017 · 3 comments

Comments

@prikha
Copy link
Contributor

prikha commented Aug 15, 2017

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?

@oestrich
Copy link
Contributor

There is not a way to do this currently. I'd be happy to review a PR if you added it though!

@prikha
Copy link
Contributor Author

prikha commented Aug 16, 2017 via email

@prikha
Copy link
Contributor Author

prikha commented Aug 17, 2017

@oestrich Sumbmitted #356, would you mind to take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants