Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snippet index: support for manual opt-outs (#8385)
Adds the ability to manually opt-out of the index for specific snippets/archetypes/components. E.g.: ```toml # These snippets will be excluded from the snippet index, unconditionally. [snippets_ref.snippets.opt_out] "archetypes/manual_indicator" = [] # These archetypes will ignore the associated snippets in the snippet index. [snippets_ref.archetypes.opt_out] "DataframeQuery" = [ "reference/dataframe_save_blueprint" ] # These components will ignore the associated snippets in the snippet index. [snippets_ref.components.opt_out] "ShowLabels" = [ "tutorials/data_out", ] ``` Config will have to be filled over time! [Rendered](https://github.com/rerun-io/rerun/blob/cmc/snippets_index_2_opt_outs/docs/snippets/INDEX.md) * Part of #1123 * Part of #5662 * DNM: requires #8383
- Loading branch information