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
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
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