From 5534096ee43184ff32eaec7b843c2624fe5518a2 Mon Sep 17 00:00:00 2001 From: Chedli Ben Yaghlane Date: Wed, 18 Dec 2024 07:53:32 +0000 Subject: [PATCH] GITBOOK-109: Fix typo in the Plugin Folder Structure --- docs/developer-guide/integrations/build-your-first-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/integrations/build-your-first-plugin.md b/docs/developer-guide/integrations/build-your-first-plugin.md index 39c4b6d8..f51bb03e 100644 --- a/docs/developer-guide/integrations/build-your-first-plugin.md +++ b/docs/developer-guide/integrations/build-your-first-plugin.md @@ -39,7 +39,7 @@ A Hexabot plugins resides in the following directory `/extensions/plugins/` wit ├── README.md // Plugin documentation ├── index.plugin.ts // Main plugin entry point ├── package.json // Plugin manifest -├── settings.json // Plugin settings +├── settings.ts // Plugin settings ├── i18n/ // Translation directory │ └── en/ │ └── title.json