This commit is contained in:
Malai Raja
2023-11-27 19:09:26 +05:30
parent 7113ac0681
commit b3371d3bc0
20 changed files with 3176 additions and 2314 deletions

View File

@@ -35,35 +35,35 @@ const other = {
type: 'group',
children: [
{
id: 'sample-page',
title: <FormattedMessage id="sample-page" />,
id: 'dashboard',
title: <FormattedMessage id="Dashboard" />,
type: 'item',
url: '/sample-page',
url: '/dashboard',
icon: icons.ChromeOutlined
},
{
id: 'documentation',
title: <FormattedMessage id="documentation" />,
type: 'item',
url: 'https://links.codedthemes.com/BQFrl',
icon: icons.QuestionOutlined,
external: true,
target: true,
chip: {
label: 'gitbook',
color: 'secondary',
size: 'small'
}
},
{
id: 'roadmap',
title: <FormattedMessage id="roadmap" />,
type: 'item',
url: 'https://links.codedthemes.com/RXnKQ',
icon: icons.DeploymentUnitOutlined,
external: true,
target: true
}
// {
// id: 'documentation',
// title: <FormattedMessage id="documentation" />,
// type: 'item',
// url: 'https://links.codedthemes.com/BQFrl',
// icon: icons.QuestionOutlined,
// external: true,
// target: true,
// chip: {
// label: 'gitbook',
// color: 'secondary',
// size: 'small'
// }
// },
// {
// id: 'roadmap',
// title: <FormattedMessage id="roadmap" />,
// type: 'item',
// url: 'https://links.codedthemes.com/RXnKQ',
// icon: icons.DeploymentUnitOutlined,
// external: true,
// target: true
// }
]
};