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 {
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",