Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/npm-debug.log*
/yarn-debug.log*
/yarn-error.log*
/docs/usage/pro/frame/FRAME_DOKU_FROM_NOTION
27 changes: 24 additions & 3 deletions config/redirects.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
const redirectsMinimal = [
{
from: "/docs/Toolboxes/DiscoveryCore/ENGLISH/",
to: "/usage/disc/corebox/en/",
to: "/usage/disc/corebox/ARCHIVE/en/",
},
{
from: "/docs/Toolboxes/DiscoveryCore/ENGLISH/coreBOXen",
to: "/usage/disc/corebox/en/core_intro",
to: "/usage/disc/corebox/ARCHIVE/en/core_intro",
},
Comment on lines 7 to 9
{
from: "/docs/Toolboxes/DiscoveryCore/ITALIAN/coreBOXit",
to: "/usage/disc/corebox/it/core_intro",
to: "/usage/disc/corebox/ARCHIVE/it/core_intro",
Comment on lines 10 to +12
},
// 2026-07 CoreBox Diataxis migration: old en/it pages moved to ARCHIVE/
{
from: "/usage/disc/corebox/en/",
to: "/usage/disc/corebox/ARCHIVE/en/",
},
{
from: "/usage/disc/corebox/it/",
to: "/usage/disc/corebox/ARCHIVE/it/core_intro",
},
Comment on lines +19 to +22
...["core_intro", "CoreLens", "CoreTelescope", "coreMicroscope",
"Smartphone Microscope", "coreTroubleshoot",
"Showcasing Smartphone Microscope Images"].map((id) => ({
from: `/usage/disc/corebox/en/${id}`,
to: `/usage/disc/corebox/ARCHIVE/en/${id}`,
Comment on lines +25 to +27
})),
...["core_intro", "CoreLensIT", "CoreTelescopeIT", "coreMicroscopeIT",
"Smartphone MicroscopeIT", "coreTroubleshootIT",
"Showcasing Smartphone Microscope ImagesIT"].map((id) => ({
from: `/usage/disc/corebox/it/${id}`,
to: `/usage/disc/corebox/ARCHIVE/it/${id}`,
})),
Comment on lines +31 to +34
{
from: "/docs/Toolboxes/ElectronicsBox/",
to: "/usage/disc/electronics-addon/",
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ openUC2's [Professional Line](./pro/README.md) consists of ready-to-use imaging
openUC2's [Discovery Line](./disc/README.mdx) consists of entry-level kits which help you to learn about and prototype with optics, microscopy, imaging, mechanics, electronics, and software.

- Standalone kits: educational kits using openUC2's approachable modular optics system.
- [CoreBox](./disc/corebox/README.md)
- [CoreBox](./disc/corebox/index.md)
- [QBox](./disc/qbox/README.mdx) {/* build:exclude=minimal */}
- [QBox](https://docs.openuc2.com/usage/disc/qbox/) {/* build:exclude=full */}
- [HoloBox](./disc/holobox/index.md)
Expand Down
3 changes: 1 addition & 2 deletions docs/usage/components/os/guides/day-1/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ To choose which of the following methods you will use for connecting to the mach

1. Plug one end of an Ethernet cable into the machine's built-in Ethernet port.
You can find it on the backside built into the RPi.
<img src="file:///C:/Users/ArminGrundmann/Documents/GitHub/docs/docs/usage/components/os/guides/day-1/RPi%20LAN%20Plug%20260709.jpeg" title="" alt="" width="406">


2. Plug the other end of the Ethernet cable into your computer's Ethernet port.

If your computer doesn't have an Ethernet port, then you can instead plug the other end of the Ethernet cable into an Ethernet-to-USB adapter which you can plug into your computer's USB port.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/disc/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Perfect for classrooms, workshops, and self-learners.
* Telescope assembly
* Smartphone microscope

📄 [Documentation →](./corebox/README.md)
📄 [Documentation →](./corebox/index.md)

---

Expand Down
Loading
Loading