diff --git a/docs/assets/images/plugin/panels.png b/docs/assets/images/plugin/panels.png new file mode 100644 index 0000000..a16d6b0 Binary files /dev/null and b/docs/assets/images/plugin/panels.png differ diff --git a/docs/extend/plugins/panel.md b/docs/extend/plugins/panel.md index 462aa61..c1abc0a 100644 --- a/docs/extend/plugins/panel.md +++ b/docs/extend/plugins/panel.md @@ -4,4 +4,10 @@ title: Panel Mixin ## PanelMixin -The `PanelMixin` enables plugins to render custom content to "panels" on individual pages in the web interface. \ No newline at end of file +The `PanelMixin` enables plugins to render custom content to "panels" on individual pages in the web interface. + +Most pages in the web interface support multiple panels, which are selected via the sidebar menu on the left side of the screen: + +{% with id="panels", url="plugin/panels.png", description="Display panels" %} +{% include 'img.html' %} +{% endwith %}