Sneak hand-written mdx files under a category in the generated sidebar #602
Unanswered
AchrafAmil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to figure out a way to have some of my hand-written mdx doc files inside the sidebar generated by the plugin (group paths by tags).
The goal is to have:

Where all the
POST
stuff is generated from the openapi yaml but the "Best practices" mdx is something I come and sneak under the "Eating" tag. Given that the "Food" category was also autogenerated from thetags: [Eating]
in the yaml.Any clues?
Beta Was this translation helpful? Give feedback.
All reactions