feat(docs): let's try to deploy our stuff to mkdocs

This commit is contained in:
perf3ct
2025-09-04 21:13:12 +00:00
parent df1b87e3ac
commit dad060d0c9
7 changed files with 788 additions and 0 deletions

13
docs/javascripts/mathjax.js vendored Normal file
View File

@@ -0,0 +1,13 @@
// MathJax configuration for mathematical notation support
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: 'no-mathjax',
processHtmlClass: 'mathjax'
}
};