重写旁路由为部署+使用教程,添加 Mermaid 流程图支持

This commit is contained in:
2026-06-04 10:22:16 +08:00
parent bfbff95fa9
commit 30142a7ba9
2 changed files with 411 additions and 113 deletions
+5 -1
View File
@@ -33,7 +33,11 @@ theme:
markdown_extensions:
- admonition # 提示框 !!! note
- pymdownx.details # 可折叠块
- pymdownx.superfences # 嵌套代码块
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight # 代码高亮
- pymdownx.inlinehilite # 行内高亮
- pymdownx.tasklist: # 任务列表