diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx index 69a372113..e97d2f564 100644 --- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx +++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx @@ -24,6 +24,7 @@ import { iTutorialEnd, } from "../../InteractiveTutorial"; import { useRerender } from "../React/hooks"; +import { Settings } from "../../Settings/Settings"; interface IContent { content: React.ReactElement; @@ -525,13 +526,27 @@ export function InteractiveTutorialRoot(): React.ReactElement { }, [iTutorialSteps.DocumentationPageInfo as number]: { content: ( - - This page contains a lot of different documentation about the game's content and mechanics. I know it's a lot, - but I highly suggest you read (or at least skim) through this before you start playing. + + This page contains a lot of different documentation about the game's contents and mechanics. I know it's a + lot, but I highly suggest you read (or at least skim) through this before you start playing. Some pages are + inaccessible at the start and will be unlocked later.

- The Beginner's guide contains the guide for new players, navigating you through most of early game. + You should at least check these pages: + + + This documentation page is the best place to get up-to-date information, especially when you get stuck. If + you have a question and cannot find the answer here, please ask us on Discord. +
+ + The documentation at readthedocs is outdated and unmaintained. Do not use them! +
That's the end of the tutorial. Hope you enjoy the game!