TUTORIAL: Text and UI changes - #3079
Open
branchtheory wants to merge 88 commits into
Open
Conversation
added 30 commits
August 26, 2026 16:52
branchtheory
marked this pull request as ready for review
September 7, 2026 19:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is ready for review!
To get a feel for what's changed, I'd recommend going through the current tutorial first.
You can try the new version at https://a-branch-of-branch.github.io/bitburner-src/.
What I've added
The 2 additional steps are:
And there are 3 new bits of information:
Despite that, the new version is 331 words / 21% shorter (1262 words compared to 1593).
What I've removed
Less obvious changes
All the changes should be visible on the surface just from doing the tutorial, with the exception of these, which only appear circumstantially:
incrementTutorialStepvariable lets you choose whether or not to increment. So now we flash the Script Editor tab to help you get back to it if, for example, you follow the API documentation links.Refactoring
Tried to do this all in the other PR but missed some things:
One irrelevant change
There's one irrelevant change -- to src/Sidebar/ui/SidebarAccordion.tsx -- which was collateral from running
npm run format. Not intended but I can't seem to get rid of it.