import React from 'react'; import Layout from '@theme/Layout'; const Firmware = (): JSX.Element => { return (
{/* */}

Stable

    {/* */}

    Beta

    Tested feature set. For those who want stability.

    {/* */} {/* */}

    Alpha

    Upcomming changes for testing. For those who want new features.

    {/* */} {/* */}

    Bleeding

    Latest successful CI build. For those who want to break things.

    {/* */}
); }; export default Firmware;