NETSCRIPT: Add .script deprecation notice & migration guide (#1007)

This commit is contained in:
LJ
2024-01-07 06:15:24 -07:00
committed by GitHub
parent 9827fda4a4
commit a433c8284c
11 changed files with 134 additions and 9 deletions
+4 -1
View File
@@ -205,7 +205,10 @@ export const GoInstructionsPage = (): React.ReactElement => {
<Typography>
* You can place routers and look at the board state via the "ns.go" api. For more details, go to the IPvGO
page in the{" "}
<Link style={{ cursor: "pointer" }} onClick={() => Router.toPage(Page.Documentation)}>
<Link
style={{ cursor: "pointer" }}
onClick={() => Router.toPage(Page.Documentation, { docPage: "programming/go_algorithms.md" })}
>
Bitburner Documentation
</Link>
<br />