The problem I’m having
Some of the macros in our project aren’t in the sidebar and aren’t showing up in the search results on our dbt docs site.
The context of why I’m trying to do this
I want to be able to refer people to contents of macros without having to refer them to our code repo. And I want to be able to find these macros in our docs site without having to use “Referenced By” or “Depends On” links.
Example
For example, we have a signals__meta macro that has a page in our docs site…
…but isn’t in the sidebar list of macros, and isn’t in the search results.
A similar macro, signals__bin_minute_15, that’s defined in the same file in our dbt/macros/ directory is in the sidebar and in the search results.
There are other macros not showing up as well. I haven’t been able to determine why some macros show up and others don’t.
