Move example description to README frontmatter #3201
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
The description for the few examples included in
demo.rerun.io
and in the in-app example page was so far stored inscripts/ci/build_demo_app.py
. This PR moves this information to these examples' respective README.md frontmatter. Thebuild_demo_app.py
is updated accordingly.This description should be used for the in-app and web example pages, as well as for the help button in
demo.rerun.io
. For layout purposes, it is important that this description remains short. This PR introduces a lint to enforce a 130 character limit.Note:
demo.rerun.io
become much smaller now, since the new description format has to be compact. This is acceptable as this will be sunsetted in favour ofapp.rerun.io
+ in-app example page (seeapp.rerun.io
should default to a blank viewer with the Welcome Screen #3196)Checklist
I've included a screenshot or gif (if applicable)