VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
409 stars 64 forks source link

[CU-2cq6amd] Documentation not produced #70

Closed MichalNemec closed 2 years ago

MichalNemec commented 3 years ago

https://github.com/strapi/documentation/issues/415

Hello i added inside config

"x-strapi-config": {
    "path": "/documentation",
    "showGeneratedFiles": true,
    "pluginsForWhichToGenerateDoc": [
      "email",
      "upload",
      "users-permissions",
      "comments" //ADDED
    ]
  },

but its not generating anything.

corentin-cres commented 3 years ago

Same problem here, tried to add comments in extensions/documentation/config/settings.json with no success. I can see my configuration having effect on other plugins (email, upload) but not on comments.

cyp3rius commented 3 years ago

That's more request for support rather than bug :) Registering as a feature request. Will let you know when we plan this.

cyp3rius commented 2 years ago

Putting it onto the v3 backlog as well as for v4

cyp3rius commented 2 years ago

The routes are going to be updated according to the official documentation: https://docs.strapi.io/developer-docs/latest/plugins/documentation.html#how-does-it-generate-the-other-plugins-documentation

anyway there is an open Strapi issue for plugin documentation, which does not get generated: https://github.com/strapi/strapi/issues/12555

cyp3rius commented 2 years ago

Released as part of 2.1.0, must wait till Strapi fix their plugin bug.