In the `render targets` yaml it is possible to specify targets using wild cards (https://quarto.org/docs/projects/quarto-projects.html#render-targets). This would also be very handy for specifying content layouts in the sidebar, e.g. ``` sidebar: - id: hello style: floating title: Hello contents: - section: Hello contents: - hello/*.md ```