diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx
index cf09749f..993e78a8 100644
--- a/src/components/dashboard/MainMenu.tsx
+++ b/src/components/dashboard/MainMenu.tsx
@@ -4,8 +4,7 @@ import Tab from '@mui/material/Tab';
import Box from '@mui/material/Box';
import { useNavigate } from 'react-router-dom';
import { Paper, Button, useTheme } from "@mui/material";
-import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Code, } from "@mui/icons-material";
-import { apiUrl } from "../../apiConfig";
+import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description } from "@mui/icons-material";
import { useTranslation } from 'react-i18next';
import i18n from '../../i18n';
@@ -112,6 +111,9 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
{/* }>
{t('mainmenu.apidocs')}
*/}
+ }>
+ Documentation
+
}>
{t('mainmenu.feedback')}
diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx
index 591b7624..58a9aaf3 100644
--- a/src/components/dashboard/NavBar.tsx
+++ b/src/components/dashboard/NavBar.tsx
@@ -390,11 +390,6 @@ export const NavBar: React.FC = ({
{t('navbar.menu_items.language')}
-