Commit 43c2802
docs(mkdocs): drop fontawesome_markdown + mermaid extras
The new lens image doesn't include `fontawesome_markdown` (and hologit
dropped it from their own lens config), so mkdocs build aborts with
ModuleNotFoundError. Nothing in `docs/` uses `:fa-icon:` syntax, so
the extension is safe to remove outright.
While in there:
- dropped the FontAwesome v5 CDN CSS link (Material for MkDocs already
ships an SVG icon set — `:material-…:` / `:fontawesome-…:` syntax —
via `pymdownx.emoji` if we ever want icons again)
- dropped the Mermaid v8 CDN extra_javascript (none of the docs use
Mermaid diagrams; if we want them, Material's `pymdownx.superfences`
with the mermaid fence format is the modern path)
- simplified `pymdownx.superfences` to its default config (the custom
Mermaid fence is gone with the JS)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 443c437 commit 43c2802
1 file changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
| |||
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 48 | + | |
59 | 49 | | |
60 | 50 | | |
61 | 51 | | |
62 | | - | |
63 | 52 | | |
64 | 53 | | |
65 | | - | |
66 | 54 | | |
0 commit comments