Skip to content

Commit 7f10556

Browse files
committed
some PR review fixes
1 parent 3ef9ac2 commit 7f10556

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

docs/_partials/_foxglove-note.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
:::warning[Note on References to Foxglove] In some parts of the documentation and codebase, you may still encounter references to **Foxglove** or Foxglove packages. These references are remnants of Lichtblick's origins as a fork of the Foxglove project. While Lichtblick is actively working to remove dependencies on Foxglove code and replace these references, this effort is still ongoing.
1+
:::warning[Note on References to Foxglove]
22

3-
We appreciate your patience as we continue to refine and align the platform with Lichtblick's independent development goals. If you have any questions or encounter issues related to these references, please reach out to our support team for assistance. :::
3+
In some parts of the documentation and codebase, you may still encounter references to **Foxglove** or Foxglove packages. These references are remnants of Lichtblick's origins as a fork of the Foxglove project. While Lichtblick is actively working to remove dependencies on Foxglove code and replace these references, this effort is still ongoing.
4+
5+
We appreciate your patience as we continue to refine and align the platform with Lichtblick's independent development goals. If you have any questions or encounter issues related to these references, please reach out to our support team for assistance.
6+
7+
:::

docs/extensions/introduction.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ Topic alias extensions allow you to alias topics in your data source to new topi
5353

5454
---
5555

56-
## Data Loaders
57-
58-
Data loaders allow you to add support for custom file formats in Lichtblick. They are a small WASM binary bundled with the extension that reads a file and emits Lichtblick messages.
59-
6056
**Links and resources**
6157

6258
- Guide: Create data loader with Rust
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"label": "Message Schemas",
3-
"position": 2
3+
"position": 2,
4+
"link": {
5+
"type": "doc",
6+
"id": "visualization/message-schemas/introduction"
7+
}
48
}

docs/visualization/message-schemas-introduction.md renamed to docs/visualization/message-schemas/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /visualization/message-schemas
66

77
Lichtblick relies on structured message formats to ensure accurate data visualization and processing. By adhering to Lichtblick's schema standards, users can leverage the platform's robust visualization tools effectively.
88

9-
import FoxgloveNote from '../\_partials/\_foxglove-note.mdx';
9+
import FoxgloveNote from '../../\_partials/\_foxglove-note.mdx';
1010

1111
<FoxgloveNote />
1212

docs/visualization/panels/panels-introduction.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
---
2+
slug: /visualization/panels
3+
---
4+
15
# Panels
26

37
## Overview
48

5-
Panels in Lichtblick are flexible, modular elements that allow you to visualize and interact with data. You can customize and organize these panels within your layout.
6-
To add a panel, use the "Add Panel" menu to select a new panel, or drag and drop the panel directly into your layout.
9+
Panels in Lichtblick are flexible, modular elements that allow you to visualize and interact with data. You can customize and organize these panels within your layout. To add a panel, use the "Add Panel" menu to select a new panel, or drag and drop the panel directly into your layout.
710

811
![Search panels](../images/search-panels.png)
912

guides/create-message-converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ converter: (input: MyType, messageEvent) => {
177177
## Next steps
178178

179179
- Explore more [message schemas](../docs/visualization/message-schemas)
180-
- Learn about [custom panels](../docs/visualization/panels/panels-introduction) for more complex visualizations
180+
- Learn about [custom panels](../docs/visualization/panels) for more complex visualizations
181181
- Check the [Extension API reference](../docs/extensions/extension-api/introduction) for advanced features
182182

183183
Your message converter is now ready to transform your custom messages for seamless visualization in Lichtblick's built-in panels!

guides/create-topic-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ aliases.push({
137137
## Next steps
138138

139139
- Learn about [message schemas](../docs/visualization/message-schemas) to understand data types
140-
- Explore [custom panels](../docs/visualization/panels/panels-introduction) that can use your aliased topics
140+
- Explore [custom panels](../docs/visualization/panels) that can use your aliased topics
141141
- Check out [message converters](../docs/extensions/extension-api/message-converters) for transforming message formats
142142
- Read about [live data connections](../docs/connecting-to-data/live-data) to understand data sources
143143

0 commit comments

Comments
 (0)