mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
35 lines
793 B
HTML
35 lines
793 B
HTML
{{- /* Override this file in your site to customize admonition type aliases and icon mappings */ -}}
|
|
{{- return dict
|
|
"typeMap" (dict
|
|
"attention" "warning"
|
|
"check" "success"
|
|
"cite" "quote"
|
|
"done" "success"
|
|
"error" "danger"
|
|
"fail" "failure"
|
|
"faq" "question"
|
|
"hint" "tip"
|
|
"help" "question"
|
|
"missing" "failure"
|
|
"summary" "abstract"
|
|
"tldr" "abstract"
|
|
)
|
|
"iconMap" (dict
|
|
"abstract" "file-lines"
|
|
"bug" "bug"
|
|
"caution" "fire"
|
|
"danger" "fire"
|
|
"example" "list-ol"
|
|
"failure" "xmark"
|
|
"important" "star"
|
|
"info" "circle-info"
|
|
"note" "circle-info"
|
|
"success" "check"
|
|
"todo" "list-check"
|
|
"tip" "lightbulb"
|
|
"question" "circle-question"
|
|
"quote" "quote-left"
|
|
"warning" "triangle-exclamation"
|
|
)
|
|
-}}
|