Skip to content

Commit

Permalink
Link to app.rerun.io from examples page (rerun-io#5201)
Browse files Browse the repository at this point in the history
### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/5201/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/5201/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/5201/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5201)
- [Docs
preview](https://rerun.io/preview/31f988054fad9edd9f033385d574d1338cda554c/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/31f988054fad9edd9f033385d574d1338cda554c/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
emilk authored Feb 15, 2024
1 parent d3f5b7c commit 8367bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ They all require additional data to be downloaded, so an internet connection is
Each example downloads it's own data, so no additional steps are needed.
For the simplest possible examples showing how to use each api,
check out [Types](/docs/reference/types).
You can try these examples live at <https://app.rerun.io/>.
"""
examples = [
"arkit_scenes",
Expand Down

0 comments on commit 8367bff

Please sign in to comment.