Skip to content

Commit

Permalink
fix unrelated issues
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 25, 2024
1 parent 5770d58 commit 29ecb79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/content/howto/embed-rerun-viewer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Embed a Rerun Viewer
hidden: true
redirect: howto/embed-web
redirect: howto/integrations/embed-web
---
2 changes: 1 addition & 1 deletion docs/content/howto/extend.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Extend Rerun
order: 1000
hidden: true
---

There are currently two major ways of extending Rerun. You can use Rerun with [your own custom data](logging/custom-data.md), or [extend the Rerun Viewer](visualization/extend-ui.md) (currently Rust only).
Expand Down
2 changes: 1 addition & 1 deletion docs/content/howto/notebook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Embed Rerun in notebooks
hidden: true
redirect: howto/integrations/embed-notebook
redirect: howto/integrations/embed-notebooks
---
18 changes: 2 additions & 16 deletions docs/content/howto/using-native-loggers.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
---
title: Integrate Rerun with native loggers
order: 700
description: How to use the Rerun SDK as a native logger for the host language
hidden: true
redirect: howto/integrations/integrate-host-loggers.md
---

The Rerun SDK implements the native logging interfaces of its supported host languages, allowing you to transparently stream text logs logged with the native APIs into the Rerun Viewer.

The details of how to achieve that vary language by language, see the snippets below.

snippet: archetypes/text_log_integration

<picture>
<img src="https://static.rerun.io/text_log_integration/9737d0c986325802a9885499d6fcc773b1736488/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/text_log_integration/9737d0c986325802a9885499d6fcc773b1736488/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/text_log_integration/9737d0c986325802a9885499d6fcc773b1736488/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/text_log_integration/9737d0c986325802a9885499d6fcc773b1736488/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/text_log_integration/9737d0c986325802a9885499d6fcc773b1736488/1200w.png">
</picture>

0 comments on commit 29ecb79

Please sign in to comment.