Custom plugins documentations aren’t showing up

I installed the Documentation plugin and it worked well for all content-types core-routes.
But it isn’t generating docs for any local custom plugins endpoints (even for the a default generated Strapi plugin).

  • I added the plugin name to the config.plugins.documentation.“x-strapi-config”.plugins config.
  • I tried configuring the routes of the plugin as “content-api” routes but it didn’t help (it showed them in the roles and permissions section in the admin though)
    Am I missing something? or the documentation plugin doesn’t actually generate documentations for plugin routes?

This topic has been created from a Discord post (1277314880168525884) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I had the same issue with custom api.
override feature’s not working also (Documentation plugin | Strapi 5 Documentation). it’s outdated.
strapi
.plugin(“documentation”)
.service(“override”) doest not exist
I would appreciate if someone can help