Reorg modding pages

PAge order is determined by file name - but link text is determined by title
This commit is contained in:
Yair Morgenstern
2023-07-02 16:49:39 +03:00
parent 76ad2d8e7a
commit 7b0aac007a
12 changed files with 36 additions and 36 deletions

View File

@ -66,7 +66,7 @@ However, it also imposes a couple of conventions about how links should best be
| Link type | Format | Example |
| --------- | ------ | ------- |
| Inter-wiki | Should begin with "./", and include ".md". | [`./Mods.md#other`](../Modders/Mods.md#other) |
| Inter-wiki | Should begin with "./", and include ".md". | [`./Mods.md#other`](../Modders/1-Mods.md#other) |
| Code or asset file | Should begin with "https://github.com/yairm210/Unciv/blob/master/", and be relative to the project root. | [`https://github.com/yairm210/Unciv/blob/master/android/assets/game.png`](https://github.com/yairm210/Unciv/blob/master/android/assets/game.png) |
These formats will allow IDEs like Android studio to resolve these links and check for broken links, while also working on the [Github code browser](https://github.com/yairm210/Unciv/tree/master/docs).