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
+1 -1
View File
@@ -166,7 +166,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
(page: Page) => {
if (page === Page.Job) {
Router.toPage(page, { location: Locations[Object.keys(Player.jobs)[0]] });
} else if (page == Page.ScriptEditor) {
} else if (page == Page.ScriptEditor || page == Page.Documentation) {
Router.toPage(page, {});
} else if (isSimplePage(page)) {
Router.toPage(page);