html -> md

This commit is contained in:
2025-03-17 10:47:11 +01:00
parent b72ed99fb8
commit 63bdc0d0ed
19 changed files with 682 additions and 1830 deletions

View File

@@ -1,4 +1,5 @@
{
"entryPoints": ["./src/index.ts"],
"out": "docs"
"out": "docs",
"plugin": ["typedoc-plugin-markdown"]
}