> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ss14.art/llms.txt
> Use this file to discover all available pages before exploring further.

# The Robust Book

<Warning title="Players beware">
  This is the developer's wiki. If you are a player, you are looking for [the player wiki](https://wiki.spacestation14.io/wiki/Main_Page).
</Warning>

<Note title="Technical Issues">
  If you are having difficulties with logging into the game or building it, please try the following resources:

  * [Discord](https://discord.gg/U8RtkeHXqX) — most active community of developers, ask in General or Help
  * [FAQ](https://spacestation14.io/about/faq/)
  * [Forums](https://forum.spacestation14.io/)
</Note>

This wiki is built with [Mintlify](https://mintlify.com). You can view the README [here](https://github.com/space-sorcerers/docs/blob/master/README.md).

<Info title="Making contributions">
  This site is fully open source. Make a webedit PR to any page using the button in the top right. Check out our [Guide to Editing Docs](en/meta/guide-to-editing-docs) page for more information.
</Info>

## Getting Started

<CardGroup cols={2}>
  <Card title="How do I code?" icon="code" href="/en/general-development/setup/howdoicode">
    New to SS14 development? Start here.
  </Card>

  <Card title="Setting up the Dev Environment" icon="wrench" href="/en/general-development/setup/setting-up-a-development-environment">
    Get your development environment ready.
  </Card>

  <Card title="Core Game Design" icon="book-open" href="/en/space-station-14/core-design">
    Understand the core design principles.
  </Card>

  <Card title="Mapping" icon="map" href="/en/space-station-14/mapping">
    Learn how to create and edit maps.
  </Card>

  <Card title="Git for SS14 Developers" icon="code-fork" href="/en/general-development/setup/git-for-the-ss14-developer">
    Master the Git workflow for SS14.
  </Card>

  <Card title="Acronyms & Nomenclature" icon="book" href="/en/general-development/codebase-info/acronyms-and-nomenclature">
    Learn the terminology used in the codebase.
  </Card>
</CardGroup>

### What should I work on?

* Talk to current developers on Discord
* Check [the list of issues](https://github.com/space-wizards-federation/space-station-14/issues) for something to work on
* Read through the articles in **Tips** or **Setup** sections

### What repositories are part of Space Station 14?

* [Space Station 14](https://github.com/space-wizards-federation/space-station-14) — the main game codebase
* [Robust Toolbox](https://github.com/space-wizards-federation/RobustToolbox) — the custom game engine

Other repositories: [Space-Wizards-Federation](https://github.com/space-wizards-federation)
