I've been struggling trying to hide some sections from the sidebar using title.regex. AFAICT it's basically an alternative way of filtering an entire file out of the sidebar, but matching on the first heading in the file instead of its path?
I have Nixpkgs lib style reference documentation, the sidebar gets cluttered because of the amount of "Inputs," "Type" and "Examples" headers. I'd like to be able to filter them out.
I've been struggling trying to hide some sections from the sidebar using
title.regex. AFAICT it's basically an alternative way of filtering an entire file out of the sidebar, but matching on the first heading in the file instead of its path?I have Nixpkgs lib style reference documentation, the sidebar gets cluttered because of the amount of "Inputs," "Type" and "Examples" headers. I'd like to be able to filter them out.