<Documentation>
renders a button that launches this documentation site.
<Documentation>
accepts no props.
Here's how <Documentation>
is used in the File Menu in the seed project:
<Menu id="fileMenu" title={...}>
...
<Documentation />
...
</Menu>