fix editor not loading

This commit is contained in:
Olivier Gagnon
2021-12-21 12:00:12 -05:00
parent 79eb2f7e0b
commit 41593e0dce
7 changed files with 110 additions and 81 deletions

View File

@@ -110,6 +110,23 @@ export function TutorialRoot(props: IProps): React.ReactElement {
>
<Typography>NS1 vs NS2 (or .script vs .js)</Typography>
</Link>
<br />
<Link
color="primary"
target="_blank"
href="https://bitburner.readthedocs.io/en/latest/netscript/netscriptfunctions.html"
>
<Typography>Simplified list of functions</Typography>
</Link>
<br />
<Link
color="primary"
target="_blank"
href="https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md"
>
<Typography>Complete list of functions</Typography>
</Link>
</Box>
</>
);