From 0e84621059628f670d8088aadb1e2464c16dc093 Mon Sep 17 00:00:00 2001 From: Adam Ramberg Date: Sat, 22 Jul 2023 00:33:38 +0200 Subject: [PATCH] Clean up --- website/core/Footer.js | 2 +- website/i18n/en.json | 1 - website/sidebars.json | 17 ----------------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/website/core/Footer.js b/website/core/Footer.js index ed117e88..3d34d788 100755 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -41,7 +41,7 @@ class Footer extends React.Component {
Docs
Installation - API + Tutorials Subpackages
diff --git a/website/i18n/en.json b/website/i18n/en.json index a8c1dd39..720cf84e 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -121,7 +121,6 @@ "categories": { "Introduction": "Introduction", "Tutorials": "Tutorials", - "API Reference": "API Reference", "Subpackages": "Subpackages" } }, diff --git a/website/sidebars.json b/website/sidebars.json index e1af56f2..4239751d 100755 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -40,23 +40,6 @@ ] } ], - "API Reference": [ - "api/unityatoms", - "api/unityatoms.editor", - "api/unityatoms.baseatoms", - "api/unityatoms.baseatoms.editor", - "api/unityatoms.fsm", - "api/unityatoms.fsm.editor", - "api/unityatoms.inputsystem", - "api/unityatoms.inputsystem.editor", - "api/unityatoms.mobile", - "api/unityatoms.mobile.editor", - "api/unityatoms.monohooks", - "api/unityatoms.scenemgmt", - "api/unityatoms.scenemgmt.editor", - "api/unityatoms.tags", - "api/unityatoms.ui" - ], "Subpackages": [ "subpackages/base-atoms", "subpackages/fsm",