aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-04-24 17:22:12 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-04-24 17:22:12 +0800
commita1a63b235353dc999119eaf7bb4bfc78f6e660a9 (patch)
tree15b0716fec535e6c4992f7e1e5c9b02f9110af69 /docs/index.html
parent57c1fca2687ae34b92364da8ea9fa1837d900374 (diff)
Add docsify flexible alerts plugin and update callout syntax
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 7e3c5e3..4e43fc0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -41,6 +41,21 @@
noData: "No matches found.",
depth: 2,
},
+ plugins: [
+ [
+ "flexible-alerts",
+ {
+ style: "flat",
+ labels: {
+ NOTE: "Note",
+ TIP: "Tip",
+ IMPORTANT: "Important",
+ WARNING: "Warning",
+ CAUTION: "Caution",
+ },
+ },
+ ],
+ ],
};
</script>
@@ -51,5 +66,6 @@
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-toml.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-rust.js"></script>
+ <script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
</body>
</html>