mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 22:33:49 +00:00
GITBOOK-109: Fix typo in the Plugin Folder Structure
This commit is contained in:
parent
bb10eca949
commit
5534096ee4
@ -39,7 +39,7 @@ A Hexabot plugins resides in the following directory `/extensions/plugins/` wit
|
|||||||
├── README.md // Plugin documentation
|
├── README.md // Plugin documentation
|
||||||
├── index.plugin.ts // Main plugin entry point
|
├── index.plugin.ts // Main plugin entry point
|
||||||
├── package.json // Plugin manifest
|
├── package.json // Plugin manifest
|
||||||
├── settings.json // Plugin settings
|
├── settings.ts // Plugin settings
|
||||||
├── i18n/ // Translation directory
|
├── i18n/ // Translation directory
|
||||||
│ └── en/
|
│ └── en/
|
||||||
│ └── title.json
|
│ └── title.json
|
||||||
|
Loading…
Reference in New Issue
Block a user