From: Jérôme Benoit Date: Thu, 6 Jul 2023 19:59:06 +0000 (+0200) Subject: docs: add poolifier version to typedoc X-Git-Tag: v2.6.9~1^2~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6cc77e23e4838a1419951a51e12f0dc39dce0319;p=poolifier.git docs: add poolifier version to typedoc Signed-off-by: Jérôme Benoit --- diff --git a/typedoc.json b/typedoc.json index 3031bd66..0512900b 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,5 +3,6 @@ "tsconfig": "./tsconfig.production.json", "entryPoints": ["src"], "out": "docs", - "readme": "none" + "readme": "none", + "includeVersion": true }