| id | index |
|---|---|
| title | |
| slug | / |
| sidebar_position | 0 |
import { variant, releaseChannel, title } from '../config/site'; import { If, Choose } from 'react-extras';
Welcome to the openUC2 documentation website! Here you'll find:
- Documentation to help you use openUC2 products, including:
- the FRAME microscope
- the miniFRAME microscope
- the Discovery Line learning & prototyping kits
- Documentation to help you develop new things with openUC2 products & projects
You can also find: {/* build:exclude=minimal */}
- Workshop tutorials {/* build:exclude=minimal */}
- Obsolete/deprecated documentation {/* build:exclude=minimal */}
<If condition={variant !== 'full' || releaseChannel === 'offline'}> :::info
You're viewing an **offline snapshot** of the **{variant}** subset of the full documentation. You're viewing the **{variant}** subset of the full documentation. You're viewing an **offline snapshot** of the full documentation. For the latest version of the full documentation, please visit [docs.openuc2.com](https://docs.openuc2.com/).:::
<If condition={releaseChannel !== 'offline' && releaseChannel !== 'production'}> :::warning
You're viewing the {releaseChannel} preview of the documentation.
Here are all release channels of the documentation:
- Stable: docs.openuc2.com
- Staging preview: docs-staging.openuc2.com
- Development preview: docs-dev.openuc2.com
:::