Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,587 changes: 3,587 additions & 0 deletions docs/assets/js/mermaid.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ extra_css:
# docs/_overrides/partials/source.html (AAASM-3785); see the file header.
extra_javascript:
- javascripts/source-facts-guard.js
# Self-hosted mermaid runtime (AAASM-4320). Loading this file *before* the
# theme's superfences integration wires up its mermaid custom fence prevents
# mkdocs-material from injecting the third-party unpkg CDN copy at render
# time — that CDN was returning "Invalid script" on every page load. Keep
# this entry in sync with the pinned mermaid@11 blob in docs/assets/js/.
- assets/js/mermaid.min.js

theme:
name: material
Expand Down