From 3c25087b2c3e62e5af981501de459c71c8fa64ec Mon Sep 17 00:00:00 2001 From: LeXXik Date: Sat, 15 Jun 2024 15:39:14 +0300 Subject: [PATCH 1/2] submodules --- .gitmodules | 2 +- submodules/physics | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 submodules/physics diff --git a/.gitmodules b/.gitmodules index 21cadcb..e6215ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "submodules/physics"] path = submodules/physics - url = https://github.com/Gamebop/physics.git \ No newline at end of file + url = https://github.com/Gamebop/physics.git diff --git a/submodules/physics b/submodules/physics new file mode 160000 index 0000000..e2d3d7a --- /dev/null +++ b/submodules/physics @@ -0,0 +1 @@ +Subproject commit e2d3d7a34651b06d90f186bc352f189169801229 From 12bb4da1637e941b16b766e25c52a1b55d823f3b Mon Sep 17 00:00:00 2001 From: LeXXik Date: Sat, 15 Jun 2024 15:39:26 +0300 Subject: [PATCH 2/2] config --- typedoc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/typedoc.json b/typedoc.json index bb36b0d..04b9a36 100644 --- a/typedoc.json +++ b/typedoc.json @@ -18,9 +18,6 @@ "typedoc-plugin-missing-exports" ], "readme": "INDEX.md", - "searchGroupBoosts": { - "Classes": 2 - }, "sitemapBaseUrl": "https://gamebop.github.io/physics/", "sortEntryPoints": false,