CORPORATION: Add documentation (#1121)

This ports the PDF manual by @catloversg into .md form, so it can be used in-game and via browsing on GitHub.

It also adds MathJax rendering to in-game docs, so that the math formulas can be rendered. (GitHub already supports this natively.)
This commit is contained in:
catloversg
2024-03-04 18:10:18 +07:00
committed by GitHub
parent 6a3d22d7bd
commit ffc34387f0
24 changed files with 2238 additions and 84 deletions

View File

@@ -97,7 +97,9 @@
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.1",
"remark-math": "^5.1.1",
"rehype-mathjax": "^4.0.3"
},
"engines": {
"node": ">=14"