diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-06 00:35:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:19:14 -0400 |
commit | a352b1101c4f884c2248da853d47277d534dfbe4 (patch) | |
tree | 88c155ec66f069cb945c8bb5b229043780b45e4d /src | |
parent | 0eb986a8c0c071a617995121b66e9aee3ff910c8 (diff) | |
download | SMAPI-a352b1101c4f884c2248da853d47277d534dfbe4.tar.gz SMAPI-a352b1101c4f884c2248da853d47277d534dfbe4.tar.bz2 SMAPI-a352b1101c4f884c2248da853d47277d534dfbe4.zip |
reorganise docs to support more detailed technical docs (#651)
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.sln | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 3a8ed920..08a47a46 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -39,6 +39,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-6 ..\docs\README.md = ..\docs\README.md ..\docs\release-notes.md = ..\docs\release-notes.md ..\docs\technical-docs.md = ..\docs\technical-docs.md + ..\docs\web-services.md = ..\docs\web-services.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Internal", "Internal", "{82D22ED7-A0A7-4D64-8E92-4B6A5E74ED11}" |