danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Wrong left menu when a resource only has 1 action #377

Open sssandyad opened 2 years ago

sssandyad commented 2 years ago

Current Issue

Left menu will render resource name only when the resource has more than 1 action. When resource has only 1 action, somehow it will be included in the previous parent node (resource or resource group)

example:

Screen Shot 2022-05-19 at 12 09 46

Expectation

Left menu can render correctly based on API blueprint specification.