Documents a tag. A tag is a label that can be attached to entries for additional categorization and identification.
Must have the legendary ---!tag
tag at the top of the file.
-
name
: stringThe tag's name.
-
description
: stringThe tag description.
- must resolve to a single markdown paragraph
-
summary
: string (optional)A shorter description. Useful for quickly browsing a list of tags without having to read full paragraphs.
- must have 80 or fewer characters
- must resolve to a single markdown paragraph
-
guide
: string (optional)A long form explanation for anything that can not be conveyed in the
description
. Usually, it's for discussing more advanced functionality.- can have any markdown element
-
suggestedLinks
: SuggestedLink[] (optional)Suggestions for further reading. Also called "See Also" links.
-
tags
: string[] (optional)A list of documentation tag names.