Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
id index
title
slug /
sidebar_position 0

import { variant, releaseChannel, title } from '../config/site'; import { If, Choose } from 'react-extras';

{title}

Welcome to the openUC2 documentation website! Here you'll find:

You can also find: {/* 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:

:::