@group
documentjs.tags.group
Declares that other tags belong to a group within
the current docObject
.
@group name [ORDER] title
Parameters
-
name
{String}
The unique name of the group.
-
order
{Number}
OptionalThe placement of this group in the parent's list of children.
-
title
{String}
The title that should be shown in the sidebar.
Use
For example, in
myapp.md
, the following will create a "Guides" grouping:And in
guides/installing.md
, the following will add an Installing page to the "Guides" grouping: