Skip to content

Commit

Permalink
Docs: clean up reference menu (#7776)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Oct 16, 2024
1 parent df2acea commit 4469c1e
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/content/reference/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About
order: 100
order: 1100
---

To learn more about Rerun, the company, visit our Website at [https://www.rerun.io/](https://www.rerun.io/).
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CLI manual
order: 250
order: 0
---

## rerun
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/cpp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🌊 C++ APIs
order: 1000
order: 2000
redirect: https://ref.rerun.io/docs/cpp
---
2 changes: 1 addition & 1 deletion docs/content/reference/data-loaders.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Data-loaders
order: 550
order: 800
redirect: reference/data-loaders/overview
---
6 changes: 6 additions & 0 deletions docs/content/reference/dataframes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Dataframes
order: 300
---

Incoming.
2 changes: 1 addition & 1 deletion docs/content/reference/entity-queries.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Entity Queries
order: 500
order: 100
---

Many space views are made up of visualizations that include more than one
Expand Down
4 changes: 2 additions & 2 deletions docs/content/reference/migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Migration Guides
order: 900
redirect: reference/migration/migration-0-17
order: 1000
redirect: reference/migration/migration-0-18
---
2 changes: 1 addition & 1 deletion docs/content/reference/npm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 💻 Web Viewer API
order: 1400
order: 2400
redirect: https://npmjs.com/package/@rerun-io/web-viewer
---
2 changes: 1 addition & 1 deletion docs/content/reference/python.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🐍 Python APIs
order: 1100
order: 2100
redirect: https://ref.rerun.io/docs/python
---
2 changes: 1 addition & 1 deletion docs/content/reference/rust.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🦀 Rust APIs
order: 1200
order: 2200
redirect: https://docs.rs/rerun/
---
5 changes: 5 additions & 0 deletions docs/content/reference/sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: SDK configuration
order: 700
redirect: reference/sdk/logging-controls
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SDK Logging Controls
title: Logging Controls
order: 600
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SDK Micro Batching
title: Micro Batching
order: 700
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SDK Operating Modes
title: Operating Modes
order: 800
---

Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/store-compaction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Datastore compaction
order: 850
order: 900
---


Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Types
order: 400
order: 600
---

Rerun has 3 levels of types that can be used in all SDK languages:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/video.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Video in Rerun
title: Video
order: 400
---

Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/viewer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Viewer
order: 300
order: 500
redirect: reference/viewer/overview
---

0 comments on commit 4469c1e

Please sign in to comment.