Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs with guides and tutorials for blueprint #5641

Merged
merged 16 commits into from
Apr 2, 2024
25 changes: 25 additions & 0 deletions docs/content/howto/configure-the-viewer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Configure the Viewer
order: 10
---

Although the Rerun Viewer tries to do a reasonable job of using heuristics to automatically determine
an appropriate layout given the data that you provide, there will always be situations where the heuristic
Comment on lines +6 to +7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we established anywhere that heuristics run to automatically to determine an appropriate layout? This feels like a non obvious concept to start with and if we don't cover it elsewhere, perhaps it should be introduced here and even needs a page under "Configure the viewer"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would go on that page other than the same statement made here: "the Rerun Viewer tries to do a reasonable job of using heuristics to automatically determine an appropriate layout given the data that you provide "

results don't match the needs of a particular use-case.

Fortunately, almost all aspects of the viewer can be configured via the [Blueprint](../reference/viewer/blueprint.md).

The viewer Blueprint completely determines:

- What contents are included in each view
- The type of view used to visualize the data
- The organizational layout and names of the different view panels and containers
- Configuration and styling properties of the individual data visualizers

There are a few different ways to work with Blueprints:

- [Blueprints can be modified directly through the UI](./configure-the-viewer/blueprint-ui.md)
- [Blueprint files (.rbl) can be saved and loaded from disk](./configure-the-viewer/rbl-files.md)
- [Blueprints can be generated direct from code](./configure-the-viewer/blueprint-apis.md)

For a hands on example, you can also follow the [Blueprint API Tutorial](./configure-the-viewer/blueprint-api-tutorial.md).
Loading
Loading