We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6202 commit 1eea36bCopy full SHA for 1eea36b
docs/schema/theme.json
@@ -490,6 +490,34 @@
490
{
491
"label": "repo",
492
"body": "repo: ${1:fontawesome/brands/git-alt}"
493
+ },
494
+ {
495
+ "label": "top",
496
+ "body": "top: ${1:material/arrow-up}"
497
498
499
+ "label": "menu",
500
+ "body": "menu: ${1:material/menu}"
501
502
503
+ "label": "alternate",
504
+ "body": "alternate: ${1:material/translate}"
505
506
507
+ "label": "share",
508
+ "body": "share: ${1:material/share-variant}"
509
510
511
+ "label": "search",
512
+ "body": "search: ${1:material/magnify}"
513
514
515
+ "label": "previous",
516
+ "body": "previous: ${1:material/arrow-left}"
517
518
519
+ "label": "next",
520
+ "body": "next: ${1:material/arrow-right}"
521
}
522
]
523
},
0 commit comments