From 0f205e891694e2cee211b0c2db74a6dda2432507 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 2 Oct 2022 12:37:43 -0400 Subject: [PATCH] fix(docs): set categorizeByGroup to true --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index b11720c..057e6c2 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,5 @@ { "githubPages": false, - "categorizeByGroup": true, + "categorizeByGroup": false, "excludeExternals": true } \ No newline at end of file