diff --git a/docs/snippets/snippets.toml b/docs/snippets/snippets.toml index 4620e4dafb70..82e8d3fbb908 100644 --- a/docs/snippets/snippets.toml +++ b/docs/snippets/snippets.toml @@ -45,6 +45,11 @@ "cpp", # Blueprint API doesn't exist for C++/Rust "rust", # Blueprint API doesn't exist for C++/Rust ] +"concepts/app-model" = [ # Uses a non-standard logging workflow + "py", + "cpp", + "rust", +] views = [ "cpp", # TODO(#5520): C++ views are not yet implemented "rust", # TODO(#5521): Rust views are not yet implemented @@ -131,6 +136,11 @@ views = [ "cpp", # Not implemented "rust", # Not implemented ] +"tutorials/visualization" = [ + "py", # Requires passing RRD as argument + "cpp", # Not implemented + "rust", # Not implemented +] # These entries will run but their results won't be compared to the baseline. #