first crack at hover help
This commit is contained in:
parent
de4861506c
commit
b842483dd6
89 changed files with 490 additions and 23 deletions
|
|
@ -7,6 +7,8 @@ our $HELP = {
|
|||
'macros using' => {
|
||||
title => 'macros using title',
|
||||
body => 'macros using body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => "macros list",
|
||||
|
|
@ -18,6 +20,8 @@ our $HELP = {
|
|||
'macros list' => {
|
||||
title => 'macros list title',
|
||||
body => 'macros list body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
sort { $a->{tag} cmp $b->{tag} }
|
||||
map {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue