feat: sdk tab
This commit is contained in:
@@ -118,6 +118,13 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
|
|||||||
</Tabs>
|
</Tabs>
|
||||||
<Divider sx={{ borderColor: theme.palette.mode === 'dark' ? "#080808ff" : "" }} />
|
<Divider sx={{ borderColor: theme.palette.mode === 'dark' ? "#080808ff" : "" }} />
|
||||||
<Box sx={{ display: 'flex', flexDirection: 'column', textAlign: 'left' }}>
|
<Box sx={{ display: 'flex', flexDirection: 'column', textAlign: 'left' }}>
|
||||||
|
<Button
|
||||||
|
href='https://docs.maxun.dev/sdk/sdk-overview'
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
sx={buttonStyles} startIcon={<CloudQueue sx={{ fontSize: 20 }} />}>
|
||||||
|
SDK
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => setDocModalOpen(true)}
|
onClick={() => setDocModalOpen(true)}
|
||||||
sx={buttonStyles}
|
sx={buttonStyles}
|
||||||
|
|||||||
Reference in New Issue
Block a user