Replies: 1 comment 3 replies
-
Hi @gsejourne, curious if you've read the docs? If you have, is there anything missing that would otherwise have helped? Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I've been using the plugin for some time, and it works great.
However, some of my API definitions don't have tags on the endpoints.
I tried multiple things to generate the sidebar anyway, WITHOUT grouping the endpoints by tags, but it doesn't work:
sidebarOptions
property at all, it does NOT generate thesidebar.js
file altogethersidebarOptions.groupPathsBy = ''
it fails with[Error [ValidationError]: "config.bills.sidebarOptions.groupPathsBy" must be one of [tag, tagGroup]]
sidebarOptions
property to the API config, it builds fine, but again, it does NOT generate thesidebar.js
file.Any help appreciated!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions