mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
DOCUMENTATION: Minor changes in index page (#1626)
This commit is contained in:
parent
ac0c9bd7e8
commit
2e42a1f781
@ -1,4 +1,4 @@
|
||||
# Before you start -
|
||||
# Before you start
|
||||
|
||||
It is highly recommended that you have a basic familiarity with programming concepts like [`for`/`while` loops](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for), [conditionals like `if`/`else`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...else), [`functions`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions),[`arrays`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter) and [`variables`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const) before starting to write scripts - but you can start with basic skills and learn with practice.
|
||||
|
||||
|
@ -2,40 +2,40 @@
|
||||
|
||||
## Guides
|
||||
|
||||
- [Beginners guide](help/getting_started.md)
|
||||
- [Beginner's guide](help/getting_started.md)
|
||||
|
||||
## Basic Mechanics
|
||||
|
||||
- [stats](basic/stats.md)
|
||||
- [terminal](basic/terminal.md)
|
||||
- [hacking](basic/hacking.md)
|
||||
- [scripts](basic/scripts.md)
|
||||
- [servers](basic/servers.md)
|
||||
- [ram](basic/ram.md)
|
||||
- [hacknet_nodes](basic/hacknet_nodes.md)
|
||||
- [augmentations](basic/augmentations.md)
|
||||
- [companies](basic/companies.md)
|
||||
- [factions](basic/factions.md)
|
||||
- [crimes](basic/crimes.md)
|
||||
- [infiltration](basic/infiltration.md)
|
||||
- [programs](basic/programs.md)
|
||||
- [reputation](basic/reputation.md)
|
||||
- [stockmarket](basic/stockmarket.md)
|
||||
- [world](basic/world.md)
|
||||
- [codingcontracts](basic/codingcontracts.md)
|
||||
- [Stats](basic/stats.md)
|
||||
- [Terminal](basic/terminal.md)
|
||||
- [Hacking](basic/hacking.md)
|
||||
- [Scripts](basic/scripts.md)
|
||||
- [Servers](basic/servers.md)
|
||||
- [RAM](basic/ram.md)
|
||||
- [Hacknet nodes](basic/hacknet_nodes.md)
|
||||
- [Augmentations](basic/augmentations.md)
|
||||
- [Companies](basic/companies.md)
|
||||
- [Factions](basic/factions.md)
|
||||
- [Crimes](basic/crimes.md)
|
||||
- [Infiltration](basic/infiltration.md)
|
||||
- [Programs](basic/programs.md)
|
||||
- [Reputation](basic/reputation.md)
|
||||
- [Stock market](basic/stockmarket.md)
|
||||
- [World](basic/world.md)
|
||||
- [Coding contracts](basic/codingcontracts.md)
|
||||
|
||||
## Advanced Mechanics
|
||||
|
||||
- [Hacking Algorithms](programming/hackingalgorithms.md)
|
||||
- [List of Factions and their Requirements](advanced/faction_list.md)
|
||||
- [Offline Scripts and Bonus Time](advanced/offlineandbonustime.md)
|
||||
- [Hacking algorithms](programming/hackingalgorithms.md)
|
||||
- [List of factions and their requirements](advanced/faction_list.md)
|
||||
- [Offline scripts and bonus time](advanced/offlineandbonustime.md)
|
||||
- [BitNodes](advanced/bitnodes.md)
|
||||
- [Source-Files](advanced/sourcefiles.md)
|
||||
- [Gang](advanced/gang.md)
|
||||
- [Corporations](advanced/corporations.md)
|
||||
- [Corporation](advanced/corporations.md)
|
||||
- [Intelligence](advanced/intelligence.md)
|
||||
- [BladeBurners](advanced/bladeburners.md)
|
||||
- [Hacknet Servers](advanced/hacknetservers.md)
|
||||
- [Bladeburner](advanced/bladeburners.md)
|
||||
- [Hacknet servers](advanced/hacknetservers.md)
|
||||
- [Sleeves](advanced/sleeves.md)
|
||||
- [Grafting](advanced/grafting.md)
|
||||
- [Stanek's Gift](advanced/stanek.md)
|
||||
@ -46,7 +46,7 @@
|
||||
- [NS API documentation](https://github.com/bitburner-official/bitburner-src/blob/stable/markdown/bitburner.ns.md)
|
||||
- [Learn to program](programming/learn.md)
|
||||
- [Remote API](programming/remote_api.md)
|
||||
- [Game Frozen or Stuck?](programming/game_frozen.md)
|
||||
- [Game frozen or stuck?](programming/game_frozen.md)
|
||||
- [Tools & Resources](help/tools_and_resources.md)
|
||||
- [Changelog](changelog.md)
|
||||
- [Changelog - Legacy v1](changelog-v1.md)
|
||||
|
@ -530,7 +530,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
but I highly suggest you read (or at least skim) through this before you start playing.
|
||||
<br />
|
||||
<br />
|
||||
The Beginner's Guide contains the guide for new players, navigating you through most of early game.
|
||||
The Beginner's guide contains the guide for new players, navigating you through most of early game.
|
||||
<br />
|
||||
<br />
|
||||
That's the end of the tutorial. Hope you enjoy the game!
|
||||
|
Loading…
Reference in New Issue
Block a user