Documentation should be done

This commit is contained in:
Daniel Kluge
2023-11-02 18:29:04 +01:00
parent 591cf6662b
commit 819a0b1a72
21 changed files with 571 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"out": "docs",
"plugin": ["typedoc-plugin-extras", "typedoc-plugin-rename-defaults"],
"footerLastModified": true,
"footerTypedocVersion": true,
"customTitle": "Multimessagebroker Usage Example"
}