test: consistent pre-amble for panel docs

This commit is contained in:
dannyrb 2019-12-09 00:44:43 -05:00
parent 87f5eca659
commit 58d2bf1d12

View File

@ -1,5 +1,6 @@
# Module: Panel
An extension can register a Panel Module by defining a `getPanelModule` method.
The panel module provides the ability to define `menuOptions` and `components`
that can be used by the consuming application. `components` are React Components
that can be displayed in the consuming application's "Panel" Component.