diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:52 -0400 |
commit | 7a1f178188e92c12ba73597ce9434114c7c45eb2 (patch) | |
tree | 8bd425d28761596d1f204be898b4dbe4936459a0 /docs | |
parent | 52914515a28f26305253c02e1bb99d8d9eaad15a (diff) | |
download | SMAPI-7a1f178188e92c12ba73597ce9434114c7c45eb2.tar.gz SMAPI-7a1f178188e92c12ba73597ce9434114c7c45eb2.tar.bz2 SMAPI-7a1f178188e92c12ba73597ce9434114c7c45eb2.zip |
document short URLs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/technical/web.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/technical/web.md b/docs/technical/web.md index 8fd99f82..719b9433 100644 --- a/docs/technical/web.md +++ b/docs/technical/web.md @@ -7,6 +7,7 @@ and update check API. * [Log parser](#log-parser) * [JSON validator](#json-validator) * [Web API](#web-api) +* [Short URLs](#short-urls) * [For SMAPI developers](#for-smapi-developers) * [Local development](#local-development) * [Deploying to Amazon Beanstalk](#deploying-to-amazon-beanstalk) @@ -171,6 +172,18 @@ For example: ] ``` +## Short URLs +The SMAPI web services provides a few short URLs for convenience: + +short url | → | target page +:-------- | - | :---------- +[smapi.io/3.0](https://smapi.io/3.0) | → | [stardewvalleywiki.com/Modding:Migrate_to_SMAPI_3.0](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_3.0) +[smapi.io/community](https://smapi.io/community) | → | [stardewvalleywiki.com/Modding:Community](https://stardewvalleywiki.com/Modding:Community) +[smapi.io/docs](https://smapi.io/docs) | → | [stardewvalleywiki.com/Modding:Index](https://stardewvalleywiki.com/Modding:Index) +[smapi.io/package](https://smapi.io/package) | → | [github.com/Pathoschild/SMAPI/blob/develop/docs/technical/mod-package.md](https://github.com/Pathoschild/SMAPI/blob/develop/docs/technical/mod-package.md) +[smapi.io/troubleshoot](https://smapi.io/troubleshoot) | → | [stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting](https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting) +[smapi.io/xnb](https://smapi.io/xnb) | → | [stardewvalleywiki.com/Modding:Using_XNB_mods](https://stardewvalleywiki.com/Modding:Using_XNB_mods) + ## For SMAPI developers ### Local environment A local environment lets you run a complete copy of the web project (including cache database) on |