outmoded / lout

API documentation generator
Other
276 stars 49 forks source link

Slightly confusing UI with enums #145

Closed kpdecker closed 5 years ago

kpdecker commented 8 years ago

image

          socialAccounts: Joi.array().items(
              Joi.valid('facebook', 'google')
                .description('Social account enum token list')),
kpdecker commented 8 years ago

Another one: image

      fields: Joi.array().items(Joi.string())
          .description(`Parameter name that failed`)
kpdecker commented 8 years ago

Also of note in the first case, the tray for the description of the alternatives section does not open or close on clicking "one of" like named fields do.

Marsup commented 8 years ago

I don't have time work on it right now, maybe you'll get to it before I do, otherwise I'll take it.

hueniverse commented 5 years ago

Closing due to inactivity.