diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 16 |
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> |
