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
I've been generating docs for my phoenix-based umbrella apps, but I'd really like my_app_web to be excluded from the docs since it's not part of my app's public API. Ideally, I'd like to be able to whitelist or blacklist applications in an umbrella from the documentation build. This would allow me to only build docs for the apps that I wish for other developers to know about. I know I can generate docs for each project individually, but I do like how all of the docs for an umbrella are compiled into one. Is this possible?