docs(plugins): clarification, fix typos and style

This commit is contained in:
lowlighter
2022-07-04 23:18:01 -04:00
parent 3c00e64c57
commit 52ca4d04b7
47 changed files with 733 additions and 408 deletions

View File

@@ -84,7 +84,9 @@ Configuration file also contains settings about enabled templates, plugins and f
}
```
> ⚠️ Extras features **should not** be enabled on a public server, most of these are compute-intensive and some of some even allow remote code execution! Use with caution
> ⚠️ Extras features **should not** be enabled on a public server, most of these are either compute, network or API intensive tasks. Some extras features even allow remote code execution which could compromise server security.
>
> Use at your own risk, *metrics* and its authors cannot be held responsible for any damage caused.
## 3 Start docker container

View File

@@ -1,6 +1,7 @@
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
name: 🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>
category: community
description: Short description
description: |
Short description
examples:
default: https://via.placeholder.com/468x60?text=No%20preview%20available
authors:
@@ -13,6 +14,7 @@ scopes: []
inputs:
plugin_<%= name %>:
description: Enable <%= name %> plugin
description: |
Enable <%= name %> plugin
type: boolean
default: no

View File

@@ -1,6 +1,7 @@
name: "🖼️ Template name"
name: 🖼️ Template name
extends: classic
description: Short description
description: |
Short description
examples:
default: https://via.placeholder.com/468x60?text=No%20preview%20available
authors: