diff --git a/README.md b/README.md index d60739709..814d11670 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Feedback, bug reports, and other [contributions](#contributing) are welcome. # How to Play? -Game controls & gameplay tutorial is at [TUTORIAL.md](/TUTORIAL.md). +Game controls & gameplay tutorial is at +[docs.de-game.org/tutorial/](https://docs.de-game.org/tutorial/). ## Downloading Nightly Builds @@ -84,8 +85,7 @@ buildings). # Where to Get Help? -* Consult [TUTORIAL.md](/TUTORIAL.md), [CONTRIBUTING.md](/CONTRIBUTING.md), - [DESIGN.md](/DESIGN.md) or [the online documentation at +* Consult [CONTRIBUTING.md](/CONTRIBUTING.md) or [the online documentation at docs.de-game.org](https://docs.de-game.org/). * Open a question in [the Q&A category of this repository's discussions](https://github.com/DigitalExtinction/Game/discussions/categories/q-a). @@ -141,7 +141,7 @@ hand in hand with the spirit of the following goals. # Game Design -See [Game Design document](/DESIGN.md). +See [game design documentation](https://docs.de-game.org/design/). # Contributing diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 1bcc84c8f..41bb8230c 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -2,6 +2,8 @@ [Introduction](./README.md) +- [Tutorial](./tutorial/README.md) +- [Game Design](./design/README.md) - [Map Objects](./objects/README.md) - [Multiplayer](./multiplayer/README.md) - [DE Lobby Server](./multiplayer/lobby.md) diff --git a/DESIGN.md b/docs/src/design/README.md similarity index 100% rename from DESIGN.md rename to docs/src/design/README.md diff --git a/TUTORIAL.md b/docs/src/tutorial/README.md similarity index 100% rename from TUTORIAL.md rename to docs/src/tutorial/README.md