fix(website): fix typedoc configuration (#3733)

* Fix typedoc CI crashse

And adapt the website to its new output

* Revert /tsconfig.json changes

* Update footer
This commit is contained in:
Fleny
2024-07-13 08:15:19 -05:00
committed by GitHub
parent 6762bd4476
commit 06664ed8bb
26 changed files with 179 additions and 535 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"turbo": "^1.11.3",
"typedoc": "^0.26.3",
"typedoc-plugin-markdown": "3.17.1",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.1.2",
"typescript": "^5.5.3"
},
"engines": {