You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a number of modules that define the various API calls, all that inheret Apipie::DSL::Concern from a BaseDoc. When we run rails rails apipie:static or the like, we get docs for EVERY route in routes.rb, not just the ones defined in our app/docs folder.
How can we limit the docs to only the modules defined in the docs folder?
The text was updated successfully, but these errors were encountered:
We have a number of modules that define the various API calls, all that inheret Apipie::DSL::Concern from a BaseDoc. When we run
rails rails apipie:static
or the like, we get docs for EVERY route in routes.rb, not just the ones defined in ourapp/docs
folder.How can we limit the docs to only the modules defined in the
docs
folder?The text was updated successfully, but these errors were encountered: