From 9e2e45fb7521b22d5ced7b40f4a18911237970d5 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",