mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 01:25:02 +00:00
Update backend/src/plugins/Tags/TagsPlugin.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
45c16ea48f
commit
7f92a09eaa
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ export const TagsPlugin = zeppelinGuildPlugin<TagsPluginType>()({
|
|||
showInDocs: true,
|
||||
info: {
|
||||
prettyName: "Tags",
|
||||
description: trimPluginDescription(`
|
||||
Tags are a way to store and reuse information.
|
||||
`),
|
||||
description: "Tags are a way to store and reuse information.",
|
||||
configurationGuide: trimPluginDescription(`
|
||||
### Template Functions
|
||||
You can use template functions in your tags. These functions are called when the tag is rendered.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue