Add WSL instruction and IDE setup instruction (#1150)
* Add WSL instruction and IDE setup instruction * Fix setup * Fix setup * Fix * Update docs/docs/developer/additional/ide-setup.mdx Co-authored-by: Weiko <corentin@twenty.com> --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@ -6,7 +6,23 @@ import Link from '@docusaurus/Link';
|
||||
import isInternalUrl from '@docusaurus/isInternalUrl';
|
||||
import IconExternalLink from '@theme/Icon/ExternalLink';
|
||||
import styles from './styles.module.css';
|
||||
import { TbFaceIdError, TbTerminal2, TbCloud, TbServer, TbBolt, TbApps, TbTopologyStar, TbChartDots, TbBug, TbVocabulary, TbArrowBigRight, TbDeviceDesktop } from "react-icons/tb";
|
||||
import {
|
||||
TbFaceIdError,
|
||||
TbTerminal2,
|
||||
TbCloud,
|
||||
TbServer,
|
||||
TbBolt,
|
||||
TbApps,
|
||||
TbTopologyStar,
|
||||
TbChartDots,
|
||||
TbBug,
|
||||
TbVocabulary,
|
||||
TbArrowBigRight,
|
||||
TbDeviceDesktop,
|
||||
TbBrandWindows,
|
||||
TbBugOff,
|
||||
TbBrandVscode,
|
||||
} from "react-icons/tb";
|
||||
|
||||
|
||||
export default function DocSidebarItemLink({
|
||||
@ -31,6 +47,9 @@ export default function DocSidebarItemLink({
|
||||
'TbChartDots': TbChartDots,
|
||||
'TbBug': TbBug,
|
||||
'TbVocabulary': TbVocabulary,
|
||||
'TbBrandWindows': TbBrandWindows,
|
||||
'TbBugOff': TbBugOff,
|
||||
'TbBrandVscode': TbBrandVscode,
|
||||
'TbDeviceDesktop': TbDeviceDesktop,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user