import Link from "@docusaurus/Link"; import { ThemeClassNames } from "@docusaurus/theme-common"; import Translate from "@docusaurus/Translate"; import Admonition from "@theme/Admonition"; import ExternalLinkIcon from "@theme/Icon/ExternalLink"; import React from "react"; export const PreReleaseAdmonition: React.FC = () => { return (

GitHub releases ), }} > {`We’re publishing these release notes as a preview of what's to come. To try a release candidate, find the latest RC version on {releasesLink}, then update your Docker image tag accordingly.`}

Read more about beta testing

); };