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

Ability to document miscellaneous information #9

Closed
antony opened this issue Aug 20, 2019 · 1 comment
Closed

Ability to document miscellaneous information #9

antony opened this issue Aug 20, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@antony
Copy link

antony commented Aug 20, 2019

It would be very useful if there was a way to document "extra information", such as how to build CDN urls, for example.

I would suggest this is added much like errors, auth, etc, as an array of optional pages which could be inserted into the docs, i.e:

{ plugin: HapiDocs,
      options: {
        pages: [
          {
            name: 'CDN Urls',
            title: 'Some page title here'
            descriptions: [
              "Some different pararaphs go here",
              "Relating to the subject matter"
            ]
          }
        ],
        ...
      }
}
@henrikruscon henrikruscon added the enhancement New feature or request label Feb 13, 2023
@henrikruscon henrikruscon self-assigned this Feb 13, 2023
@henrikruscon
Copy link
Collaborator

This will be part of next release and documented by then. Thanks for the suggestion!

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

No branches or pull requests

2 participants