From 9fc9b42985f09b4b44b8f4399fc35379b2f534cf Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 22 Nov 2025 19:33:21 -0800 Subject: [PATCH] Change file extension in plugin outlet command Updated command in documentation to reflect file extension change from .hbs to .gjs. --- docs/04-plugins/02-plugin-outlet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-plugins/02-plugin-outlet.md b/docs/04-plugins/02-plugin-outlet.md index 9e7e585..cbfd154 100644 --- a/docs/04-plugins/02-plugin-outlet.md +++ b/docs/04-plugins/02-plugin-outlet.md @@ -29,7 +29,7 @@ When authoring your plugin, look in the discourse handlebars templates (in `.hbs > :exclamation: If you want to see some of the places where plugin outlets exist, you can run the following command if you're on OSX or Linux: > > ```sh -> git grep " git grep " ``` @RGJ has also written [a theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) to show their locations.