WarningLegacy version 6 documentation. View current documentation.

Documentation API

<Documentation> renders a button that launches this documentation site.

Props

<Documentation> accepts no props.

Usage

Here's how <Documentation> is used in the File Menu in the seed project:

<Menu id="fileMenu" title={...}>
    ...
    <Documentation />
    ...
</Menu>