diff --git a/docs/content/howto/embed-rerun-viewer.md b/docs/content/howto/embed-rerun-viewer.md index bc20b88bdf87..b9172f0bda97 100644 --- a/docs/content/howto/embed-rerun-viewer.md +++ b/docs/content/howto/embed-rerun-viewer.md @@ -1,5 +1,5 @@ --- title: Embed a Rerun Viewer hidden: true -redirect: howto/embed-web +redirect: howto/integrations/embed-web --- diff --git a/docs/content/howto/extend.md b/docs/content/howto/extend.md index 2085a08aba9b..6660f38cee34 100644 --- a/docs/content/howto/extend.md +++ b/docs/content/howto/extend.md @@ -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). diff --git a/docs/content/howto/notebook.md b/docs/content/howto/notebook.md index 118fb9a2e5ac..3adc04cf6e2d 100644 --- a/docs/content/howto/notebook.md +++ b/docs/content/howto/notebook.md @@ -1,5 +1,5 @@ --- title: Embed Rerun in notebooks hidden: true -redirect: howto/integrations/embed-notebook +redirect: howto/integrations/embed-notebooks --- diff --git a/docs/content/howto/using-native-loggers.md b/docs/content/howto/using-native-loggers.md index bf75732fa33f..3be872006f80 100644 --- a/docs/content/howto/using-native-loggers.md +++ b/docs/content/howto/using-native-loggers.md @@ -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 - - - - - - - -