diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-08 02:37:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-08 02:37:41 -0400 |
commit | 49f414bec51b99fda2d2a77117dc9ca0447217b4 (patch) | |
tree | a0e4c6ba36ef34e902ae5bff455dd50078f66c61 /docs/README.md | |
parent | ef3a89587c5e0506f045f0a44a5b5b6f47bc5b43 (diff) | |
download | SMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.tar.gz SMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.tar.bz2 SMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.zip |
move mod build config readme into docs
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index e2d39211..bdfc5c9d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,7 +30,16 @@ change any of your game files. It serves six main purposes: are available._ ## Documentation -* [For players & mod creators](http://stardewvalleywiki.com/Modding:Index) +Have questions? Come [chat on Discord](https://discord.gg/KCJHWhX) with SMAPI developers and other +modders! + +### For players +* [Modding guides](https://stardewvalleywiki.com/Modding:Index#For_players) + +### For modders +* [Modding documentation](https://stardewvalleywiki.com/Modding:Index) +* [Mod build configuration](mod-build-config.md) * [Release notes](release-notes.md) + +### For SMAPI developers * [Technical docs](technical-docs.md) -* [Chat on Discord](https://discord.gg/KCJHWhX) with SMAPI developers and other modders |