DOCUMENTATION: Minor changes in index page (#1626)

This commit is contained in:
catloversg 2024-08-25 04:11:11 +07:00 committed by GitHub
parent ac0c9bd7e8
commit 2e42a1f781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 27 additions and 27 deletions

@ -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. 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 ## Guides
- [Beginners guide](help/getting_started.md) - [Beginner's guide](help/getting_started.md)
## Basic Mechanics ## Basic Mechanics
- [stats](basic/stats.md) - [Stats](basic/stats.md)
- [terminal](basic/terminal.md) - [Terminal](basic/terminal.md)
- [hacking](basic/hacking.md) - [Hacking](basic/hacking.md)
- [scripts](basic/scripts.md) - [Scripts](basic/scripts.md)
- [servers](basic/servers.md) - [Servers](basic/servers.md)
- [ram](basic/ram.md) - [RAM](basic/ram.md)
- [hacknet_nodes](basic/hacknet_nodes.md) - [Hacknet nodes](basic/hacknet_nodes.md)
- [augmentations](basic/augmentations.md) - [Augmentations](basic/augmentations.md)
- [companies](basic/companies.md) - [Companies](basic/companies.md)
- [factions](basic/factions.md) - [Factions](basic/factions.md)
- [crimes](basic/crimes.md) - [Crimes](basic/crimes.md)
- [infiltration](basic/infiltration.md) - [Infiltration](basic/infiltration.md)
- [programs](basic/programs.md) - [Programs](basic/programs.md)
- [reputation](basic/reputation.md) - [Reputation](basic/reputation.md)
- [stockmarket](basic/stockmarket.md) - [Stock market](basic/stockmarket.md)
- [world](basic/world.md) - [World](basic/world.md)
- [codingcontracts](basic/codingcontracts.md) - [Coding contracts](basic/codingcontracts.md)
## Advanced Mechanics ## Advanced Mechanics
- [Hacking Algorithms](programming/hackingalgorithms.md) - [Hacking algorithms](programming/hackingalgorithms.md)
- [List of Factions and their Requirements](advanced/faction_list.md) - [List of factions and their requirements](advanced/faction_list.md)
- [Offline Scripts and Bonus Time](advanced/offlineandbonustime.md) - [Offline scripts and bonus time](advanced/offlineandbonustime.md)
- [BitNodes](advanced/bitnodes.md) - [BitNodes](advanced/bitnodes.md)
- [Source-Files](advanced/sourcefiles.md) - [Source-Files](advanced/sourcefiles.md)
- [Gang](advanced/gang.md) - [Gang](advanced/gang.md)
- [Corporations](advanced/corporations.md) - [Corporation](advanced/corporations.md)
- [Intelligence](advanced/intelligence.md) - [Intelligence](advanced/intelligence.md)
- [BladeBurners](advanced/bladeburners.md) - [Bladeburner](advanced/bladeburners.md)
- [Hacknet Servers](advanced/hacknetservers.md) - [Hacknet servers](advanced/hacknetservers.md)
- [Sleeves](advanced/sleeves.md) - [Sleeves](advanced/sleeves.md)
- [Grafting](advanced/grafting.md) - [Grafting](advanced/grafting.md)
- [Stanek's Gift](advanced/stanek.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) - [NS API documentation](https://github.com/bitburner-official/bitburner-src/blob/stable/markdown/bitburner.ns.md)
- [Learn to program](programming/learn.md) - [Learn to program](programming/learn.md)
- [Remote API](programming/remote_api.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) - [Tools & Resources](help/tools_and_resources.md)
- [Changelog](changelog.md) - [Changelog](changelog.md)
- [Changelog - Legacy v1](changelog-v1.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. but I highly suggest you read (or at least skim) through this before you start playing.
<br /> <br />
<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 />
<br /> <br />
That's the end of the tutorial. Hope you enjoy the game! That's the end of the tutorial. Hope you enjoy the game!