27112023
This commit is contained in:
@@ -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
|
||||
// }
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user