Skip to content

Commit

Permalink
mark as unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 2, 2024
1 parent 2136320 commit bff549a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ namespace rerun.blueprint.views;
/// \example views/dataframe title="Use a blueprint to customize a DataframeView."
//TODO(#6896): add a thumbnail when the example becomes interesting
table DataframeView (
"attr.rerun.view_identifier": "Dataframe"
"attr.rerun.view_identifier": "Dataframe",
"attr.docs.unreleased"
) {
/// Query of the dataframe.
query: rerun.blueprint.archetypes.DataframeQuery (order: 1000);
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/types/views/dataframe_view.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bff549a

Please sign in to comment.