line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.06k stars 150 forks source link

Fix search: Be more specific with v-pre #506

Closed vincent-olivert-riera closed 5 months ago

vincent-olivert-riera commented 5 months ago

By putting v-pre in parent elements in order to avoid putting more v-pre elements on some of its children, we have broken the search results.

Let's avoid doing this and instance put v-pre on the elements that need them.