Skip to content

Commit d914df1

Browse files
chore: update sidebar highlights for docs
1 parent 9378376 commit d914df1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

developer-guide/09-Storage and the filesystem/02-filesystem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Important locations on the filesystem
33
slug: /filesystem-locations
44
hide_table_of_contents: true
5-
sidebar_class_name: sidebar-item--updated
65
---
76

87
# Important Raspberry Pi Locations for Pioreactor Images

developer-guide/10-Hardware/10-custom-hardware.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Customize the hardware interface
33
slug: /custom-hardware
44
description: Extend or override Pioreactor hardware definitions by layering YAML files that hardware.py reads.
55
hide_table_of_contents: true
6-
sidebar_class_name: sidebar-item--updated
76
---
87

98
Pioreactor's hardware layer is intentionally data-driven. Everything in [`core/pioreactor/hardware.py`](https://github.com/pioreactor/pioreactor/blob/main/core/pioreactor/hardware.py) loads user-editable YAML files from `~/.pioreactor/hardware/` (or the folder pointed to by the `DOT_PIOREACTOR` env var). By editing these files you can rewire pins, add new peripherals, or describe an entirely new bioreactor model without touching the Python code. Pair these configs with [custom bioreactor model definitions](/developer-guide/custom-bioreactor-models) so the UI, safety limits, and wiring stay in sync.

developer-guide/10-Hardware/11-custom_models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Custom bioreactor models
33
slug: /custom-bioreactor-models
44
hide_table_of_contents: true
5-
sidebar_class_name: sidebar-item--updated
65
---
76

87
:::tip

user-guide/03-Extending your Pioreactor/01-cluster-management/03-backup-and-restore-system-files.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Back up and restore Pioreactor system files
44
slug: /backup-system-files
55
description: Export and import a Pioreactor’s ~/.pioreactor directory from the Inventory page.
66
hide_table_of_contents: true
7-
sidebar_class_name: sidebar-item--updated
87
---
98

109
Each Pioreactor keeps its configuration, calibration data, and persistent state inside `~/.pioreactor`. The Inventory page now lets you export that directory as a system archive (`.zip`) for safekeeping and import it onto the same unit when you need to restore or clone a setup.

0 commit comments

Comments
 (0)