Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .github/jobs/data/codespellignorefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
./webapp/var/cache
./webapp/migrations/Version20230122090005.php
./webapp/resources/adminer.php
./webapp/public/mathjax
./webapp/public/mathjaxfonts
./webapp/node_modules
FileSaver*
bootstrap*
d3.min*
Expand Down
12 changes: 12 additions & 0 deletions webapp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "mathjax/mathjax",
"version": "4.0.0",
"dist": {
"url": "https://github.com/mathjax/MathJax/archive/refs/tags/4.0.0.zip",
"type": "zip"
}
}
}
],
"require": {
Expand Down Expand Up @@ -71,6 +82,7 @@
"jms/serializer-bundle": "^5.2",
"knplabs/knp-paginator-bundle": "^6.6",
"league/commonmark": "^2.3",
"mathjax/mathjax": "^4.0",
"mbostock/d3": "^3.5",
"nelmio/api-doc-bundle": "^5.0",
"nelmio/cors-bundle": "^2.4",
Expand Down
11 changes: 10 additions & 1 deletion webapp/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions webapp/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webapp/node_modules/@mathjax/mathjax-modern-font/chtml.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading