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
@Kari94 I did this in my project by adding home.html to the templates folder in my project (see the Templates documentation) and then filtering after the for loop to exclude the groups I didn't want (in my case endpoints not in a group):
{% for group in endpoints_grouped %} {% if group.grouper|lower != "none" %}
I don't see any possibility to exclude some views from docs. Is this feature implemented ?
Problem: I have internal API which is in 'internal' namespace and external one in 'api'. I would like to show only endpoints from external API.
Documentation does not say anything about it and I don't see place in code where I could filter or exclude endpoints by namespace or by app.
The text was updated successfully, but these errors were encountered: