Skip to content

Commit 3636488

Browse files
authored
Enhance plugin outlet documentation (#78)
Updated documentation to include quick instructions for displaying plugin outlets using the Discourse Developer Toolbar.
1 parent d56273c commit 3636488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-plugins/02-plugin-outlet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When authoring your plugin, look in the discourse handlebars templates (in `.hbs
3232
> git grep "<PluginOutlet" -- "*.hbs"
3333
> ```
3434
35-
@RGJ has also written [a theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) to show their locations.
35+
You can also display the plugin outlets on a Discourse site by turning on the [Discourse Developer Toolbar](https://meta.discourse.org/t/introducing-discourse-developer-toolbar/346215). Just type `enableDevTools()` in the browser console on a Discourse forum and click the plug icon that appears on the left side of the page.
3636
3737
### Connecting to a Plugin Outlet
3838

0 commit comments

Comments
 (0)