From f5fbd71b74f37cf9d14ee3672a6af20c5e3ca541 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 13 Apr 2025 13:07:20 +0300 Subject: [PATCH] chore(api_docs): disable including of the version --- typedoc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 8813058d0..30771621c 100644 --- a/typedoc.json +++ b/typedoc.json @@ -6,7 +6,6 @@ "plugin": [ "typedoc-plugin-missing-exports" ], - "includeVersion": true, "outputs": [ { "name": "html",