summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-08 02:37:41 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-08 02:37:41 -0400
commit49f414bec51b99fda2d2a77117dc9ca0447217b4 (patch)
treea0e4c6ba36ef34e902ae5bff455dd50078f66c61
parentef3a89587c5e0506f045f0a44a5b5b6f47bc5b43 (diff)
downloadSMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.tar.gz
SMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.tar.bz2
SMAPI-49f414bec51b99fda2d2a77117dc9ca0447217b4.zip
move mod build config readme into docs
-rw-r--r--docs/README.md13
-rw-r--r--docs/mod-build-config.md (renamed from src/SMAPI.ModBuildConfig/README.md)0
-rw-r--r--src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj1
-rw-r--r--src/SMAPI.sln1
4 files changed, 12 insertions, 3 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
diff --git a/src/SMAPI.ModBuildConfig/README.md b/docs/mod-build-config.md
index c261e705..c261e705 100644
--- a/src/SMAPI.ModBuildConfig/README.md
+++ b/docs/mod-build-config.md
diff --git a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
index d32ccd9f..4b99f99c 100644
--- a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
+++ b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
@@ -49,7 +49,6 @@
<None Include="package.nuspec">
<SubType>Designer</SubType>
</None>
- <None Include="README.md" />
<None Include="release-notes.md" />
</ItemGroup>
<ItemGroup>
diff --git a/src/SMAPI.sln b/src/SMAPI.sln
index 5590d497..89a8d45c 100644
--- a/src/SMAPI.sln
+++ b/src/SMAPI.sln
@@ -34,6 +34,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-67B9-4EFA-8DFC-4FB49B3949BB}"
ProjectSection(SolutionItems) = preProject
..\docs\CONTRIBUTING.md = ..\docs\CONTRIBUTING.md
+ ..\docs\mod-build-config.md = ..\docs\mod-build-config.md
..\docs\README.md = ..\docs\README.md
..\docs\release-notes.md = ..\docs\release-notes.md
EndProjectSection