Skip to content

Commit a4ff2df

Browse files
GiggleLiuclaude
andcommitted
chore: Remove redundant mermaid files
- Remove mermaid.min.js and mermaid-init.js from root (mdbook-mermaid preprocessor generates these automatically) - Clear additional-js in book.toml - Add *.pdf to gitignore Saves ~2.6MB from repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3ead548 commit a4ff2df

4 files changed

Lines changed: 4 additions & 2649 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ book/
6060

6161
# Tarpaulin
6262
tarpaulin-report.html
63+
64+
# Generated documents
65+
*.pdf

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-theme = "rust"
1313
git-repository-url = "https://github.com/liujinguo/problemreductions"
1414
edit-url-template = "https://github.com/liujinguo/problemreductions/edit/main/{path}"
1515
additional-css = []
16-
additional-js = ["mermaid.min.js", "mermaid-init.js"]
16+
additional-js = []
1717
no-section-label = false
1818

1919
[output.html.fold]

mermaid-init.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)