summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
new file mode 100644
index 00000000..cd47d687
--- /dev/null
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -0,0 +1,14 @@
+@{
+ ViewData["Title"] = "SMAPI log parser";
+}
+
+<h2>How to share a SMAPI log</h2>
+<ol>
+ <li><a href="https://stardewvalleywiki.com/Modding:Player_FAQs#SMAPI_log">Find your SMAPI log</a>.</li>
+ <li>Click the file and drag it onto the upload form below (or paste the text in).</li>
+ <li>Click <em>Parse</em>.</li>
+ <li>Share the link you get back.</li>
+</ol>
+
+<h2>Parsed log</h2>
+<em>TODO</em>