Skip to content

Commit c8e3eb2

Browse files
authored
CODEBASE: Generate display data for math notation at built time and remove runtime mathjax dependency (#2447)
1 parent be16b2a commit c8e3eb2

25 files changed

+921
-595
lines changed

.prettierignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ tsdoc-metadata.json
1919

2020
.git_blame_ignore_revs
2121

22-
# This file is generated by tools/bundle-doc/index.js
23-
src/Documentation/pages.ts
22+
# This file is generated by tools/bundle-doc/index.mjs
23+
src/Documentation/pages.ts
24+
# This file is generated by tools/bundle-doc/generate-math-notation-output.mjs
25+
src/Documentation/data/MathNotationOutput.json

0 commit comments

Comments
 (0)